Skip to content

Commit cddda12

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Content-type: application/json {
7474
}
7575
```
7676

77-
## [Microsoft Graph PowerShell](#tab/azure-powershell)
77+
## [Microsoft Graph PowerShell](#tab/microsoft-graph-powerShell)
7878

7979
To add a user in Microsoft Graph PowerShell, run the [New-MgUser](/powershell/module/microsoft.graph.users/new-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.ReadWrite.All` permission.
8080

@@ -137,7 +137,7 @@ For example, if you want to delete a user who has a principal name of `NewUser@c
137137
DELETE https://graph.microsoft.com/v1.0/users/[email protected]
138138
```
139139

140-
## 【Microsoft Graph PowerShell](#tab/azure-powershell)
140+
## 【Microsoft Graph PowerShell](#tab/microsoft-graph-powerShell)
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

0 commit comments

Comments
 (0)