- 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.
推薦閱讀
- Node Security
- 白帽子講Web安全(紀(jì)念版)
- 計(jì)算機(jī)使用安全與防護(hù)
- 安全實(shí)戰(zhàn)之滲透測試
- 防火墻技術(shù)與應(yīng)用(第2版)
- Computer Forensics with FTK
- Digital Forensics with Kali Linux
- 物聯(lián)網(wǎng)安全滲透測試技術(shù)
- 網(wǎng)絡(luò)安全大數(shù)據(jù)分析與實(shí)戰(zhàn)
- 信息技術(shù)基礎(chǔ):提高篇·實(shí)驗(yàn)與習(xí)題
- 功能型密碼算法設(shè)計(jì)與分析
- 數(shù)字銀行安全體系構(gòu)建
- Securing Network Infrastructure
- 紅藍(lán)攻防:技術(shù)與策略(原書第3版)
- 黑客攻防從入門到精通:實(shí)戰(zhàn)篇(第2版)