January 18th, 2015

PowerTip: Test Connection to Remote Server

Doctor Scripto
Scripter

Summary: Use Windows PowerShell to test the connection to a remote server.

Hey, Scripting Guy! Question How can I test the connection in my server to see if I can run a remote Windows PowerShell command?

Hey, Scripting Guy! Answer Use the Test-WsMan cmdlet, for example:

Test-WsMan –computername s1

Author

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

Discussion are closed.