From 5210eeb69d2533fd248dd7d5208f7c9d2983ff49 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 15 Sep 2023 20:28:54 -0500 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 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