Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: List Remote PowerShell Endpoint Configurations

$
0
0

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


Viewing all articles
Browse latest Browse all 3333

Trending Articles