Update get-snapshots.ps1

This commit is contained in:
2024-01-26 17:05:45 -06:00
parent 37c023777e
commit 3c6630bf67

View File

@@ -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