From d2e0f6cf7987a7e543fad4d1b38029b0b26d7324 Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Tue, 6 Jun 2023 15:13:35 -0700 Subject: [PATCH] Update 01 - Administer Identity.md --- Instructions/Demos/01 - Administer Identity.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/Instructions/Demos/01 - Administer Identity.md b/Instructions/Demos/01 - Administer Identity.md index 3a7f0644..fc77ef9c 100644 --- a/Instructions/Demos/01 - Administer Identity.md +++ b/Instructions/Demos/01 - Administer Identity.md @@ -24,12 +24,9 @@ In this demonstration, we will explore Azure Active Directory. **Note:** Depending on your subscription not all areas of the Azure Active Directory blade will be available. -> [Add or delete users - Azure Active Directory \| Microsoft -> Docs](https://docs.microsoft.com/azure/active-directory/fundamentals/add-users-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) +> [Add or delete users - Azure Active Directory \| Microsoft Docs](https://docs.microsoft.com/azure/active-directory/fundamentals/add-users-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) **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. ```powershell - Add-AzADGroupMember -MemberUserPrincipalName - \"\"myemail@domain.com\"\" -TargetGroupDisplayName - \"\"MyGroupDisplayName\"\" + Add-AzADGroupMember -MemberUserPrincipalName "myemail@domain.com" -TargetGroupDisplayName "MyGroupDisplayName" ``` 5. Verify the members of the group. Replace groupObjectId.