plugin_proval_shadowcopy
Purpose
This table stores the Windows Shadow Copy state for endpoints with Shadow Copy enabled, collected from the script Shadow Copy - Audit Complete Statistics [DV] result.
Dependencies
Shadow Copy - Audit Complete Statistics [DV]
Tables
plugin_proval_shadowcopy
| Column | Type | Explanation | 
|---|---|---|
| computerid | INT | Contains the ID of the associated computer where the script executed to collect shadow copy data. | 
| driveid | INT | Contains the ID of the associated drive where the script executed to collect shadow copy data. | 
| DriveLetter | VARCHAR | Stores the drive letter for which the shadow copy data is collected. | 
| CapacityGB | DECIMAL | Stores the allotted capacity for Shadow Copy on the machine. | 
| FreeSpaceGB | DECIMAL | Contains the remaining space for Shadow Copy to use on the machine. | 
| ShadowCopyCount | INT | Indicates the number of Shadow Copies on the machine. | 
| OldestShadowCopy | VARCHAR | Contains the oldest available Shadow Copy date. | 
| LatestShadowCopy | VARCHAR | Contains the most recent available Shadow Copy date. |