Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/identity/devices/TOC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
items:
- name: Azure Linux VMs and Microsoft Entra ID
href: howto-vm-sign-in-azure-ad-linux.md
- name: Troubleshoot using dsregcmd on Linux
- name: Troubleshoot using dsreg on Linux
href: troubleshoot-device-registration-tool-linux.md
- name: Virtual Devices
expanded: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ sudo yum install microsoft-identity-broker
---

> [!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.
Copy link

Copilot AI Apr 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 ...).

Suggested change
> 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.

Copilot uses AI. Check for mistakes.

```bash
dsreg --help
Expand Down