mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-10 02:47:03 +00:00
Update 01 - Administer Identity.md
This commit is contained in:
parent
6554b26c47
commit
d2e0f6cf79
@ -24,12 +24,9 @@ In this demonstration, we will explore Azure Active Directory.
|
|||||||
**Note:** Depending on your subscription not all areas of the Azure
|
**Note:** Depending on your subscription not all areas of the Azure
|
||||||
Active Directory blade will be available.
|
Active Directory blade will be available.
|
||||||
|
|
||||||
> [Add or delete users - Azure Active Directory \| Microsoft
|
> [Add or delete users - Azure Active Directory \| Microsoft Docs](https://docs.microsoft.com/azure/active-directory/fundamentals/add-users-azure-active-directory)
|
||||||
> Docs](https://docs.microsoft.com/azure/active-directory/fundamentals/add-users-azure-active-directory)
|
|
||||||
>
|
>
|
||||||
> [Create a basic group and add members - Azure Active Directory \|
|
> [Create a basic group and add members - Azure Active Directory | Microsoft Docs](https://docs.microsoft.com/azure/active-directory/fundamentals/active-directory-groups-create-azure-portal#create-a-basic-group-and-add-members)
|
||||||
> Microsoft
|
|
||||||
> Docs](https://docs.microsoft.com/azure/active-directory/fundamentals/active-directory-groups-create-azure-portal#create-a-basic-group-and-add-members)
|
|
||||||
|
|
||||||
**Review license and domain information**
|
**Review license and domain information**
|
||||||
|
|
||||||
@ -85,9 +82,7 @@ Active Directory blade will be available.
|
|||||||
4. Add the user to the group. Replace groupObjectId and userObjectId.
|
4. Add the user to the group. Replace groupObjectId and userObjectId.
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
Add-AzADGroupMember -MemberUserPrincipalName
|
Add-AzADGroupMember -MemberUserPrincipalName "myemail@domain.com" -TargetGroupDisplayName "MyGroupDisplayName"
|
||||||
\"\"myemail@domain.com\"\" -TargetGroupDisplayName
|
|
||||||
\"\"MyGroupDisplayName\"\"
|
|
||||||
```
|
```
|
||||||
|
|
||||||
5. Verify the members of the group. Replace groupObjectId.
|
5. Verify the members of the group. Replace groupObjectId.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user