Set-AzureADMSAdministrativeUnit
更新管理單位。
語法
Set-AzureADMSAdministrativeUnit
-Id <String>
[-InformationAction <ActionPreference>]
[-InformationVariable <String>]
[-Description <String>]
[-DisplayName <String>]
[-IsMemberManagementRestricted <Boolean>]
[-MembershipRule <String>]
[-MembershipRuleProcessingState <String>]
[-MembershipType <String>]
[<CommonParameters>]
Description
Set-AzureADMSAdministrativeUnit Cmdlet 會更新 Azure Active Directory (AD) 中的管理單位。
範例
範例 1
PS C:\> Set-AzureADMSAdministrativeUnit -Id $adminUnit.Id -MembershipType "Dynamic" -MembershipRuleProcessingState "On" -MembershipRule '(user.country -eq "United States")'
假設$adminUnit參考的現有系統管理單位,請將成員資格類型設定為動態,並建立成員資格規則,以包含國家或地區等於美國的所有使用者。
參數
-Description
指定描述。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-DisplayName
指定顯示名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Id
指定 Azure AD 中管理單位的標識碼。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-InformationAction
指定此 Cmdlet 如何回應資訊事件。 此參數可接受的值為:
- 繼續
- 忽略
- 詢問
- SilentlyContinue
- Stop
- 暫止
類型: | ActionPreference |
別名: | infa |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-InformationVariable
指定資訊變數。
類型: | String |
別名: | iv |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-IsMemberManagementRestricted
指出系統管理單位中資源的管理許可權是否應該限制為僅限 AU 物件上範圍的系統管理員。
類型: | 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 |