Skip to main content

Get-MceAttributeDisplayName

SYNOPSIS

Gets the specified MCE attribute display name.

SYNTAX

GetAttributeDisplayNameById (Default)

Get-MceAttributeDisplayName [[-Id] <String>] [<CommonParameters>]

SearchAttributeDisplayName

Get-MceAttributeDisplayName [[-DisplayName] <String>] [<CommonParameters>]

DESCRIPTION

This cmdlet gets the MCE attribute display name by ID.

The cmdlet is designed to pipeline returned attribute display name IDs to other cmdlets.

EXAMPLES

EXAMPLE 1

Get-MceAttributeDisplayName -Id 01234567-89ab-cdef-1234-56789abcdef0

Gets the MCE AttributeDisplayName with the exact ID "01234567-89ab-cdef-1234-56789abcdef0".

EXAMPLE 2

Get-MceAttributeDisplayName -DisplayName "Organisation1"

Gets the MCE AttributeDisplayName with the display name "Organisation1".

EXAMPLE 3

Get-MceAttributeDisplayName

Gets all MCE Attribute display names.

PARAMETERS

-DisplayName

The search term.

Type: String
Parameter Sets: SearchAttributeDisplayName
Aliases:

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

-Id

The ID.

This value is optional, since the ID may be synchronized from external identity provider. Additionally, if synchronized from an external provider, the ID value provided here will be overridden.

Type: String
Parameter Sets: GetAttributeDisplayNameById
Aliases:

Required: False
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
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 ID.

This value is optional, since the ID may be synchronized from external identity provider. Additionally, if synchronized from an external provider, the ID value provided here will be overridden.

OUTPUTS

System.Collections.Generic.IEnumerable`1[[MindLink.Core.Mce.PowerShell.Model.MceNamedAttributeExpression, MindLink.Core.Mce.PowerShell, Version=24.4.0.5, Culture=neutral, PublicKeyToken=null]]

NOTES

MindLink Docs