Domain controllers not advertising as a time server - Preparing to migrate SYSVOL

Susan Dodds 281 Reputation points
2020-08-24T18:56:21.727+00:00

Server 2012 R2 DC, Server 2016 DC.

Forest level 2008 R2.

Running this cmd: Dcdiag /e /test:sysvolcheck /test:advertising

Shows both DC's aren't advertising as a time server.

Ran the following cmd's on the 2012 R2 DC and no change:

net stop w32time
w32tm /unregister
w32tm /register
net start w32time

The AD replication tool from Microsoft shows no errors.

This is in preparation of migrating SYSVOL from FRS to DFSR

Windows for business | Windows Client for IT Pros | Directory services | Active Directory
{count} vote

2 answers

Sort by: Most helpful
  1. Anonymous
    2020-08-24T19:06:42.437+00:00

    Some general info

    --On PDCe--

    w32tm /unregister
    net stop w32time
    w32tm /register
    net start w32time
    w32tm /config /manualpeerlist:<ntp ip address> /syncfromflags:manual /reliable:yes /update
    net stop w32time
    net start w32time
    then check
    w32tm /query /source
    w32tm /query /configuration

    --on all others--

    w32tm /unregister
    net stop w32time
    w32tm /register
    net start w32time
    w32tm /config /syncfromflags:domhier /update
    net stop w32time
    net start w32time
    then check
    w32tm /query /source
    w32tm /query /configuration

    for the migration you can follow along here.
    https://techcommunity.microsoft.com/t5/Storage-at-Microsoft/Streamlined-Migration-of-FRS-to-DFSR-SYSVOL/ba-p/425405

    --please don't forget to Accept as answer if the reply is helpful--

    3 people found this answer helpful.

  2. Bart Coninckx 1 Reputation point
    2021-10-16T14:21:33.167+00:00

    Well, I saw it disappear so ...

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.