Showing posts with label Time. Show all posts
Showing posts with label Time. Show all posts

Monday, January 9, 2012

Enable / Disable Change Of Date And Time On Windows XP

Go to Start > Control Panel > Administrative Templates

Open Local Security Policy

Go to Local Policy > User Rights Assignments > Change the System time, double click to open it.

Add and remove user groups. Remove the limited users from this list and those limited users will not be able to edit date and time of this compute. Add users who need access to change date / time



that should do the trick!!!

Sunday, November 6, 2011

Synchronize/Update Time on Active Directory DC

Thanks for those great guys mentioned this in the SBTG blog...


To update time with network time provider run the below commands...

On the main DC:
NET TIME /SETSNTP:time.windows.com
NET STOP W32TIME
NET START W32TIME
W32TM /config /reliable:YES
W32TM /resync /rediscover

On all other DCs:
W32TM /resync /rediscover


that should do the trick!!!