Close Menu
Altcoinvest
    What's Hot

    The Next 5 Days Could Change Crypto FOREVER!!

    August 6, 2026

    LAB crypto falls 13% despite dip buying – Can bulls defend $0.12?

    August 6, 2026

    New security features: how to verify a call is really from Kraken Support

    August 6, 2026
    Facebook X (Twitter) Instagram
    Altcoinvest
    • Bitcoin
    • Altcoins
    • Exchanges
    • Youtube
    • Crypto Wallets
    • Learn Crypto
    • bitcoinBitcoin(BTC)$64,213.000.50%
    • ethereumEthereum(ETH)$1,895.041.60%
    • tetherTether(USDT)$1.000.00%
    • binancecoinBNB(BNB)$592.01-0.60%
    • usd-coinUSDC(USDC)$1.000.00%
    • rippleXRP(XRP)$1.05-1.40%
    • solanaSolana(SOL)$72.89-0.80%
    • tronTRON(TRX)$0.326940-0.40%
    • Figure HelocFigure Heloc(FIGR_HELOC)$1.021.70%
    • HyperliquidHyperliquid(HYPE)$54.74-3.50%
    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 Remove OneDrive Photos App

    August 3, 2026

    MVPs around the World (2026)

    August 3, 2026

    Security Updates Exchange 2016-SE (Jul2026)

    July 15, 2026

    Exchange Server 2016 & 2019 to Microsoft 365 migration guide

    July 14, 2026
    Add A Comment

    Comments are closed.

    Tweets by InfoAltcoinvest

    Top Posts

    How to Remove OneDrive Photos App

    August 3, 2026

    MVPs around the World (2026)

    August 3, 2026

    Security Updates Exchange 2016-SE (Jul2026)

    July 15, 2026

    XRP Hits Deepest Fear Levels Since October

    December 5, 2025

    Revolut Receives In-Principle Approval from UAE Authorities for Crypto Services

    July 16, 2026

    Avalanche Lands $1B In Tokenized Stock, AVAX Pops 7%

    August 6, 2026

    ‘Captive Audience’ Could Drive Morgan Stanley Bitcoin ETF Inflows

    April 8, 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

    The Next 5 Days Could Change Crypto FOREVER!!

    August 6, 2026

    LAB crypto falls 13% despite dip buying – Can bulls defend $0.12?

    August 6, 2026

    New security features: how to verify a call is really from Kraken Support

    August 6, 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.