Update dsregcmd to dsreg in documentation#1944
Update dsregcmd to dsreg in documentation#1944khaffner wants to merge 2 commits intoMicrosoftDocs:mainfrom
Conversation
|
@khaffner : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit 8e37ba8: ✅ Validation status: passed
For more details, please refer to the build report. |
dsregcmd is for windows, dsreg is for linux
|
Learn Build status updates of commit ed8a23c: ✅ Validation status: passed
For more details, please refer to the build report. |
PRMerger Results
|
|
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 Microsoft Entra device documentation to refer to the correct Linux command (dsreg) instead of the Windows-only dsregcmd, aligning the guidance and navigation with the Linux tooling provided by microsoft-identity-broker.
Changes:
- Updated the Linux troubleshooting article note to reference
dsreginstead ofdsregcmd. - Updated the Linux Devices TOC entry to match the
dsregnaming.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/identity/devices/troubleshoot-device-registration-tool-linux.md | Updates the installation note to reference the Linux dsreg tool. |
| docs/identity/devices/TOC.yml | Renames the Linux troubleshooting TOC node to “dsreg” for accurate navigation. |
|
|
||
| > [!NOTE] | ||
| > Once you install the `microsoft-identity-broker`, the dsregcmd tool is available system-wide. | ||
| > Once you install the `microsoft-identity-broker`, the dsreg tool is available system-wide. |
There was a problem hiding this comment.
In this note, the command name should be formatted as code (for consistency with the rest of the article, e.g., dsreg earlier) and the blockquote content should not have the extra leading space after > (use > Once ...).
| > Once you install the `microsoft-identity-broker`, the dsreg tool is available system-wide. | |
| > Once you install the `microsoft-identity-broker`, the `dsreg` tool is available system-wide. |
dsregcmd is for Windows, dsreg is for Linux