0

I'm trying to config msdtc remote coordinator host name on 17 web servers using powershell which is part of our deployment script. But I couldn't figure out how. i'm able to do it manually though using comexp.msc

The following is similar question asked by someone else, but the replay marked as answer doesn't make sense to me at all.

http://social.technet.microsoft.com/Forums/en-US/ITCG/thread/571daa14-8180-4c79-a9de-80c628b38539#a08504e4-42cc-4de5-9262-76b3f2296536

Any ideas?

Jake Chambers
  • 107
  • 10

1 Answers1

0

There are a bunch of command lets to actually help you set up MSDTC in powershell .Take a look at the guide and let me know if you have any questions, I will try get back to you asap.

Think this is the one you might want to use to set the default transactions coordinator.

justinf
  • 1,246
  • 2
  • 19
  • 39
  • the answer above only work on powershell v3 on a Windows 2012 server. Is there a way to do in in Powershell V2 ? –  Oct 30 '12 at 10:13