I am in the process of decomissioning the 2008 DC so I have moved all FSMO roles to another DC. The old DC is getting time from the newly promoted PDC as are the domain clients it seems.
I have gone through this below more times than I should have needed, the info is clear and it seems to work. however I still get an error from an elevated cmd prompt.
C:\Windows\System32>w32tm /query /status
or
C:\Windows\System32>w32tm /query /configuration
The following error occurred: Access is denied. (0x80070005)
pushd %SystemRoot%\system32
.\net stop w32time
.\w32tm/unregister
.\w32tm/register
.\sc config w32time type= own
.\net start w32time
.\w32tm/config/update /manualpeerlist:"0.pool.ntp.org,1.pool.ntp.org,2.pool.ntp.org,3.pool.ntp.org",0x8/syncfromflags:MANUAL /reliable:yes
.\w32tm/resync
popd
Why am I not able to run a query on the PDC with an elevated cmd prompt and I do have domain rights in all the right areas! I have never had this problem before.
Thanks, Charlie