Can anybody assist me in changing the time on a sme server. All the workstations are getting wrong time.
You have to go server-manager -> Configuration -> Date and Time and:
Choose Configure Network Time Server and:
NTP Server = pool.ntp.org
pool.ntp.org is a cluster of timeservers all over the world. You can read more information about pool.ntp.org in the official website:
http://www.pool.ntp.org/On your windows workstations you do (or put this on your netlogon.bat file located at \\sme_server_name\NETLOGON):
net time /DOMAIN:your_sme_server_domain_name
Nuno