Archive for the ‘IT - General’ Category

CAT5 Wiring Diagram

Monday, June 8th, 2009

This is the standard wiring diagram for CAT5 Patch Cables.

EIA/TIA 568B Color Scheme

EIA/TIA 568B Color Scheme

Windows Server 2003 – Sync to an external time server

Tuesday, March 31st, 2009

Original Article:  http://www.windowsnetworking.com/articles_tutorials/Configuring-Windows-Time-Service.html
Original Author:  Mitch Tulloch

Synching to an External Time Source

If you want to ensure that the clocks on your machines are more accurate in terms of absolute (and not just relative) time, you can sync the PDC Emulator in your forest root domain to one of the reliable time servers available on the Internet. This is a good idea if your company is a large enterprise with sites spanning several countries, or if your organization has two or more forests linked by forest trusts. The procedure for doing this on a PDC Emulator running Windows Server 2003 in the forest root domain is as follows. Open Registry Editor (regedit.exe) and configure the following registry entries:

HKLM\SYSTEM\CurrentControlSet\Services\W32Time\Parameters\Type

This registry entry determines which peers W32Time will accept synchronization from. Change this REG_SZ value from NT5DS to NTP so the PDC Emulator synchronizes from the list of reliable time servers specified in the NtpServer registry entry described below.

HKLM\SYSTEM\CurrentControlSet\Services\W32Time\Config\AnnounceFlags

This registry entry controls whether the local computer is marked as a reliable time server (which is only possible if the previous registry entry is set to NTP as described above). Change this REG_DWORD value from 10 to 5 here. (more…)