BizTalk Host Creation Script

I have been working on a small PowerShell script for creating and
configuring hosts, host instances and adapter handlers for BizTalk
server. So far it is capable of creating in-process hosts, send handlers
and receive handlers.

If interested feel free to check out the source over on GitHub.
Comments and pull requests are welcome. :-)

Update: I should probably add that this is a pure PowerShell
implementation and does not have any dependencies.