Windows server 2012 essentials GPO AD/SYSVOL MISMATCH

active-directoryessentials-2012group-policywindows-server-2012windows-server-essentials

I am having an issue with Group policys and will do my best to describe the issue below:

GPRESULT, ADSI and GPT.ini shows the group policy with mismatching AD/SYSVOL versions, the SYSVOL version always being 65536. However Gpresult also shows that the policy is applied.

Group policy managment shows the AD and SYSVOL versions as matching.

This happens to freshly created GPO's also.
I've run out of ideas as I'm using an administrator account and the server was preconfigured.

Hoping someone can point me in the right direction.

Best Answer

There is nothing wrong and no mismatch, the GPT.ini version number is just a bit tricky

A value of 65536 is the same as 0x00010000, and in hexadecimal form it's a bit easier to decipher.

The first 16 bits (0x0001) is the User settings version, indicating that this is the first revision.
The last 16 bits (0x0000) indicate that no computer settings have been included in the GPT yet.