Chitika

Monday, November 8, 2010

How to configure Time and Date in windows 2008 Server Core?

Since there are virtually no graphical tools to use in Server Core, one must be able to configure its settings via Command Prompt, PowerShell or other means. See my site for a growing list of additional articles on these subjects.
As you may all know, setting the right time, date and time zone on a windows machine is crucial for it to properly function, especially in an Active Directory environment. Since our Server Core machine will most likely be a part of an AD domain, we need to properly configure it as well.
In order to configure time, date, and time zone settings on a machine running Windows 2008 Server Core, please follow these steps:
  1. On the server running a Server Core installation, type the following command at a command prompt: This will fire up the Time and Date Control Panel applet (one of two .CPL survivors on Server Core…)
  2. In order to change the clock and date, press the Change Date and Time button.       
  3. In order to change the time zone, press the Change Time Zone button.
  4. When done, press Ok to close the applet.

Note about working in an Active Directory environment

Note that as with any domain member, the Server Core machine will automatically synchronize its clock with the Domain Controller it was authenticated against, or with the Domain Controller holding the PDC Emulator FSMO Role.
To configure the Server Core machine to synchronize its clock with the PDC Emulator, type the following command:

Then, in order to force a time synchronization, type the following command:

Summary

Windows Server Core, like any other server or workstation, requires configuration of its time, date and time zone settings. These can be controlled locally on the server. This article showed you how to do that.

Good Luck.

No comments:

Post a Comment