Update get-snapshots.ps1

This commit is contained in:
2023-10-21 20:31:16 -05:00
parent f0fc33defc
commit 60b8f60c26

View File

@@ -4,5 +4,5 @@
Connect-VIServer -Server $args[0] -Protocol https -User $ESXiUsername -Password $ESXiPassword | Out-Null
get-vm | get-snapshot | where {($_.name -notlike '_replica')} | select vm, name, description, created, sizegb
get-vm | get-snapshot | where {($_.vm -notlike '_replica')} | select vm, name, description, created, sizegb