From aa225f986cccd90fd9b55f6357297ddacada5d14 Mon Sep 17 00:00:00 2001 From: Pragya Dwivedi <107277949+PragyaDw@users.noreply.github.com> Date: Thu, 11 Jun 2026 15:49:42 -0700 Subject: [PATCH] Update NTP server configuration command made a doc bug fix --- azure-local/deploy/deployment-install-os.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-local/deploy/deployment-install-os.md b/azure-local/deploy/deployment-install-os.md index 74d83920dc..865639e6a9 100644 --- a/azure-local/deploy/deployment-install-os.md +++ b/azure-local/deploy/deployment-install-os.md @@ -118,7 +118,7 @@ Follow these steps to configure the operating system using SConfig: To configure a valid time source, run the following command: ```cmd - w32tm /config /manualpeerlist:"ntpserver.contoso.com" /syncfromflags:manual /update + w32tm /config /manualpeerlist:"ntpserver.contoso.com,0X8" /syncfromflags:manual /update ``` Confirm that the time is successfully synchronizing using the new time server: @@ -162,4 +162,4 @@ If you don't domain join beforehand, the machines are automatically joined to a ## Next steps -- [Register Azure Local machines in your system with Azure Arc and assign permissions](./deployment-arc-register-server-permissions.md). \ No newline at end of file +- [Register Azure Local machines in your system with Azure Arc and assign permissions](./deployment-arc-register-server-permissions.md).