GPO question

  • Thread starter Thread starter Clayton Sutton
  • Start date Start date
C

Clayton Sutton

We just upgraded our DCs from w2k to w3k. My workstation is XP Pro sp2 and
I am running the "Group Policy Management Consoel w/sp1. Everything was
working fine until after the Windows upgrade. Now I recevie the following
msg. when I click on a GPO object:

"The Enterprise Domain Controllers group does not have read access to this
GPO. The Enterprise Domain Controllers group must have read access on all
GPOs in the domain in order for Group Policy Modeling to function properly."

Any ideas? Thanks for any and all help.


Clayton
 
Is the DFS service running? Without it replication and access of gpo's
(sysvol isn't working) isn't available.
 
Thanks Paul for your reply but I just found the answer. Here it is, and it
worked great:

Upgrading Windows 2000 domains to Windows Server 2003 domains and
interaction with Group Policy Modeling.
Group Policy Modeling is a new feature of Windows Server 2003 that simulates
the resultant set of policy for a given configuration. The simulation is
performed by a service that runs on Windows Server 2003 domain controllers.
In order to perform the simulation in cross-domain scenarios, the service
must have read access to all GPOs in the forest.

In a Windows Server 2003 domain (whether it is upgraded from Windows 2000 or
installed as new), the Enterprise Domain Controllers group is automatically
given read access to all newly created GPOs. This ensures that the service
can read all GPOs in the forest.

However, if the domain was upgraded from Windows 2000, any existing GPOs
that were created before the upgrade do not have read access for the
Enterprise Domain Controllers group. When you click a GPO, GPMC detects this
situation and notifies the user that Enterprise Domain Controllers do not
have read access to all GPOs in this domain. To solve this problem, you can
use one of the sample scripts provided with GPMC,
GrantPermissionOnAllGPOs.wsf. This script can update the permissions for all
GPOs in the domain. To use this script:

1. Ensure that the person running this script is either a Domain Admin or
has permissions to modify security on all GPOs in the domain.

2. Open a command prompt and navigate to the %programfiles%\gpmc\scripts
folder by typing: CD /D %programfiles%\gpmc\scripts

3. Type the following: Cscript GrantPermissionOnAllGPOs.wsf "Enterprise
Domain Controllers" /Permission:Read /Domain:value
The value of domain parameter is the DNS name of the domain.


Clayton
 
Back
Top