Set-AzureADMSGroup
{{填寫概要}}
語法
Set-AzureADMSGroup
-Id <String>
[-LabelId <String>]
[-Description <String>]
[-DisplayName <String>]
[-IsAssignableToRole <Boolean>]
[-MailEnabled <Boolean>]
[-MailNickname <String>]
[-SecurityEnabled <Boolean>]
[-GroupTypes <System.Collections.Generic.List`1[System.String]>]
[-MembershipRule <String>]
[-MembershipRuleProcessingState <String>]
[-Visibility <String>]
[<CommonParameters>]
Description
{{填寫描述}}
範例
範例 1
PS C:\> Set-AzureADMSGroup -Id "9126185e-25df-4522-a380-7ab697a7241c" -DisplayName "Dynamic Group 01" -Description "Group created from PS" -MailEnabled $False -MailNickname "group" -SecurityEnabled $True -GroupTypes "" -MembershipRule "" -MembershipRuleProcessingState ""
Id : 9126185e-25df-4522-a380-7ab697a7241c
Description : Dynamic group created from PS
OnPremisesSyncEnabled :
DisplayName : Dynamic Group 01
OnPremisesLastSyncDateTime :
Mail :
MailEnabled : False
MailNickname : group
OnPremisesSecurityIdentifier :
ProxyAddresses : {}
SecurityEnabled : True
GroupTypes : {}
MembershipRule : (user.department -eq "Marketing") MembershipRuleProcessingState : Paused
群組已更新。
範例 2
PS C:\> Set-AzureADMSGroup -Id "9126185e-25df-4522-a380-7ab697a7241c" -IsAssignableToRole $true
Bad Request.
無法為現有群組設定 IsassignableToRole 屬性。
範例 3
PS C:\> Set-AzureADMSGroup -Id "11111111-1111-1111-1111-111111111111" -LabelId "00000000-0000-0000-0000-000000000000"
標籤會指派給群組。
範例 4
PS C:\> Set-AzureADMSGroup -Id "11111111-1111-1111-1111-111111111111" -LabelId ""
卷標會從群組中移除。
參數
-Description
{{填滿描述}}
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-DisplayName
{{Fill DisplayName Description}}
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-GroupTypes
{{Fill GroupTypes Description}}
類型: | List<T>[String] |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Id
{{填滿標識符描述}}
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-IsAssignableToRole
旗標指出是否可以將 Azure Active Directory 群組指派給角色。 無法為現有群組設定此旗標。
類型: | Boolean |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-LabelId
指定要指派給群組的標籤碼逗號分隔清單。
目前,只能將一個標籤指派給群組。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-MailEnabled
{{Fill MailEnabled Description}}
類型: | Boolean |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-MailNickname
{{Fill MailNickname Description}}
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-MembershipRule
{{Fill MembershipRule Description}}
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-MembershipRuleProcessingState
{{Fill MembershipRuleProcessingState Description}}
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-SecurityEnabled
{{Fill SecurityEnabled Description}}
類型: | Boolean |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Visibility
{{填滿可見度描述}}
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |