From d9d6f36b805807d2d410267a075bb96a84f192bd Mon Sep 17 00:00:00 2001 From: P6g9YHK6 <17877371+P6g9YHK6@users.noreply.github.com> Date: Tue, 3 Jun 2025 11:19:11 +0200 Subject: [PATCH 1/2] Update file: Updater P3 Run PS.ps1 --- scripts_staging/TasksUpdater/Updater P3 Run PS.ps1 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/scripts_staging/TasksUpdater/Updater P3 Run PS.ps1 b/scripts_staging/TasksUpdater/Updater P3 Run PS.ps1 index 71c67fcc..03936c11 100644 --- a/scripts_staging/TasksUpdater/Updater P3 Run PS.ps1 +++ b/scripts_staging/TasksUpdater/Updater P3 Run PS.ps1 @@ -26,9 +26,11 @@ .CHANGELOG 13.12.24 SAN Split logging from parser. - + 03.06.25 SAN move PS7 call at the start #> +# Call the pwsh snippet +{{CallPowerShell7}} # Name will be used for both the name of the log file and what line of the Schedules to parse $PartName = "ModuleUpdate" @@ -39,9 +41,6 @@ $PartName = "ModuleUpdate" # Call the logging snippet env Company_folder_path will be passed {{Logging}} -# Call the pwsh snippet -{{CallPowerShell7}} - # Set TLS version to 1.2 [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 From b44477bf660e3ca2a65e57b64638f93354de0546 Mon Sep 17 00:00:00 2001 From: P6g9YHK6 <17877371+P6g9YHK6@users.noreply.github.com> Date: Tue, 3 Jun 2025 11:19:13 +0200 Subject: [PATCH 2/2] Update file: Updater P3 Run WU.ps1 --- scripts_staging/TasksUpdater/Updater P3 Run WU.ps1 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/scripts_staging/TasksUpdater/Updater P3 Run WU.ps1 b/scripts_staging/TasksUpdater/Updater P3 Run WU.ps1 index 0bc6ed41..8885d014 100644 --- a/scripts_staging/TasksUpdater/Updater P3 Run WU.ps1 +++ b/scripts_staging/TasksUpdater/Updater P3 Run WU.ps1 @@ -36,9 +36,11 @@ 13.12.24 SAN Split logging from parser. 30.01.25 SAN Changed output for troubleshooting 14.04.25 SAN Added validation for KB format and warnings for invalid KBs. + 03.06.25 SAN move PS7 call at the start #> - +# Call the pwsh snippet +{{CallPowerShell7}} # Name will be used for both the name of the log file and what line of the Schedules to parse $PartName = "WindowsUpdate" @@ -49,9 +51,6 @@ $PartName = "WindowsUpdate" # Call the logging snippet env Company_folder_path will be passed {{Logging}} -# Call the pwsh snippet -{{CallPowerShell7}} - # Set TLS version to 1.2 [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12