PowerTip: Test Connection to Remote Server

PowerTip: Test Connection to Remote Server

  • Comments 1
  • Likes

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

Your comment has been posted.   Close
Thank you, your comment requires moderation so it may take a while to appear.   Close
Leave a Comment