From 3e1999a8a32f89e2c185e1b255b4a2b47c1c7bcf Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 15 Sep 2023 20:30:35 -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 fd3cc688..d4c476bc 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-snapshot | select vm, name, description, created, sizegb