May 11th, 2015

PowerTip: Identify Location of PowerShell Providers

Doctor Scripto
Scripter

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

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.