Skip to main content

Set-MceAttributeDisplayName

SYNOPSIS

Updates the display name of an attribute.

SYNTAX

Set-MceAttributeDisplayName [[-Id] <String>] [[-Issuer] <String>] [[-Name] <String>] [[-Value] <String>]
[[-DisplayName] <String>] [<CommonParameters>]

DESCRIPTION

This cmdlet updates the display name of an attribute.

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

EXAMPLES

EXAMPLE 1

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

Updates the display name of an attribute with the specified ID.

EXAMPLE 2

Set-MceAttributeDisplayName -Issuer "IS" -Name "Org" -Value "Org1" -DisplayName "Organization 1"

Updates the display name of the provided attribute based on its issuer, name and value set.

PARAMETERS

-Id

The attribute ID.

Type: String
Parameter Sets: (All)
Aliases:

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

-Issuer

The attribute issuer.

Type: String
Parameter Sets: (All)
Aliases:

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

-Name

The attribute name.

Type: String
Parameter Sets: (All)
Aliases:

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

-Value

The attribute value.

Type: String
Parameter Sets: (All)
Aliases:

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

-DisplayName

The attribute display name.

Type: String
Parameter Sets: (All)
Aliases:

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

INPUTS

System.String

The attribute ID.

OUTPUTS

None

NOTES

MindLink Docs