Get-DtcNetworkSetting

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

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

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