Adds examples for value comparison

This commit is contained in:
Christian Stein 2020-05-28 17:30:06 +02:00
parent 80d0e5c94f
commit b86242cf72

View file

@ -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