This PowerShell modules provides a wide range of Check-Plugins for Icinga 2 to fetch information from a Windows system. Once the module is installed, the Plugins are ready to use.
Requirements
--------------
To properly work we recommend using the Icinga 2 Agent.
Usage of the Check-Commands
--------------
Each call from the Icinga 2 Agent requires a short initialisation of the module. This can either be done by using the `Import-Module` Cmdlet in case the module is not autoloaded, or by calling
```powershell
Use-Icinga;
```
before each function call. An example on the PowerShell would be this:
This will call the PowerShell, execute the provided initialisation function `Use-Icinga` and afterwards execute the Check-Plugin with the provided arguments.