I am looking for a powershell script to enable the following settings:
(Windows Server 2008)
1. From Component Services-> Computers -> My Computer -> Distributed Transaction Coordinator -> Local DTC -> Properties -> Security tab
"Network DTC Access" - Enable
"Allow Remote Clients" - Enable
"Allow Remote Administration" - Enable
Under Transaction Manager Communication,
"Allow Inbound" - Enable
"Allow Outbound" - Enable
No Authentication Required
Enable XA Transactions - Enable
I have been searching for a way to do this in powershell but couldn't find anything. Is there a cmdlet or in WMI to perform this?
Yih