plugin_proval_gpo_redirection_audit
Purpose
This table will store the data to be displayed in the Redirection-Audit Dataview. It is populated by the Audit - GPO Redirection Settings script.
Dependencies
Script - Audit - GPO Redirection Settings
Tables
plugin_proval_gpo_redirection_audit
| Column | Type | Explanation |
|---|---|---|
| ComputerID | INT | References the computer the data was collected from. |
| User | VARCHAR(50) | References the user account that the data was found on. |
| PropertyName | VARCHAR(100) | References the specific property that is holding the data. |
| SettingType | VARCHAR(25) | The type of setting being shown (Global or Folder). |
| Description | TEXT | The description of what the property is setting, if known. |
| Value | TEXT | The value assigned to the property. |