Here is how to enable ICMPv4 echo from the command line using netsh in Server 2008 R2
netsh advfirewall firewall add rule name=ICMP Allow incoming V4 echo request protocol=icmpv4:8,any dir=in action=allow
Here is how to enable ICMPv4 echo from the command line using netsh in Server 2008 R2
netsh advfirewall firewall add rule name=ICMP Allow incoming V4 echo request protocol=icmpv4:8,any dir=in action=allow