Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 236824

Re: Snapshot report on how often

$
0
0

The Get-VIEventPlus function doesn't have a Days parameter, that is the 2nd function, called Get-MotionHistory.

Use the Start parameter.

Try it like this

$vms = Get-VM

$start = (Get-Date).AddDays(-1)

Get-VIEventPlus -Entity $vms -EventType "VirtualMachine.createSnapshot" -Start $start


Viewing all articles
Browse latest Browse all 236824

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>