Frequently we need troubleshoot Veeam Backup Server through the network.
However, if Windows Firewall is enabled on SO it doesn’t reply ping and echo requests.
At this moment so many people act disabling Windows Firewall and mostly times don’t remember to enable it again.
So, if you want to allow ping without disabling Windows Firewall you can just run this simple command on cmd:
netsh advfirewall firewall add rule name="ICMP Allow incoming V4 echo request" protocol=icmpv4:8,any dir=in action=allow