Get Disk Space using PowerShell
Run the following script:
Get-WmiObject -Class Win32_logicaldisk -Filter “DriveType = ‘3’” | Select-
An Engineers Notebook For All To See
Run the following script:
Get-WmiObject -Class Win32_logicaldisk -Filter “DriveType = ‘3’” | Select-