Skip to the content.

BizTalk.Administration PowerShell Module

Build Pipelines

Latest Release

Release Preview

Overview

BizTalk.Administration is a PowerShell utility module providing commands to administrate, configure, and explore Microsoft BizTalk Server® and its artifacts.

For a detailed understanding of the commands, you are redirected to the PowerShell inline help that provides a comprehensive documentation.

Tips For the PowerShell newbies, you can get a list of the commands made available by this module by issuing the following PowerShell command:

Get-Command -Module BizTalk.Administration

You can then get detailed help on an individual command via a PowerShell command similar to:

Get-Help -Name New-BizTalkHandler -Detailed

Installation

In order to be able to install the PowerShell module, you might have to trust the be.stateless’s certificate public key beforehand; see these instructions for details on how to proceed.