-
- 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
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.
-
- Veeam Software
- Posts: 3195
- Liked: 774 times
- Joined: Oct 21, 2011 11:22 am
- Full Name: Polina Vasileva
- Contact:
Re: Feature Request: Users assigned to jobs
Hi Tim,
With Get-VBOJob, you can either get detailed information on each user in a job:
or just a list of user names:
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
Code: Select all
Get-VBOJob -Name "name" | Select-Object {$_.SelectedItems.User}
Who is online
Users browsing this forum: No registered users and 12 guests