fix: suppress Test-NetConnection progress bar noise (\Continue = SilentlyContinue)
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#>
|
||||
Set-StrictMode -Version Latest
|
||||
$ErrorActionPreference = 'Stop'
|
||||
$ProgressPreference = 'SilentlyContinue' # suppress Write-Progress (Test-NetConnection, IWR, etc.)
|
||||
|
||||
function Invoke-SshCommand {
|
||||
<#
|
||||
|
||||
Reference in New Issue
Block a user