pvl_disk_record
Purpose
This table stores the drive data of the Hyper-V machines at different schedules of the script Hyper-V Disk Space Record.
Dependencies
Tables
pvl_disk_record
| Column | Type | Explanation | 
|---|---|---|
| ComputerID | INT | Computer ID of the agent in RMM | 
| DriveID | INT | Drive ID of the drives | 
| Volume | VARCHAR | Drive volume letter | 
| Total Size | INT | Total size of the volume | 
| Free Size | INT | Available free size of the volume | 
| FileSystem | VARCHAR | File system of the drive (e.g., NTFS) | 
| Model | VARCHAR | Model of the drive | 
| Missing | TINYINT | Drive status indicating whether detected in Automate or not | 
| Internal | TINYINT | Indicates whether the drive is internal or external/removable | 
| SSD | TINYINT | Indicates whether the disk is SSD or not |