PowerTip: Identify Location of PowerShell Providers

Doctor Scripto

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

0 comments

Discussion is closed.

Feedback usabilla icon