The PowerShell Provider for BizTalk lets you browse BizTalk as a file system. After setting up the provider and starting up a new shell you can browse the local BizTalk drive.
This can be done using the build in cmdlets Set-Location (aliased as cd) and Get-ChildItem (aliased as dir). Screen shots below show how to browse:
Screen shot 1: The prompt to the local BizTalk drive.
Screen shot 2: Getting the child items for the group and for the applications with a filter.
Screen shot 3: Browsing the hosts using aliases ‘cd’ and ‘dir’.

RSS feed