Skip to content

Commit cae49b0

Browse files
Merge pull request #247451 from bhaimicrosoft/update-users-bulk-add
Update users bulk add
2 parents d26ee4f + f906baf commit cae49b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/active-directory/enterprise-users/users-bulk-add.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Next, you can check to see that the users you created exist in the Azure AD orga
9191
Run the following command:
9292

9393
``` PowerShell
94-
Get-AzureADUser -Filter "UserType eq 'Member'"
94+
Get-MgUser -Filter "UserType eq 'Member'"
9595
```
9696

9797
You should see that the users that you created are listed.

articles/active-directory/enterprise-users/users-bulk-delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Next, you can check to see that the users you deleted exist in the Azure AD orga
7171
Run the following command:
7272

7373
``` PowerShell
74-
Get-AzureADUser -Filter "UserType eq 'Member'"
74+
Get-MgUser -Filter "UserType eq 'Member'"
7575
```
7676

7777
Verify that the users that you deleted are no longer listed.

0 commit comments

Comments
 (0)