Need help adjusting the Out of Box alert for VMs with Old Snapshots. We have a view environment that I do not want included for alerting.
I do not know SQL or SWQL, but it looks like I need to exclude the Cluster using vim_cluster.name value, just have no idea where or how to implement it
SELECT VirtualMachines.Uri, VirtualMachines.DisplayName FROM Orion.VIM.VirtualMachines AS VirtualMachines
where DayDiff(virtualmachines.OldestSnapshotDate,getdate())>14