PowerShell Logo Small

Get-DtcNetworkSetting



This is the built-in help made by Microsoft for the command 'Get-DtcNetworkSetting', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

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

SYNTAX


Get-DtcNetworkSetting [-DtcName [<String>]] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


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



<

RELATED LINKS


Online Version:



REMARKS

<

Examples




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



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