From 93108ba335ffb79baaa203533f485b01d75dfe49 Mon Sep 17 00:00:00 2001 From: P6g9YHK6 <17877371+P6g9YHK6@users.noreply.github.com> Date: Thu, 11 Sep 2025 06:57:51 +0000 Subject: [PATCH 1/2] Update file: Updater P3 Run SU.ps1 --- scripts_staging/TasksUpdater/Updater P3 Run SU.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts_staging/TasksUpdater/Updater P3 Run SU.ps1 b/scripts_staging/TasksUpdater/Updater P3 Run SU.ps1 index 955cc548..bb255d86 100644 --- a/scripts_staging/TasksUpdater/Updater P3 Run SU.ps1 +++ b/scripts_staging/TasksUpdater/Updater P3 Run SU.ps1 @@ -38,6 +38,7 @@ 27.11.24 SAN Disabled file rename check due to issues. 13.12.24 SAN Split logging from parser. 06.03.25 SAN added TRMM agent updater. + 11.09.25 SAN disabled choco download progress output to shrink log size .TODO Fix rename? @@ -129,7 +130,7 @@ if ($result.RebootRequired) { # List outdated packages and capture output $outdatedPackages = choco outdated | Out-String # Upgrade all packages and capture output -$upgradeResult = choco upgrade all -y | Out-String +$upgradeResult = choco upgrade all -y --no-progress| Out-String Write-Host "" Write-Host "------------------------------------------------------------" From 68088c6a638532293c30430fdf8ef7d12bf87fb7 Mon Sep 17 00:00:00 2001 From: P6g9YHK6 <17877371+P6g9YHK6@users.noreply.github.com> Date: Thu, 11 Sep 2025 09:08:23 +0000 Subject: [PATCH 2/2] Update file: Import RD Gateway Cert From IIS.ps1 --- scripts_staging/Tasks/Import RD Gateway Cert From IIS.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts_staging/Tasks/Import RD Gateway Cert From IIS.ps1 b/scripts_staging/Tasks/Import RD Gateway Cert From IIS.ps1 index 07c406db..f4790336 100644 --- a/scripts_staging/Tasks/Import RD Gateway Cert From IIS.ps1 +++ b/scripts_staging/Tasks/Import RD Gateway Cert From IIS.ps1 @@ -46,6 +46,7 @@ ignore the fail-safe checks and force the replacement of rds certs and restart t for referance: C:\tools\win-acme\wacs.exe --source iis --verbose --siteid 1 --commonname $RDSURL --installation iis --installationsiteid 1 --script "C:\tools\win-acme\Scripts\ImportRDGateway.ps1" --scriptparameters '{CertThumbprint}' change pathing based on folder for both .json and .exe better way than calling iis 0 for the change ? probably possible if called from -script + replace win-acme with simpleacme and migration path #> param ( [string]$settingsJsonPath = "C:\tools\win-acme\settings.json",