Client makinelerin sistem saatini toplu olarak değiştirme

 

Dim wshell
Set wshell = CreateObject(“WScript.Shell”)
wshell.Run “%COMSPEC% /c net time \\servername /set /y”,0,TRUE
set wshell = Nothing