Update get-snapshots.ps1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user