Skip to main content

New-MceAttributeDisplayName

SYNOPSIS

Creates a new attribute display name.

SYNTAX

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

DESCRIPTION

This cmdlet creates a new attribute display name on the system, and returns the attribute's ID.

EXAMPLES

EXAMPLE 1

New-MceAttributeDisplayName  -Issuer "CP" -Name "org" -Value "org1" -DisplayName "Organization 1"

Creates an attribute display name.

PARAMETERS

-Issuer

The attribute issuer of the attribute display name.

Type: String
Parameter Sets: (All)
Aliases:

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

-Name

The attribute name of the attribute display name.

Type: String
Parameter Sets: (All)
Aliases:

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

-Value

The attribute name of the attribute display name.

Type: String
Parameter Sets: (All)
Aliases:

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

-DisplayName

The display name of the attribute display name.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
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

OUTPUTS

System.String

NOTES

MindLink Docs