Skip to content

Commit cd3670c

Browse files
Merge pull request #299 from P6g9YHK6/main
clean choco update logs
2 parents e96e513 + 79b1ebe commit cd3670c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

scripts_staging/Tasks/Import RD Gateway Cert From IIS.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ ignore the fail-safe checks and force the replacement of rds certs and restart t
4646
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}'
4747
change pathing based on folder for both .json and .exe
4848
better way than calling iis 0 for the change ? probably possible if called from -script
49+
replace win-acme with simpleacme and migration path
4950
#>
5051
param (
5152
[string]$settingsJsonPath = "C:\tools\win-acme\settings.json",

scripts_staging/TasksUpdater/Updater P3 Run SU.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
27.11.24 SAN Disabled file rename check due to issues.
3939
13.12.24 SAN Split logging from parser.
4040
06.03.25 SAN added TRMM agent updater.
41+
11.09.25 SAN disabled choco download progress output to shrink log size
4142
4243
.TODO
4344
Fix rename?
@@ -129,7 +130,7 @@ if ($result.RebootRequired) {
129130
# List outdated packages and capture output
130131
$outdatedPackages = choco outdated | Out-String
131132
# Upgrade all packages and capture output
132-
$upgradeResult = choco upgrade all -y | Out-String
133+
$upgradeResult = choco upgrade all -y --no-progress| Out-String
133134

134135
Write-Host ""
135136
Write-Host "------------------------------------------------------------"

0 commit comments

Comments
 (0)