Chapter 3 | PSDrive and PSProviders
- PSDrive is a PowerShell way of looking various storage types as Drive similar to filesystem drives.
- This gives you capability do
cd ..
or md
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



- Lets Browse a Registry path and create a new hive and a key with a string value

