Get-CriticalDiskInfo
Description
Gathers data pulled from the CrystalDiskInfo application and imports that data into RMM.
Requirements
- PowerShell V5
Usage
- Downloads CrystalDiskInfo.
- Runs the executable silently.
- Parses the created
.txt
file. - Generates objects based on the output.
- Returns the objects.
$GetDiskInfo = .\Get-CriticalDiskInfo.ps1
Output
Location of output for log, result, and error files:
.\\Get-CriticalDiskInfo-log.txt
.\\Get-CriticalDiskInfo-error.txt