icinga-powershell-framework/doc/02-Installation.md

24 lines
767 B
Markdown
Raw Normal View History

2018-11-06 11:14:49 -05:00
Installing the Module
2019-10-21 09:18:51 -04:00
===
2018-11-06 11:14:49 -05:00
2019-10-21 09:18:51 -04:00
Installing the module is managed by differen ways, depending on the user environment including available possibitilies
2018-11-06 11:14:49 -05:00
2019-10-21 09:18:51 -04:00
Instructions
---
2018-11-06 11:14:49 -05:00
2019-10-21 09:18:51 -04:00
* Install the Module with the [Kickstart Script](installation\01-KickstartScript.md)
* Install the module [manually](installation\02-ManualInstallation.md)
2018-11-06 11:14:49 -05:00
2019-10-21 09:18:51 -04:00
Testing the installation
---
2018-11-06 11:14:49 -05:00
2019-10-21 09:18:51 -04:00
Once the module is installed you can try if the installation was successfully by using the command
2018-11-06 11:14:49 -05:00
```powershell
2019-10-21 09:18:51 -04:00
Use-Icinga
2018-11-06 11:14:49 -05:00
```
2019-10-21 09:18:51 -04:00
This command will initialise the entire module and load all available Cmdlets.
2018-11-06 11:14:49 -05:00
2019-10-21 09:18:51 -04:00
Whenever you intend to use specific Cmdlets of the framework for Icinga Plugins, Testing or configuration you will require to run this command for each new PowerShell instance to initialise the framework.