Skip to content

Commit 50144bc

Browse files
authored
Update troubleshoot-user-creation-deletion-issues.md
1 parent cddda12 commit 50144bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

support/entra/entra-id/dir-dmns-obj/troubleshoot-user-creation-deletion-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ DELETE https://graph.microsoft.com/v1.0/users/[email protected]
141141

142142
To delete a user in Azure PowerShell, run the [Remove-MgUser](/powershell/module/microsoft.graph.users/remove-mguser?view=graph-powershell-1.0&preserve-view=true) cmdlet. To run this command, you must connect to Microsoft Graph with at least the `User.DeleteRestore.All` permission.
143143

144-
```powershell-interactive
144+
```powershell
145145
Remove-MgUser -UserId '5c442efb-5e66-484a-936a-91b6810bed14'
146146
```
147147

0 commit comments

Comments
 (0)