Get-DtcNetworkSetting

Applies To: Windows Server 2012 R2 Preview

Get-DtcNetworkSetting

Get-DtcNetworkSetting retrieves the DTC network and security configuration settings for the DTC service specified by the DtcName parameter.

Syntax

Parameter Set: Default
Get-DtcNetworkSetting [-DtcName <String> ] [ <CommonParameters>]

Detailed Description

Get-DtcNetworkSetting retrieves the DTC network and security configuration settings for the DTC service specified by the DtcName parameter.

Parameters

-DtcName<String>

Specifies the DTC network and security configuration settings to return by the DTC instance. If this parameter is null or set to Local, this will return the DTC network and security configuration settings for the Local DTC instance.

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.

Examples

Retrieve the Network and Security configuration settings for the Local DTC instance. This example will also work for any named DTC instance.

PS C:\> Get-DtcNetworkSetting -DtcName Local
AuthenticationLevel               : Mutual
InboundTransactionsEnabled : True
LUTransactionsEnabled : True
OutboundTransactionsEnabled : True
RemoteAdministrationAccessEnabled : True
RemoteClientAccessEnabled : True
XATransactionsEnabled : True