I need a solution
Hello everybody,
i was wondering whether there's a easy method to get the last expected start time of a backup job. I found
(Get-BEJob | select -First 1).Schedule
But with these information the last expected (!) start time has to be hardly calculated manually.
I am looking for a easy parseable variable which can be used to determine wheter a job has successfully started at the last start time.
Thanks in advance.