- PSDrive is a PowerShell way of looking various storage types as Drive similar to filesystem drives.
- This gives you capability do
cd ..
ormd
into PSDrives i.e. Registry, Certificates - CmdLet
Get-PSDrive
Lists all Logical Drives + PS Drives (Through PSProviders)
- PowerShell providers let you access a variety of data stores as though they were file system drives
- Examples
- Lets Browse a Registry path and create a new hive and a key with a string value