I am trying to integrate veeam with my monitoring system to centralize alerting (restore-point age). I am graphing the hours since the last successful restore-point creation. This works great compared to the power-shell module but I noticed it only works on "indexed" vms. This is due to me using the catalog of course. I tried to keep it simple since I search per vm name which is also the hostname. I am trying to avoid having to enumerate the jobs every-time to get the id and then try to find the vm and the disk.
I just pull out the last date from the response, calculate the timespan and all is good...usually
Does anyone know of an easy way to get the last restore-point of a non-indexed vm that is not in the catalog?