私はこのKB記事を見つけました: http://support.Microsoft.com/kb/816042
しかし、それは手動のレジストリハックの束を含みます。管理ツールに埋もれているものを見つけて、これを実行できるようにしたいと思っていました。
Windows Server2003を使用しています。
DCであり、pdcの役割を持つWindows 2003サーバーは、time.Microsoft.comと時刻を同期するようにデフォルトで設定されます。別のsntpタイムサーバーを使用する場合は、コマンドpromtでこのコマンドを発行できます。
net time /setsntp:FQDN
ここで、FQDNはタイムサーバー名に置き換えられます。これが有効になるまでに数分かかる場合があります。
これは、DCとPDCエミュレーターの役割で行う必要があります
PDCエミュレータでWindows Timeサービスを構成するには
Type the following command to configure the PDC emulator and then press ENTER:
w32tm /config /manualpeerlist:peers /syncfromflags:manual /reliable:yes /update
where peers specifies the list of DNS names and/or IP addresses of the NTP time source that the PDC emulator synchronizes from. For example, you can specify time.windows.com. When specifying multiple peers, use a space as the delimiter and enclose them in quotation marks.
通常の方法で設定するとうまくいくと思いましたか?