Are you able to edit your GPs using RSAT from a workstation? What is the specific error code in dcdiag and any time related errors in the event log? Do you have synchronization? cmd: repadmin /replsum
after moving FISMO roles to 2016 AD i can edit the GPs only from there and all other DCs have that dimmed
after moving FISMO roles to 2016 AD i can edit the GPs only from there and all other DCs have that dimmed
i have 2 sites - each one has 2016X1 and 2019X1 DC - total 4 DCs physical sites are separated by MPLS
i moved all FISMO to the site hosting my exchange servers thinking this is a better approach - all good except that when i try to edit any group policy on any DC that is dimmed - disabled - the only server i can edit from is the FSMO owner, ran Dcdiag and it seems i have time issue NTDS - i have configured public time servers on the FSMO and left the others to default - expecting they should take form that guy
any idea why i am not able to edit the GPOs from any DC except the FSMO holder?
7 answers
Sort by: Most helpful
-
-
Maher Ramadan 286 Reputation points
2020-09-17T19:58:20.187+00:00 Are you able to edit your GPs using RSAT from a workstation? *sorry i don't have RAST**
this is what i am getting on the server
see the edit is disabled
What is the specific error code in dcdiag and any time related errors in the event log?
this is the current error on the DC diag
Starting test: DFSREvent
There are warning or error events within the last 24 hours after the SYSVOL has been shared. Failing SYSVOL
replication problems may cause Group Policy problems.
.............DC (FSMO holder) failed test DFSREventDo you have synchronization? cmd: repadmin /replsum
yes no errors
-
Thameur-BOURBITA 33,011 Reputation points
2020-09-17T20:17:31.21+00:00 Hi
It seems a sysvol replication issue.
Try to launch a authoritative restore for sysvol replication, you can follow the link below to perform it:
ad-forest-recovery-authoritative-recovery-sysvol
force-authoritative-non-authoritative-synchronization
Please don't forget to mark this reply as answer if it help you to fix your issue
-
Daisy Zhou 25,296 Reputation points Microsoft Vendor
2020-09-18T06:32:33.667+00:00 Hello @Maher Ramadan ,
Thank you for posting here.
Based on the description, do you mean there is no such issue before we transfer the FSMO roles?
If so, we can check:
1.Check whether we logon the other 3 DCs with domain Administrator instead of normal domain user account.
2.Maybe there is issue related to SYSVOL replication between the four DCs. We can try to check if SYSVOL replication works on all DCs.
Check SYSVOL replication method: create a new file or folder under \domain.com \SYSVOL\ domain.com\Policies folder on any one domain controller manually, then check to view if new created file or folder can be replicated to the same path of other domain controllers. If the new file or folder we created on any one DC can be replicated to other domain controllers, then SYSVOL replication works fine. Otherwise, SYSVOL replication does not work.
If SYSVOL replication does not work, before troubleshoot the issue about SYSVOL replication, we should check and ensure AD replication is working fine.
Check AD replication method: on the PDC, open CMD (run as Administrator) and run repadmin /replsum and repadmin /showrepl * /csv >C:\showrepl.csv, if there is no any error message, then AD replication works fine.
3.Based on the error message "There are warning or error events within the last 24 hours after the SYSVOL has been shared. Failing SYSVOL
replication problems may cause Group Policy problems.”, it seems there is SYSVOL replication issue, we can check if there is any event ID related to DFS Replication through Event Viewer on other 3 DCs (applications and services logs).If anything is unclear, please feel free to let us know.
Best Regards,
Daisy Zhou============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread. -
Maher Ramadan 286 Reputation points
2020-09-18T17:33:54.23+00:00 should i apply this on the FSMO holder or the other defected DC?