Currently I am running below command to get information as following, How I can get more information, like job duration,start time, end time etc.I want to know how long each job took. Can you help me about this?Thanks
Try playing with that a bit and see what you can find. The start time will be listed as a property CreationTime (might be CreationTimeUTC), the end time will be self-explanatory property.
David Domask | Product Management: Principal Analyst
Hi @apolloxm, RestorePoint objects don't contain session data, so you will need to write additional code into your script to get the session data.
I recommend start with Get-VBRBackup as your entry point, and from there with CBackup Objects you can use the GetJob() method to get the job, and then pass the CBackup object to Get-VBRRestorepoints.
David Domask | Product Management: Principal Analyst