Windows 2012 time synchronization between servers

Manually synchronize in Domain:
net time /domain:<domain name> /set /y
Example: net time /domain:group2.co.nz /set /y
 
Manually synchronize in Workgroup:
net time \\<server> /set /y
Example: net time \\10.100.10.23 /set /y
 
Automatic synchronize in Domain:
1. make vbs file, content:
Dim oShell
Set oShell = WScript.CreateObject ("WSCript.shell")
oShell.run "net time \\<server
> /set /y"
Set oShell = Nothing
2. set schedule tasks
 

Comments

Popular posts from this blog

Nginx Proxy & Load Balance & LNMP

Snort+barnyard2+Snorby CentOS 6.5_64 Installation

ORACLE Error