Set-R1GlobalSpecialAttribute
Set-R1GlobalSpecialAttribute
SYNOPSIS
Updates the global special attribute settings.
SYNTAX
Set-R1GlobalSpecialAttribute -memberAttribute <String> [-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
Sets the attribute used to record group membership across the whole namespace.
The setting is the only property of the resource, so the value supplied is sent as the complete request body.
EXAMPLES
Example 1
Set-R1GlobalSpecialAttribute -memberAttribute 'UNIQUE_MEMBER'
Records group membership using the uniqueMember attribute.
PARAMETERS
-memberAttribute
The attribute used to record group membership.
Type: String
Parameter Sets: (All)
Aliases:
Accepted values: MEMBER, UNIQUE_MEMBER
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.