fix: suppress Test-NetConnection progress bar noise (\Continue = SilentlyContinue)

This commit is contained in:
Simone
2026-05-11 20:52:22 +02:00
parent 143b00efc7
commit 2693c9dc42
7 changed files with 8 additions and 1 deletions
+1
View File
@@ -19,6 +19,7 @@
#>
Set-StrictMode -Version Latest
$ErrorActionPreference = 'Stop'
$ProgressPreference = 'SilentlyContinue' # suppress Write-Progress (Test-NetConnection, IWR, etc.)
function Invoke-SshCommand {
<#