Author's Bio: Anton Mamaenko

Wednesday, September 22, 2010

Time synchronization and PowerShell remoting

While trying to enable PowerShell remoting (Enable-PSRemoting) on a virtual machine (which is in a AD domain), faced a very weird problem. The system allowed me to logon remotely, but did not allow to configure WinRM, saying that:

"...there is a time and/or date difference between the client and the server..."

The solution was to run the w32tm utility on the virtual machine, which synchronized time with the local domain controller.

w32tm /resync

No comments:

Post a Comment

Search This Blog