diff --git a/esxi-scripts/get-snapshots.ps1 b/esxi-scripts/get-snapshots.ps1 index a91901d5..6aef8cad 100755 --- a/esxi-scripts/get-snapshots.ps1 +++ b/esxi-scripts/get-snapshots.ps1 @@ -12,6 +12,6 @@ $snapshots = get-vm | get-snapshot | where {($_.vm -notlike '*_replica')} | sele Write-Progress -Completed -write-host "$snapshots" +$snapshots | Format-List Disconnect-VIServer -Server $VCENTERHOST -Force –Confirm:$false