@@ -55,7 +55,7 @@ Install Azure AD PowerShell (preview) before you try to run the following comman
55
55
Connect-AzureAD
56
56
New-AzureADAdministrativeUnit -Description "West Coast region" -DisplayName "West Coast"
57
57
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 .
59
59
60
60
### Use Microsoft Graph
61
61
@@ -73,8 +73,9 @@ In Azure AD, you can remove an administrative unit that you no longer need as a
73
73
74
74
### Use the Azure portal
75
75
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.
78
79
79
80
![ Screenshot of the administrative unit Delete button and confirmation window] ( ./media/roles-admin-units-manage/select-admin-unit-to-delete.png )
80
81
@@ -83,7 +84,7 @@ In Azure AD, you can remove an administrative unit that you no longer need as a
83
84
$delau = Get-AzureADAdministrativeUnit -Filter "displayname eq 'DeleteMe Admin Unit'"
84
85
Remove-AzureADAdministrativeUnit -ObjectId $delau.ObjectId
85
86
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.
87
88
88
89
### Use the Graph API
89
90
0 commit comments