One of the challenges that one of you mentioned was the difficulty in enumerating the settings in a GPO in a convenient way. Below is a procedure to try one your Windows Server 2008 R2 domain controllers. It uses PowerShell to extract the data for you.
· Log in to the DC.
· Click Start à Windows PowerShell Modules.
· Type Get-GPOReport –Name NameOfGPO –ReportType HTML –Path Destination and file name.
Open the HTML file that was generated. The only values in the policy that are shown are the values that have been set. Also, if the name of your GPO has a space in it, enclose the name in double quotes. Below is an example of a policy that configured WSUS.
Links
Location | Enforced | Link Status | Path |
None |
This list only includes links in the domain of the GPO.
Security Filtering
The settings in this GPO can only apply to the following groups, users, and computers:
Name |
NT AUTHORITY\Authenticated Users |
Delegation
These groups and users have the specified permission for this GPO
Name | Allowed Permissions | Inherited |
MCTNET\Domain Admins | Edit settings, delete, modify security | No |
MCTNET\Enterprise Admins | Edit settings, delete, modify security | No |
NT AUTHORITY\Authenticated Users | Read (from Security Filtering) | No |
NT AUTHORITY\ENTERPRISE DOMAIN CONTROLLERS | Read | No |
NT AUTHORITY\SYSTEM | Edit settings, delete, modify security | No |
Computer Configuration (Enabled)
Policies
Administrative Templates
Policy definitions (ADMX files) retrieved from the local machine.
Windows Components/Windows Update
Policy | Setting | Comment | ||||||||||||
Enabled | ||||||||||||||
| ||||||||||||||
Policy | Setting | Comment | ||||||||||||
Enabled | ||||||||||||||
| ||||||||||||||
Policy | Setting | Comment | ||||||||||||
Enabled | ||||||||||||||
| ||||||||||||||
Policy | Setting | Comment | ||||||||||||
Enabled | ||||||||||||||
| ||||||||||||||
User Configuration (Enabled)
No settings defined.
Reference:
Comments