Add the
following command line to a task sequence to set the time during a deployment.
Various common services will fail if the time is incorrect, such as WSUS and
KMS.
Cmd /c “Net time \\server /set /y”
Replace
\\server with a machine that's running on the network and has the correct time.
No comments:
Post a Comment