Skip to main content

Clear-MceAttributeDisplayName

SYNOPSIS

Clears the display name of an attribute.

SYNTAX

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

DESCRIPTION

This cmdlet clears the display name of an attribute.

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

EXAMPLES

EXAMPLE 1

Clear-MceAttributeDisplayName -Id "4f55b2be-1c07-4fcb-8c66-db563fd46206"

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

EXAMPLE 2

Clear-MceAttributeDisplayName -Issuer "IS" -Name "Org" -Value "Org1"

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

PARAMETERS

-Id

The attribute display name 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 display name 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

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 display name ID.

OUTPUTS

None

NOTES

MindLink Docs