Hi!
I have 2 domain controllers: DC1 and DC2, both Win 2012 Standard.
Problem is that the policies are not to replicated. GPMC says that "1 Domain controller(s) with replication in progress" and "0 Domain controller(s) with replication in sync. The version numbers in \\domaincontroller#\sysvol\mydomain\Policies\{31B2F340-016D-11D2-945F-00C04FB984F9}\gpt.ini
are different.
"dcdiag /a" shows that all tests pass. repadmin /syncall and /replsummary show that replication goes fine. Adreplstatus is satisfied.
I can run wbemtest.exe and connect to the namespace \\machinename\root\cimv2 ;Click Query; Query "Select * from Win32_ComputerSystem" shows my DC's hostname.
After changing GP Objects, Event Viewer shows in DC1:
Source:WMI-Activity, Event ID: 5858, User:System
Id = {E60841D0-2CF1-4370-9CBB-0ED864592E53}; ClientMachine = DC1; User = ; ClientProcessId = 988; Component = Unknown; Operation = Start IWbemServices::DeleteInstance - Root\Rsop\Computer : RSOP_ExtensionStatus.extensionGuid="{fbf687e6-f063-4d9f-9f4f-fd9a26acdd5f}";
ResultCode = 0x80041002; PossibleCause = Unknown
and in DC2 accordingly:
Id = {D51B7C8D-5AA0-4C57-8D3B-9A1C8C8692A5}; ClientMachine = DC2; User = ; ClientProcessId = 1012; Component = Unknown; Operation = Start IWbemServices::DeleteInstance - Root\Rsop\Computer : RSOP_ExtensionStatus.extensionGuid="{fbf687e6-f063-4d9f-9f4f-fd9a26acdd5f}"; ResultCode = 0x80041002; PossibleCause = Unknown
RSOP_ExtensionStatus.extensionGuid varies in events.
How to repair? What should I test and try?