mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-21 07:10:15 -05:00
Adds examples for value comparison
This commit is contained in:
parent
80d0e5c94f
commit
b86242cf72
1 changed files with 4 additions and 0 deletions
|
|
@ -16,6 +16,10 @@
|
|||
Configures the command to return the lower number of both inputs
|
||||
.PARAMETER Maximum
|
||||
Configures the command to return the higher number of both inputs
|
||||
.EXAMPLE
|
||||
PS> Get-IcingaValue -Value 10 -Compare 12 -Minimum;
|
||||
.EXAMPLE
|
||||
PS> Get-IcingaValue -Value 10 -Compare 12 -Maximum;
|
||||
.INPUTS
|
||||
System.Integer
|
||||
.OUTPUTS
|
||||
|
|
|
|||
Loading…
Reference in a new issue