From 60c0fa634520936bd694eb0a7f27bccebd787a35 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 26 Jan 2024 17:13:53 -0600 Subject: [PATCH] Update get-snapshots.ps1 --- esxi-scripts/get-snapshots.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esxi-scripts/get-snapshots.ps1 b/esxi-scripts/get-snapshots.ps1 index eba0a2c1..2ea3bb60 100755 --- a/esxi-scripts/get-snapshots.ps1 +++ b/esxi-scripts/get-snapshots.ps1 @@ -1,7 +1,7 @@ #!/usr/bin/env pwsh . /opt/idssys/powerwall/settings.ps1 -Write-Progress -Activity "Connecting to vCenter ["$VCENTERHOST"] ..." -PercentComplete 20 +Write-Progress -Activity "Connecting to vCenter [$VCENTERHOST] ..." -PercentComplete 20 Connect-VIServer -Server $VCENTERHOST -Protocol https -User $VCENTERUSER -Password $VCENTERPASS | Out-Null