Improves docs

This commit is contained in:
Lord Hepipud 2020-06-02 12:46:08 +02:00
parent 7103ad3e2f
commit d4cf3e1d1e
2 changed files with 7 additions and 7 deletions

View file

@ -10,4 +10,4 @@ The following requirements have to be fullfilled:
* Windows 7 / Windows 2008 R2 or later * Windows 7 / Windows 2008 R2 or later
* PowerShell Version 4.x or higher * PowerShell Version 4.x or higher
If you are ready to get started, take a look at the [installation guide](02-Installation.md). If you are ready to get started, take a look at the [Installation Guide](02-Installation.md).

View file

@ -1,24 +1,24 @@
Installing the Module Installing the Icinga PowerShell Framework
=== ===
Installing the module is managed by different ways, depending on the user environment including available possibitilies Installing the Icinga PowerShell Framework is managed by different ways, depending on the user environment including available possibitilies
Instructions Instructions
--- ---
* Install the Module with the [Kickstart Script](installation/01-Kickstart-Script.md) * Install the Icinga PowerShell Framework with the [Kickstart Script](installation/01-Kickstart-Script.md)
* Install the Module [manually](installation/02-Manual-Installation.md) * Install the Icinga PowerShell Framework [manually](installation/02-Manual-Installation.md)
Testing the installation Testing the installation
--- ---
Once the module is installed you can try if the installation was successfully by using the command Once the Icinga PowerShell Framework is installed you can try if the installation was successfully by using the command
```powershell ```powershell
Use-Icinga Use-Icinga
``` ```
This command will initialise the entire module and load all available Cmdlets. This command will initialise the entire Icinga PowerShell Framework and load all available Cmdlets.
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. 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.