pvl_odsync_status
Purpose
Stores the information returned by the Get OneDrive Sync Status [DV] script.
Dependencies
EPM - Data Collection - Script - Get OneDrive Sync Status [DV]
Tables
pvl_odsync_status
| Column | Type | Explanation | 
|---|---|---|
| computerid | int | Computer ID | 
| FolderPath | varchar | Full path to the OneDrive directory | 
| IsQuotaAvailable | int | Is quota available? | 
| QuotaLabel | varchar | Current usage status of quota | 
| ScriptRunTime | DateTime | Data collection time | 
| SyncStatus | varchar | Current sync status of OneDrive | 
| TotalQuota | float | Total size of the available quota (GB) | 
| UsedQuota | float | Amount of used quota (GB) | 
| Username | varchar | Username |