update
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user