PowerTip: Test Connection to Remote Server

Doctor Scripto

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

0 comments

Discussion is closed.

Feedback usabilla icon