April 1st, 2014

PowerTip: List Remote PowerShell Endpoint Configurations

Doctor Scripto
Scripter

Summary: Learn how to list remote Windows PowerShell endpoint configurations.

Hey, Scripting Guy! Question How can I list remote Windows PowerShell endpoint configurations?

Hey, Scripting Guy! Answer Connect-WSMan -ComputerName dc1

          sl WSMan:

          Get-ChildItem dc1\Plugin\microsoft*

And here is the output:

WSManConfig: Microsoft.WSMan.Management\WSMan::dc1\Plugin

Type            Keys                                Name                             

—-            —-                                —-                             

Container       {Name=Microsoft.PowerShell}         Microsoft.PowerShell

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.

Feedback