Close Menu
Altcoinvest
    What's Hot

    Zscaler (ZS) Shares Plunge 21% as Weakened Cash Flow and FY27 Outlook Spook Investors

    May 27, 2026

    Bitcoin News Today: Unexplained $8M Bitcoin Burn, Whale Permanently Destroys BTC Supply

    May 27, 2026

    IMPORTANT CHAINLINK UPDATE – LINK PRICE PREDICTION – SHOULD I BUY LINK – CHAINLINK FORECAST

    May 27, 2026
    Facebook X (Twitter) Instagram
    Altcoinvest
    • Bitcoin
    • Altcoins
    • Exchanges
    • Youtube
    • Crypto Wallets
    • Learn Crypto
    • bitcoinBitcoin(BTC)$75,799.00-2.13%
    • ethereumEthereum(ETH)$2,077.18-2.46%
    • tetherTether(USDT)$1.00-0.03%
    • binancecoinBNB(BNB)$653.97-1.36%
    • rippleXRP(XRP)$1.33-2.09%
    • usd-coinUSDC(USDC)$1.000.00%
    • solanaSolana(SOL)$83.76-2.14%
    • tronTRON(TRX)$0.3726120.10%
    • Figure HelocFigure Heloc(FIGR_HELOC)$1.031.08%
    • dogecoinDogecoin(DOGE)$0.101562-0.72%
    Altcoinvest
    Home»Exchange»How to Configure NTP Time Source on Domain Controller
    How to Configure NTP Time Source on Domain Controller
    Exchange

    How to Configure NTP Time Source on Domain Controller

    May 27, 2026
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Proper time synchronization is a key part of a healthy Active Directory environment. The Primary Domain Controller (PDC) acts as the main time authority, so it must stay accurately synced with an external NTP server to ensure all systems in the network operate correctly. In this article, you will learn how to configure an NTP time source on a Domain Controller.

    Step 1. Find PDC Emulator

    Locate the server holding the PDC (Primary Domain Controller) role.

    netdom query fsmo

    Step 2. Check current time source

    On the PDC, check what your current timesync source is.

    w32tm /query /source
    w32tm /query /peers
    w32tm /query /status
    w32tm /query /configuration

    Note: If you are in a child domain, this may need to be done on the PDC of the root domain as well. You can also run the query peers command on the other DCs to tell you what server they are syncing with.

    Step 3. Disable VM guest time synchronization

    Hypervisors such as Hyper-V, VMware, and others provide a guest time sync service that competes with W32Time and causes clock drift. The W32Time must be the sole time authority. Disable the hypervisor time sync before configuring NTP to prevent interference during the initial sync.

    Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\VMICTimeProvider" -Name "Enabled" -Value 0

    You must restart the Windows Time service for the changes to take effect.

    net stop w32time
    net start w32time

    Verify that the VMIC Time Provider is disabled.

    w32tm /query /configuration

    The output for VMICTimeProvider is set as Enabled: 0 (Local).

    VMICTimeProvider (Local)
    DllName: C:\WINDOWS\System32\vmictimeprovider.dll (Local)
    Enabled: 0 (Local)
    InputProvider: 1 (Local)

    Step 4. Configure external NTP peers

    Once you have identified the server that appears to be the time source across your Active Directory environment, you can configure it to use an external time source. Change the server to the external NTP server of your choice, but make sure to keep the 0x8 flag at the end, as it is required.

    w32tm /config /update /manualpeerlist:"0.pool.ntp.org,0x8 1.pool.ntp.org,0x8 2.pool.ntp.org,0x8 3.pool.ntp.org,0x8" /syncfromflags:manual /reliable:yes

    Step 5. Restart Windows Time service

    Stop the Windows Time service.

    net stop w32time

    Start the Windows Time service.

    net start w32time

    Step 6. Force resynchronization

    Resync the time from the new source.

    w32tm /resync /rediscover

    If the machine was badly out of sync.

    w32tm /resync /force

    Step 7. Verify new time source

    Check the time source info to make sure the time is coming from the NTP server.

    w32tm /query /source
    w32tm /query /peers
    w32tm /query /status
    w32tm /query /configuration

    Step 8. Check offset/drift

    You can check your time drift against an external server, which will display the offset in seconds.

    w32tm /stripchart /computer:pool.ntp.org

    If you only want to get 5 outputs and data only.

    w32tm /stripchart /computer:pool.ntp.org /samples:5 /dataonly

    Step 9. Allow time to propagate through the domain

    Other DCs and clients should automatically sync through the AD hierarchy. You can manually trigger sync on other DCs.

    w32tm /resync

    That’s it!

    Read more: Change IP address of Domain Controller »

    Conclusion

    You learned how to set up an NTP time source on a Domain Controller. The Primary Domain Controller (PDC) must stay in sync with an external NTP server, because it is the main time source for the whole network. If the time is incorrect, users may not be able to sign in, and communication between servers and services can fail.

    Did you enjoy this article? You may also like Add Domain Controller to existing domain. Don’t forget to follow us and share this article.

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

    Related Posts

    How to Block Access for High-Risk AI Agents

    May 19, 2026

    Exchange Unattended Install Script [Update]

    May 7, 2026

    Conditional Access Policy Maximum Limit Explained

    May 7, 2026

    Deploy dummy OU structure and Exchange mailboxes in Active Directory

    May 1, 2026
    Add A Comment
    Leave A Reply Cancel Reply

    Tweets by InfoAltcoinvest

    Top Posts

    How to Block Access for High-Risk AI Agents

    May 19, 2026

    Exchange Unattended Install Script [Update]

    May 7, 2026

    Conditional Access Policy Maximum Limit Explained

    May 7, 2026

    US CLARITY Act To ‘Hopefully’ Pass By April: Bernie Moreno

    February 19, 2026

    Custom Brass Coin – Fiber Laser – Omtech 50w Raycus

    March 5, 2026

    US Down To ‘Last Chance’ To Pass Clarity Act Before 2030: Lummis

    April 12, 2026

    Shiba Inu Price Prediction: Will SHIB Soar to New Heights Today?

    April 25, 2026

    Altcoinvest is a leading platform dedicated to providing the latest news and insights on the dynamic world of cryptocurrencies.

    We're social. Connect with us:

    Facebook X (Twitter)
    Top Insights

    Zscaler (ZS) Shares Plunge 21% as Weakened Cash Flow and FY27 Outlook Spook Investors

    May 27, 2026

    Bitcoin News Today: Unexplained $8M Bitcoin Burn, Whale Permanently Destroys BTC Supply

    May 27, 2026

    IMPORTANT CHAINLINK UPDATE – LINK PRICE PREDICTION – SHOULD I BUY LINK – CHAINLINK FORECAST

    May 27, 2026
    Get Informed

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.


    Facebook X (Twitter)
    • Home
    • About us
    • Contact Us
    • Privacy Policy
    • Terms & Conditions
    © 2026 altcoinvest.com

    Type above and press Enter to search. Press Esc to cancel.