- Mastering Identity and Access Management with Microsoft Azure
- Jochen Nickel
- 56字
- 2021-07-02 12:57:17
Creating an administrative unit
First of all, we need to connect to our Azure AD with the PowerShell cmdlet Connect-AzureAD for the admin@domain.onmicrosoft.com user.
Use the following cmdlets to create the HR [AU]:
New-AzureADAdministrativeUnit -Description "Human Resources Users" -DisplayName "HR"
View the expected output:
Newly created administrative unit
Next, we will add the related users.