Obsah

Windows Server

NIKDY NEZAKAZOVAT IPv6 - nenaskočí NLA, Exchange Topology Server atd.

IIS Web Deploy

tiskarny pres gpo na XP

http://blog.mpecsinc.ca/2008/11/x86-pushprinterconnectionsexe-must-for.html

Nastavení NTP serveru

  1. First, locate your PDC Server. Open the command prompt and type:
    netdom /query fsmo
  2. Log in to your PDC Server and open the command prompt.
  3. Stop the W32Time service:
    net stop w32time
  4. Configure the external time sources, type:
    w32tm /config /syncfromflags:manual /manualpeerlist:"ntp.cesnet.cz, 2.pool.ntp.org"
  5. Make your PDC a reliable time source for the clients. Type:
    w32tm /config /reliable:yes
  6. Start the w32time service:
    net start w32time
  7. The windows time service should begin synchronizing the time. You can check the external NTP servers in the time configuration by typing:
    w32tm /query /configuration
  8. Check the Event Viewer for any errors.

Ruční aktualizace

w32tm /resync

Zdroje