From b86242cf72a39f7098dff653369146a13d980a95 Mon Sep 17 00:00:00 2001 From: Christian Stein Date: Thu, 28 May 2020 17:30:06 +0200 Subject: [PATCH] Adds examples for value comparison --- lib/core/tools/Get-IcingaValue.psm1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/core/tools/Get-IcingaValue.psm1 b/lib/core/tools/Get-IcingaValue.psm1 index c07f582..e807d05 100644 --- a/lib/core/tools/Get-IcingaValue.psm1 +++ b/lib/core/tools/Get-IcingaValue.psm1 @@ -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