Skip to main content

Set-MceAttributeTypeBehavior

SYNOPSIS

Updates the properties of an attribute type behavior.

SYNTAX

Set-MceAttributeTypeBehavior [-Id] <String> [[-DisplayName] <String>] [[-Filter] <String>]
[[-IsEnabled] <Boolean>] [<CommonParameters>]

DESCRIPTION

This cmdlet updates individual properties of an attribute type behavior.

The cmdlet is designed to support pipe-lining from Get-MceAttributeTypeBehavior.

EXAMPLES

EXAMPLE 1

Set-MceAttributeTypeBehavior -Id "4f55b2be-1c07-4fcb-8c66-db563fd46206" -DisplayName "Organizations"

Updates the display name of an attribute type behavior.

EXAMPLE 2

Set-MceAttributeTypeBehavior -Id "4f55b2be-1c07-4fcb-8c66-db563fd46206" -Filter "."

Updates the filter of a attribute type behavior.

EXAMPLE 3

Set-MceAttributeTypeBehavior -Id "4f55b2be-1c07-4fcb-8c66-db563fd46206" -IsEnabled $true

Enables or disables an attribute type behavior.

PARAMETERS

-Id

The attribute type behavior ID.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-DisplayName

The attribute type behavior display name.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Filter

The attribute type behavior value filter. Please note that the filter must be a valid regex expression.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-IsEnabled

The enabled state.

Type: Boolean
Parameter Sets: (All)
Aliases:

Required: False
Position: 3
Default value: False
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.

INPUTS

System.String

The attribute type behavior ID.

OUTPUTS

None

NOTES

MindLink Docs