NAME
Set-DtcNetworkSetting
SYNOPSIS
Modifies DTC network and security configuration for a DTC instance.SYNTAX
Set-DtcNetworkSetting [-AuthenticationLevel {NoAuth | Incoming | Mutual}] [-CimSession
] [-DtcName
] [-InboundTransactionsEnabled ] [-LUTransactionsEnabled ] [-OutboundTransactionsEnabled
] [-RemoteAdministrationAccessEnabled ] [-RemoteClientAccessEnabled ] [-ThrottleLimit
] [-XATransactionsEnabled ] [-Confirm] [-WhatIf] [ ] Set-DtcNetworkSetting [-CimSession
] [-DtcName ] [-ThrottleLimit ] -DisableNetworkAccess [-Confirm] [-WhatIf] [
] DESCRIPTION
The Set-DtcNetworkSetting cmdlet modifies the Distributed Transaction Coordinator (DTC) network and security
configuration for the DTC instance specified by the DtcName parameter. This cmdlet also restarts the DTC instance.
PARAMETERS
-AuthenticationLevel [
Sets the network authentication level of the DTC instance to NoAuth, Incoming, or Mutual. Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false] -CimSession [
Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such] as the output of a New-CimSession or Get-CimSession cmdlet. The default is the current session on the local
computer. Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false-DisableNetworkAccess
Specifies whether to disable network access for the DTC instance. Required? true Position? named Default value none Accept pipeline input? false Accept wildcard characters? false-DtcName [
Specifies a DTC instance. If you do not specify this parameter, or if you specify a value of Local, this cmdlet modifies the local DTC instance. Required? false Position? named Default value none] Accept pipeline input? True (ByValue, ByPropertyName)
Accept wildcard characters? false-InboundTransactionsEnabled [
Indicates whether to enable inbound transactions to the DTC instance. Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false] -LUTransactionsEnabled [
Indicates whether to enable LU transactions in the DTC instance. Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false] -OutboundTransactionsEnabled [
Indicates whether to enable outbound transactions from the DTC instance. Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false] -RemoteAdministrationAccessEnabled [
Indicates whether to enable remote administration access for the DTC instance. Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false] -RemoteClientAccessEnabled [
Indicates whether to enable remote client access for the DTC instance. Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false] -ThrottleLimit [
Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If this parameter is omitted or a value of 0 is entered, then Windows PowerShellr calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer. The throttle limit applies only to the current cmdlet, not to the session or to the computer. Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false] -XATransactionsEnabled [
Indicates whether to enable XA transactions in the DTC instance. Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false] -Confirm [
Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet. Required? false Position? named Default value false Accept pipeline input? false Accept wildcard characters? false] -WhatIf [
Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run. Required? false Position? named Default value false Accept pipeline input? false Accept wildcard characters? false] This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216). INPUTS
OUTPUTS
Example 1: Modify network and security settings
PS C:\> Set-DtcNetworkSetting -DtcName "Local" -AuthenticationLevel "Incoming" -InboundTransactionsEnabled $False
PS C:\> Get-DtcNetworkSetting -DtcName "Local"
__GENUS : 2 __CLASS : DtcNetworkSettings __SUPERCLASS : __DYNASTY : DtcNetworkSettings __RELPATH : __PROPERTY_COUNT : 7 __DERIVATION : {} __SERVER :__NAMESPACE :
__PATH : AuthenticationLevel : Mutual InboundTransactionsEnabled : True LUTransactionsEnabled : True OutboundTransactionsEnabled : True RemoteAdministrationAccessEnabled : True RemoteClientAccessEnabled : True XATransactionsEnabled : True The first command modifies the DTC network and security settings for the local DTC instance. The second command verifies the changes.RELATED LINKS
Online Version: http://go.microsoft.com/fwlink/p/?linkid=317178Get-DtcNetworkSetting