Skip to main content

Get-MceAttributeTypeBehavior

SYNOPSIS

Gets the specified MCE attribute type behavior.

SYNTAX

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

DESCRIPTION

This cmdlet gets the MCE attribute type behavior by ID.

The cmdlet is designed to pipeline returned attribute type behavior IDs to other cmdlets.

EXAMPLES

EXAMPLE 1

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

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

EXAMPLE 2

Get-MceAttributeTypeBehavior

Gets all of the MCE Attribute Type Behavior.

PARAMETERS

-Id

The ID.

Type: String
Parameter Sets: (All)
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.

OUTPUTS

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

NOTES

MindLink Docs