Maintain control of your Microsoft 365 data
Post Reply
tsanfilipp
Enthusiast
Posts: 31
Liked: 1 time
Joined: Sep 19, 2016 3:49 pm
Full Name: Tim S
Location: Dallas, Texas
Contact:

Feature Request: Users assigned to jobs

Post by tsanfilipp »

I'm looking for a way to pull out the information from each job on the VBO server. Since there is no built in reporting for this program and the Powershell cmdlet get-vbojob only returns the job and not what is actually in the job, I would like to request this option be added at some point.
Polina
Veeam Software
Posts: 2972
Liked: 705 times
Joined: Oct 21, 2011 11:22 am
Full Name: Polina Vasileva
Contact:

Re: Feature Request: Users assigned to jobs

Post by Polina »

Hi Tim,

With Get-VBOJob, you can either get detailed information on each user in a job:

Code: Select all

Get-VBOJob -Name "name" | Select-Object -ExpandProperty SelectedItems | Select-Object -ExpandProperty User
or just a list of user names:

Code: Select all

Get-VBOJob -Name "name" | Select-Object {$_.SelectedItems.User}
Post Reply

Who is online

Users browsing this forum: No registered users and 12 guests