11. Remotely retrieve disk size, FreeSpace and % of FreeSpace with PowerShell

Опубликовано: 09 Июнь 2016
на канале: CyberAutomate
20,108
228

This script uses the win32_LogicalDisk WMI Class to get Local Disk Information for one or multiple computers.

Information retrieved:
System Name, DeviceID, Volume Name, Size(GB), FreeSpace(GB), % FreeSpace(GB), and the date/time the script is executed.

Output options included: Out-Gridview, a Table, CSV file and an HTML file.

Download Link: https://www.cyberautomate.io/posts/20...

Website: www.CyberAutomate.io
Twitter: @CyberAutomate
Github: https://github.com/cyberautomate

#PowerShell #PowerShellTraining #CyberAutomate #LearnPowerShell #PowerShellAutomation