PowerTip: Find All PowerShell Registry Drives

Doctor Scripto

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

 

0 comments

Discussion is closed.

Feedback usabilla icon