Windows Static Route Recovery
If you have messed up the routing table on a remote Windows Server, this network adapter recovery method may help you or inspire one even better. Since my particular issue happened over 5 years ago I’m honestly having a hard time remembering the exact scenario, but obviously there was a communication problem due to accidental static route deletion. The remote computer still needs to have layer 3 connectivity with your own client machine which might entail putting yourself in the same broadcast domain if that is do-able. psexec.exe \\ServerName -s powershell Enable-PSRemoting -Force Invoke-Command -ComputerName ServerName -ScriptBlock {route add -p