Quantcast
Viewing all articles
Browse latest Browse all 36188

PowerTip: Test PowerShell Remote Connections

Summary: Learn how to test a workstation for Windows PowerShell remoting connectivity.

Image may be NSFW.
Clik here to view.
Hey, Scripting Guy! Question
 How can I test a workstation to ensure that Windows PowerShell remoting can make a connection?

Image may be NSFW.
Clik here to view.
Hey, Scripting Guy! Answer
 Use the Test-WSMan cmdlet and specify the name of the remote workstation, as shown here.

13:53 C:\> Test-WSMan dc1

wsmid           : http://schemas.dmtf.org/wbem/wsman/identity/1/wsmanidentity.xsd

ProtocolVersion : http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd

ProductVendor   : Microsoft Corporation

ProductVersion  : OS: 0.0.0 SP: 0.0 Stack: 2.0

 

Image may be NSFW.
Clik here to view.

Image may be NSFW.
Clik here to view.

Viewing all articles
Browse latest Browse all 36188

Trending Articles