You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/02-Installation.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,24 @@
1
-
Installing the Module
1
+
Installing the Icinga PowerShell Framework
2
2
===
3
3
4
-
Installing the module is managed by different ways, depending on the user environment including available possibitilies
4
+
Installing the Icinga PowerShell Framework is managed by different ways, depending on the user environment including available possibitilies
5
5
6
6
Instructions
7
7
---
8
8
9
-
* Install the Module with the [Kickstart Script](installation/01-Kickstart-Script.md)
10
-
* Install the Module[manually](installation/02-Manual-Installation.md)
9
+
* Install the Icinga PowerShell Framework with the [Kickstart Script](installation/01-Kickstart-Script.md)
10
+
* Install the Icinga PowerShell Framework[manually](installation/02-Manual-Installation.md)
11
11
12
12
Testing the installation
13
13
---
14
14
15
-
Once the module is installed you can try if the installation was successfully by using the command
15
+
Once the Icinga PowerShell Framework is installed you can try if the installation was successfully by using the command
16
16
17
17
```powershell
18
18
Use-Icinga
19
19
```
20
20
21
-
This command will initialise the entire module and load all available Cmdlets.
21
+
This command will initialise the entire Icinga PowerShell Framework and load all available Cmdlets.
22
22
23
23
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.
0 commit comments