plugin_proval_gpresult
Purpose
Stores GPResult information from the script EPM - Windows Configuration - Script - Group Policy - Gather GPResult Data.
Dependencies
- EPM - Windows Configuration - Script - Group Policy - Gather GPResult Data
- EPM - Windows Configuration - Agnostic - Get-GPResult
Tables
plugin_proval_gpresult
Column | Type | Explanation |
---|---|---|
ComputerID | INT | The ComputerID of the audited agent. |
Type | VARCHAR | The type of GPO (User/Computer). |
Principal | VARCHAR | The UPN that the GPO is applied in the context of. |
Domain | VARCHAR | The AD domain that the GPO is applied from. |
SOM | VARCHAR | The scope of management for the GPO. |
Name | VARCHAR | The name of the GPO. |
Enabled | TINYINT | Indicates if the GPO is enabled. |
IsValid | TINYINT | Indicates if the GPO is valid in the current context. |
AccessDenied | TINYINT | Indicates if access was denied to apply the GPO. |
SecurityFilter | VARCHAR | Indicates the security filters that were applied that led to the GPO application. |