PowerShell Logo Small

Get-DtcNetworkSetting



This is the built-in help made by Microsoft for the command 'Get-DtcNetworkSetting', in PowerShell version 4 - as retrieved from Windows version 'Microsoft Windows 8.1 Enterprise' 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

Gets DTC network and security configuration settings.

SYNTAX


Get-DtcNetworkSetting [-AsJob] [-CimSession <CimSession[]>] [-DtcName <String>] [-ThrottleLimit <Int32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-DtcNetworkSetting cmdlet gets the Distributed Transaction Coordinator (DTC) network and security configuration settings for a DTC instance. Use the DtcName pa
rameter to specify a DTC instance.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=317160
Set-DtcNetworkSetting

REMARKS

<

Examples


Example 1: Get network and security configuration settings for the local DTC instance

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



This command gets the network and security configuration settings for the local DTC instance.