Trying to find a VM that was deleted from vcenter. Probablyt last 2 weeks
is this right?
Get-VIEvent-maxsamples ([int]::MaxValue) -Start (Get-Date).AddDays(–14) | where{$_-is[VMware.Vim.VmRemovedEvent]}
?
Trying to find a VM that was deleted from vcenter. Probablyt last 2 weeks
is this right?
Get-VIEvent-maxsamples ([int]::MaxValue) -Start (Get-Date).AddDays(–14) | where{$_-is[VMware.Vim.VmRemovedEvent]}
?