January 9th, 2013

PowerTip: Find All PowerShell Registry Drives

Doctor Scripto
Scripter

Summary: Find all Windows PowerShell drives that are rooted in the Windows registry.

Hey, Scripting Guy! Question How can I find all of my Windows PowerShell registry drives?

Hey, Scripting Guy! Answer Use the Get-PSDrive cmdlet and specify a provider of registry, as shown here.

Get-PSDrive -PSProvider registry

 

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