Hi,
I have been having this problem intermittently, i use
invoke-command -AsJob -computername myserver1 -scriptblock{get-process}
WARNING: The network connection to myserver1 has been interrupted. Attempting to reconnect for up to 4 minutes...
WARNING: Attempting to reconnect tomyserver1 ...
WARNING: The network connection tomyserver1 has been restored.
On another window i did a ping myserver1 -t to see if any network packets are lost but anything of that sort happened.
I tried using the IP of myserver1 as well and see the same.
Any idea why this message comes up and under what circumstances?
Thanks for your thoughts and help.