Get-DtcClusterTMMapping

Applies To: Windows Server 2012 R2 Preview

Get-DtcClusterTMMapping

Get-DtcClusterTMMapping is supported only on clustered computers and can be used to retrieve Cluster DTC Mapping data. If a MappingName is not specified, Get-DtcClusterTMMapping will enumerate and return a list of all Cluster TM mapping data.

Syntax

Parameter Set: Default
Get-DtcClusterTMMapping [-Name <String> ] [ <CommonParameters>]

Detailed Description

Get-DtcClusterTMMapping is supported only on clustered computers and can be used to retrieve Cluster DTC Mapping data. If a MappingName is not specified, Get-DtcClusterTMMapping will enumerate and return a list of all Cluster TM mapping data.

Parameters

-Name<String>

Specifies the MappingName. If not specified, will enumerate all TM Mappings.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

true (ByValue, ByPropertyName)

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters.

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • DtcClusterTMMapping

    An object of DtcClusterTMMapping of having the given MappingName is returned. If a MappingName is not specified, an enumeration of all of the TM mapping is done.