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

PowerTip: Identify Location of PowerShell Providers

$
0
0

Summary: Identify the location of Windows PowerShell providers.

Hey, Scripting Guy! Question How can I find where the Windows PowerShell providers on my system come from?

Hey, Scripting Guy! Answer Use the Get-PSProvider Windows PowerShell cmdlet, and select the Name and the ModuleName properties:

Get-PSProvider | select name, modulename


Viewing all articles
Browse latest Browse all 3333

Trending Articles