Skip to content

Instantly share code, notes, and snippets.

@kowill
Created August 27, 2015 04:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kowill/6304128e4e1c7c52f559 to your computer and use it in GitHub Desktop.
Save kowill/6304128e4e1c7c52f559 to your computer and use it in GitHub Desktop.
Local DTC
Set-DtcNetworkSetting `
-DtcName "Local" `
-AuthenticationLevel NoAuth `
-InboundTransactionsEnabled $true `
-OutboundTransactionsEnabled $true `
-LUTransactionsEnabled $true `
-RemoteAdministrationAccessEnabled $false `
-RemoteClientAccessEnabled $false `
-XATransactionsEnabled $false `
-Confirm:$false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment