File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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#>
5051param (
5152 [string ]$settingsJsonPath = " C:\tools\win-acme\settings.json" ,
Original file line number Diff line number Diff line change 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
134135Write-Host " "
135136Write-Host " ------------------------------------------------------------"
You can’t perform that action at this time.
0 commit comments