This commit is contained in:
2023-11-01 08:45:43 -05:00
parent edc966ba32
commit 9e7235dadb
9 changed files with 18 additions and 0 deletions

View File

@@ -8,3 +8,4 @@ Connect-VIServer -Server $args[0] -Protocol https -User $ESXiUsername -Password
get-vm | get-snapshot | where {($_.vm -notlike '*_replica')} | select vm, name, description, created, sizegb
# get-vm | get-snapshot | where {($_.vm -notlike '*_replica')} | select vm, name, description, created, sizegb | ConvertTo-Json -Depth 1 -WarningAction:SilentlyContinue
exit 0