Copied the function over to a script and connect it to my vcenter and am using the following:
Connect-VIServer vcenter01
The VIEventPlus Function )
My Command
Get-VIEventPlus -Entity (Get-VM *) -EventType "VirtualMachine.createSnapshot" -Days 1 |Export-Csv C:\Scripts\snap-report1.csv -NoTypeINformation -UseCulture
I am receiving no results back by using this method. Is my command not formed properly?
Thanks again