Summary: Find all Windows PowerShell drives that are rooted in the Windows registry.
How can I find all of my Windows PowerShell registry drives?
Use the Get-PSDrive cmdlet and specify a provider of registry, as shown here.
Get-PSDrive -PSProvider registry