diff --git a/esxi-scripts/get-snapshots.ps1 b/esxi-scripts/get-snapshots.ps1 index f7943120..fd3cc688 100755 --- a/esxi-scripts/get-snapshots.ps1 +++ b/esxi-scripts/get-snapshots.ps1 @@ -4,5 +4,5 @@ Connect-VIServer -Server $args[0] -Protocol https -User $ESXiUsername -Password $ESXiPassword -get-vm | get-snapshost | select, vm, name, description, created, sizegb +get-vm | get-snapshost | select vm, name, description, created, sizegb