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.
-
- Novice
- Posts: 5
- Liked: never
- Joined: Feb 08, 2016 5:48 pm
- Full Name: EJ Pennyman
- Contact:
-
- Product Manager
- Posts: 20415
- Liked: 2302 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Requested: Get-vbrjobadvancedbackupoptions cmdlet
Your request has been noted, for now you can use something like this:
Thanks!
Code: Select all
asnp VeeamPSsnapin
Foreach ($Job in (Get-VBRJob))
{
$Job.Name
$Job.GetOptions().backuptargetoptions
}
Who is online
Users browsing this forum: No registered users and 8 guests