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