PowerShell to Configure BizTalk Server 2013 Host and Host Instances
Everyone loves automated processes.
With BizTalk 2013 if you want to provide a repeatable install; you need automation. PowerShell is where it’s at.
Lucky for me, other very skilled people already have written PowerShell scripts providing the capability to create hosts and host instances. Sandro Pereira has written and published a PowerShell script to create your BizTalk host instances based upon the best practice of host separation. However, it’s only written for BizTalk 2010.
I’ve gone and modified it for BizTalk 2013. It provides the exact same capability, with BizTalk 2013 capabilities.
This includes new Receive Port Handlers:
- SB-Messaging
- SFTP
- WCF-BasicHttpRelay
- WCF-NetTcpRelay
And New Send Port Handlers:
- SB-Messaging
- SFTP
- WCF-BasicHttpRelay
- WCF-NetTcpRelay
- WCF-WebHttp (the new adapter supporting REST)
The diff to the BTS2010 version from Sandro is:
You can grab my updated BizTalk 2013 script over at my BizTalk 2013 GitHub repository.