PowerShell script exchange
Post Reply
rgoldfinch
Lurker
Posts: 1
Liked: never
Joined: Nov 02, 2017 7:32 pm
Full Name: Ryan Goldfinch
Contact:

Get synthetic full backup results

Post by rgoldfinch »

Hi,

We have a number of backup jobs configured, and whilst we can report on Full and Incremental jobs using Veeam One, we are unable to pull reports on synthetic full backup jobs.

We need to generate a report that'll show all of the synthetic full backup jobs over a specified time period. So far I have the code below to loop through all of our backup jobs and get the name of the VM that is being backed up. However I'm not sure how to pull the status of the synthetic full job, or any job for that matter. Any ideas?


$JobList = Get-VBRJob
foreach($Jobobject in $JobList){
$Objects = $JobObject.GetObjectsInJob()
$vName = $Objects.name
}
veremin
Product Manager
Posts: 20271
Liked: 2252 times
Joined: Oct 26, 2012 3:28 pm
Full Name: Vladimir Eremin
Contact:

Re: Get synthetic full backup results

Post by veremin »

Full cycle (either active or synthetic one) is still a part of job. So, querying session status should be enough, shouldn't it?
Post Reply

Who is online

Users browsing this forum: No registered users and 15 guests