Update NTP server configuration command#4334
Conversation
|
@PragyaDw : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
@PragyaDw : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit 964e884: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
There was a problem hiding this comment.
Pull request overview
This PR updates the Azure Local OS configuration documentation to refine the Windows Time (w32tm) NTP peer configuration command, and fixes a minor Markdown formatting issue in the “Next steps” section.
Changes:
- Updates the
w32tm /configexample to include the,0x8peer flag in/manualpeerlist. - Fixes indentation/formatting of the “Next steps” link list item.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| 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 | ||
| ``` |
|
|
||
| ```cmd | ||
| w32tm /config /manualpeerlist:"ntpserver.contoso.com" /syncfromflags:manual /update | ||
| w32tm /config /manualpeerlist:"ntpserver.contoso.com,0x8" /syncfromflags:manual /update |
|
This pull request has been inactive for 7 days. |
appended the command with additional details