Set-AzureADMSAttributeSet
Updates an existing attribute set.
Syntax
Set-AzureADMSAttributeSet
-Id <String>
[-Description <String>]
[-MaxAttributesPerSet <Int32>]
[<CommonParameters>]
Description
Updates an Azure Active Directory (Azure AD) attribute set object identified by ID.
Examples
Example 1
Set-AzureADMSAttributeSet -Id "Engineering" -Description "Attributes for cloud engineering team"
Update an attribute set.
- Attribute set:
Engineering
Example 2
Set-AzureADMSAttributeSet -Id "Engineering" -MaxAttributesPerSet 20
Update an attribute set.
- Attribute set:
Engineering
Parameters
-Description
Description of the attribute set.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Id
Name of the attribute set.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-MaxAttributesPerSet
Maximum number of custom security attributes that can be defined in the attribute set.
Type: | Int32 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |