Summary: Use Windows PowerShell to test the connection to a remote server.
How can I test the connection in my server to see if I can run a remote Windows PowerShell command?
Use the Test-WsMan cmdlet, for example:
Test-WsMan –computername s1
Summary: Use Windows PowerShell to test the connection to a remote server.
How can I test the connection in my server to see if I can run a remote Windows PowerShell command?
Use the Test-WsMan cmdlet, for example:
Test-WsMan –computername s1
The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.
0 comments