Hello, vmk2014-
You can use the Get-VIEvent cmdlet in PowerCLI. Like:
Get-VIEvent-Start (Get-Date).AddMonths(-2) -MaxSamples ([int]::MaxValue) -Entity (Get-VMsomeVM)
Of course, you would put the actual VM name in place of "someVM". How does that do for you?