From 8d8b549f0f5c484f83027f07e7639d38c09b0aef Mon Sep 17 00:00:00 2001 From: Karl-Wilfried Zimmer Date: Fri, 9 Feb 2024 00:06:54 +0100 Subject: [PATCH] PrintAffected to GetAffected, will now only print to screen in switch verbose is given --- Extractor.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extractor.ps1 b/Extractor.ps1 index 719ee3a..8306315 100644 --- a/Extractor.ps1 +++ b/Extractor.ps1 @@ -137,7 +137,7 @@ function buildIntervals { return $array } -function PrintAffected { +function GetAffected { param ( $listOfIntervals, [datetime]$point,