IT Questions and Answers :)

Friday, July 31, 2020

In PowerShell, how do you list drives?

In PowerShell, how do you list drives?

  • list-drives
  • get-Psdrive
  • dir PsDrives
  • ls PsDrives
In PowerShell, how do you list drives?

EXPLANATION

Get-PsDrive lists all physical and virtual drivers you can use with PowerShell to change just add : (colon) like:
cd HKLM:

SOURCE

http://go.microsoft.com/fwlink/?LinkID=113327
Share:

0 comments:

Post a Comment

Popular Posts