Skip to content

Commit 0dbec0b

Browse files
authored
Update roles-admin-units-manage.md
1 parent d6b6ac9 commit 0dbec0b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/active-directory/users-groups-roles/roles-admin-units-manage.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Install Azure AD PowerShell (preview) before you try to run the following comman
5555
Connect-AzureAD
5656
New-AzureADAdministrativeUnit -Description "West Coast region" -DisplayName "West Coast"
5757

58-
You can modify the values that are enclosed in quotation marks, as necessary.
58+
You can modify the values that are enclosed in quotation marks, as required.
5959

6060
### Use Microsoft Graph
6161

@@ -73,8 +73,9 @@ In Azure AD, you can remove an administrative unit that you no longer need as a
7373

7474
### Use the Azure portal
7575

76-
1. In the Azure portal, go to **Azure AD** > **Administrative units**. 2. Select the administrative unit to be deleted, and then select **Delete**.
77-
3. To confirm that you want to delete the administrative unit, select **Yes**. The administrative unit is deleted.
76+
1. In the Azure portal, go to **Azure AD** > **Administrative units**.
77+
1. Select the administrative unit to be deleted, and then select **Delete**.
78+
1 To confirm that you want to delete the administrative unit, select **Yes**. The administrative unit is deleted.
7879

7980
![Screenshot of the administrative unit Delete button and confirmation window](./media/roles-admin-units-manage/select-admin-unit-to-delete.png)
8081

@@ -83,7 +84,7 @@ In Azure AD, you can remove an administrative unit that you no longer need as a
8384
$delau = Get-AzureADAdministrativeUnit -Filter "displayname eq 'DeleteMe Admin Unit'"
8485
Remove-AzureADAdministrativeUnit -ObjectId $delau.ObjectId
8586

86-
You can modify the values that are enclosed in quotation marks, as necessary for the specific environment.
87+
You can modify the values that are enclosed in quotation marks, as required for the specific environment.
8788

8889
### Use the Graph API
8990

0 commit comments

Comments
 (0)