Hi ,
Does anyone know the reason of disappearing windows time service from Domain Controller ?
I have run the below command and found time service back in DC,But still after a reboot it is getting disappeared.
pushd %SystemRoot%\system32.\net stop w32time
.\w32tm /unregister
.\w32tm /register
.\sc config w32time type= own
.\net start w32time
.\w32tm /config /update /manualpeerlist:"NTP Server IP",0x8 /syncfromflags:MANUAL /reliable:yes
.\w32tm /resync
popd