Skip to content

Commit 890e88f

Browse files
authored
Update troubleshoot-user-creation-deletion-issues.md
1 parent dc8eca9 commit 890e88f

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
@@ -76,7 +76,7 @@ Content-type: application/json {
7676

7777
## [Microsoft Graph PowerShell](#tab/azure-powershell)
7878

79-
To add a user in Microsoft Graph PowerShell, run the [New-MgUser](/powershell/module/microsoft.graph.users/new-mguser?view=graph-powershell-1.0)) cmdlet. To run this command, you must connect to Microsoft Graph with at least the `User.ReadWrite.All` permission.
79+
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

8181
```powershell
8282
$PasswordProfile = @{

0 commit comments

Comments
 (0)