![Mastering Identity and Access Management with Microsoft Azure](https://wfqqreader-1252317822.image.myqcloud.com/cover/884/36698884/b_36698884.jpg)
上QQ阅读APP看书,第一时间看更新
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:
![](https://epubservercos.yuewen.com/1A2C27/19470381808825406/epubprivate/OEBPS/Images/2edc5d3b-a4f5-411a-8ae9-979c64d555ee.png?sign=1738869806-UzFlSFxDvztQM6DGHiw3olE93odlw2WX-0-3cd85f7a1123fe64cdb16fafc43c76a9)
Newly created administrative unit
Next, we will add the related users.