plugin_proval_shadowcopystats
Purpose
Stores information about Windows shadow copies.
Dependencies
Shadow Copy - Audit Complete Statistics [DV]
Table
plugin_proval_shadowcopystats
Column | Type | Explanation |
---|---|---|
ComputerID | INT | The ComputerID of the audited machine. |
DriveLetter | VARCHAR | The audited drive letter. |
DriveSize | FLOAT | The total size of the drive, provided in GB. |
DriveFree | FLOAT | The free size of the drive, provided in GB. |
CopyCount | INT | The number of shadow copies of the drive that exist on the audited computer. |
OldestCopy | DATETIME | The date of the oldest shadow copy. |
LatestCopy | DATETIME | The date of the newest shadow copy. |
AllocatedSpace | FLOAT | Allocated space size for the Shadow Copy in GB. |
UsedSpace | FLOAT | Used space size by the Shadow Copy in GB. |
MaxSpace | FLOAT | Maximum space provided to the Shadow Copy in GB. |