From 5c0f1e70961e532c89f092f00f2323be0d2d54b5 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 26 Jan 2024 17:12:26 -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 f2b570b4..860910f9 100755 --- a/esxi-scripts/get-snapshots.ps1 +++ b/esxi-scripts/get-snapshots.ps1 @@ -1,6 +1,6 @@ #!/usr/bin/env pwsh -Write-Progress -Activity "Connecting to vCenter [$VCENTERHOST] ..." -PercentComplete 20 +Write-Progress -Activity "Connecting to vCenter ["$VCENTERHOST"] ..." -PercentComplete 20 . /opt/idssys/powerwall/settings.ps1 Connect-VIServer -Server $VCENTERHOST -Protocol https -User $VCENTERUSER -Password $VCENTERPASS | Out-Null