Time is really important setting for any server. All the logs are time stamp with the server time. We will need to configure all the cluster nodes with the same time zone. To set the server time zone:
Invoke-Command Server1, server2 –scriptblock {TZUtil /s “Central Standard Time”}
If you need to fine other time zones open a command prompt or PowerShell window and type TZutil /l .
1 thought on “Configure Cluster Time Zone”