plugin_proval_onedrivebackupstatus
Purpose
This document stores information about the redirection of Desktop, Documents, and Pictures to OneDrive for individual users.
Dependencies
Table
plugin_proval_onedrivebackupstatus
| Column | Type | Explanation | 
|---|---|---|
| ComputerID | INT | The computer where the audit was performed. | 
| Username | VARCHAR | The audited account's username. | 
| DesktopEnabled | TINYINT | 1 or 0 indicating if Desktop redirection is enabled or disabled. | 
| DesktopPath | VARCHAR | The path to the Desktop redirection. | 
| DocumentsEnabled | TINYINT | 1 or 0 indicating if Documents redirection is enabled or disabled. | 
| DocumentsPath | VARCHAR | The path to the Documents redirection. | 
| PicturesEnabled | TINYINT | 1 or 0 indicating if Pictures redirection is enabled or disabled. | 
| PicturesPath | VARCHAR | The path to the Pictures redirection. | 
| TimeStamp | DATETIME | The date and time of the audit. |