Powershell Tutorial
Introduction to Powershell Managing History of Powershell Commands Cmdlet, Alias, Function and Module in Powershell PSDrive Profile in Windows Powershell Variable Management in Powershell Passing values to parameters from file Creating files and directories Basic File System commands Finding the patterns in files Unique command Replacing patterns in files Comparing objects Sorting objects Other object commands Getting members of an Object Managing processes Managing Jobs IO redirection Piping System Commands Network commands Service Commands WMI(Windows Management Instrumentation) CIM (Common Information Model) Formatting output exporting output XML processing Powershell Module Management Remote computer managementpsdrive command in windows powershell
PSDrive stands for powershell drive. Powershell stores lot of information in PS drives. Get-PSDrive command in Powershell shows all PS drives. As you can see in below image, We have below PSDrives apart from regular drives.- Alias
- Cert
- Env
- Function
- HKCU
- HKLM
- Variable
- WSMan
dir <PSDriveName>:
For example – If you want to view information stored in Variable drive, you can use below command. Note that “:” is required at the end.
dir variable:

Web development and Automation testing
solutions delivered!!