New-AzureADMSAdministrativeUnit
建立系統管理單位。
語法
New-AzureADMSAdministrativeUnit
[-InformationAction <ActionPreference>]
[-InformationVariable <String>]
[-Description <String>]
-DisplayName <String>
[-IsMemberManagementRestricted <Boolean>]
[-MembershipRule <String>]
[-MembershipRuleProcessingState <String>]
[-MembershipType <String>]
[<CommonParameters>]
Description
New-AzureADMSAdministrativeUnit Cmdlet 會在 Azure Active Directory (AD) 中建立管理單位。
範例
範例 1
PS C:\> $adminUnit = New-AzureADMSAdministrativeUnit -DisplayName "Example Admin Unit" -Description "An example of an administrative unit" -MembershipType "Dynamic" -MembershipRuleProcessingState "On" -MembershipRule '(user.country -eq "United States")'
建立名為「範例管理單位」的新系統管理單位,其具有動態成員資格規則,以包含美國中的所有使用者。
參數
-Description
指定新管理單位的描述。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-DisplayName
指定新管理單位的顯示名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-InformationAction
指定此 Cmdlet 如何回應資訊事件。 此參數可接受的值為:
- 繼續
- 忽略
- 詢問
- SilentlyContinue
- Stop
- 暫止
類型: | ActionPreference |
別名: | infa |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-InformationVariable
指定資訊變數。
類型: | String |
別名: | iv |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-IsMemberManagementRestricted
指出系統管理單位中資源的管理許可權是否應該限制為僅限 AU 物件上範圍的系統管理員。 如果未指定任何值,則會預設為 false。
類型: | Boolean |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-MembershipRule
指定動態系統管理單位的成員資格規則。
如需可用於動態系統管理單位和動態群組之規則的詳細資訊,請參閱 使用屬性來建立進階規則。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-MembershipRuleProcessingState
指定規則處理狀態。 此參數可接受的值為:
- “On”。 處理群組規則。
- “Paused”。 停止處理群組規則。
變更處理狀態的值並不會變更管理單位的成員清單。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-MembershipType
指定此管理單位的成員資格是動態控制,還是透過手動指派來控制。 此參數可接受的值為:
- 已指派
- 動態
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |