Skip to content

Install the Framework with PowerShell Gallery

PowerShell Gallery provides a collection of PowerShell modules and scripts which can easily be installed on target machines. For a further description, please have a look on the PowerShell Gallery website.

Getting Started

Icinga is providing PowerShell Gallery packages within the Icinga Profile for the Framework itself and other related components.

To install the Icinga PowerShell Framework you can simply use Install-Module in case it is available and configured on your system:

Install-Module -Name icinga-powershell-framework;

Execute the Icinga Agent installation wizard

Once the entire Framework is installed and the module is runnable, you can start the Icinga Agent installation wizard. Please follow the Icinga Agent Wizard guide for examples and usage.