PowerShell script exchange
Post Reply
MurkyBuffalo
Novice
Posts: 5
Liked: never
Joined: Feb 08, 2016 5:48 pm
Full Name: EJ Pennyman
Contact:

Requested: Get-vbrjobadvancedbackupoptions cmdlet

Post by MurkyBuffalo »

Is there a plan for an companion get- command for set-vbrjobadvancedbackupoptions? (Documented at: https://helpcenter.veeam.com/docs/backu ... l?ver=95u4)

I would like to inventory when we have full backups running in my environment and a simple get- command would make that much easier than looking at each job individually.
veremin
Product Manager
Posts: 20284
Liked: 2258 times
Joined: Oct 26, 2012 3:28 pm
Full Name: Vladimir Eremin
Contact:

Re: Requested: Get-vbrjobadvancedbackupoptions cmdlet

Post by veremin »

Your request has been noted, for now you can use something like this:

Code: Select all

asnp VeeamPSsnapin
Foreach ($Job in (Get-VBRJob))
{
$Job.Name
$Job.GetOptions().backuptargetoptions
}
Thanks!
Post Reply

Who is online

Users browsing this forum: No registered users and 15 guests