-
- Enthusiast
- Posts: 72
- Liked: 1 time
- Joined: Feb 26, 2015 11:01 pm
- Full Name: Martin
- Contact:
Getting lists of users that are backed up but do not list users that are excluded from job
Hello
I am trying to develop a powershell command that will list of all users that are backed up in a Veeam O365 backup job - however i dont want the report to include any of the excluded users.
I am using the following command
Get-VBOOrganizationUser -organization $org -type user -notinjob
However, it is listing all of my user accounts but not the excluded users.
What am i missing here?
I am trying to develop a powershell command that will list of all users that are backed up in a Veeam O365 backup job - however i dont want the report to include any of the excluded users.
I am using the following command
Get-VBOOrganizationUser -organization $org -type user -notinjob
However, it is listing all of my user accounts but not the excluded users.
What am i missing here?
-
- Product Manager
- Posts: 8191
- Liked: 1322 times
- Joined: Feb 08, 2013 3:08 pm
- Full Name: Mike Resseler
- Location: Belgium
- Contact:
Re: Getting lists of users that are backed up but do not list users that are excluded from job
@martin_nz
I'm not sure I follow. Do you want to get a list of the users that is NOT in a job, but exclude the ones that are specifically mentioned in an exclusion? Or do you want to report the users that are in a job, for a specific job?
I'm not sure I follow. Do you want to get a list of the users that is NOT in a job, but exclude the ones that are specifically mentioned in an exclusion? Or do you want to report the users that are in a job, for a specific job?
-
- Enthusiast
- Posts: 72
- Liked: 1 time
- Joined: Feb 26, 2015 11:01 pm
- Full Name: Martin
- Contact:
Re: Getting lists of users that are backed up but do not list users that are excluded from job
Sorry - I would like to get a list of users that are in a job for a specific job but excluding shared mailboxes
-
- Product Manager
- Posts: 8191
- Liked: 1322 times
- Joined: Feb 08, 2013 3:08 pm
- Full Name: Mike Resseler
- Location: Belgium
- Contact:
Re: Getting lists of users that are backed up but do not list users that are excluded from job
Hey,
You should be able to work like this:
$job = Get-VBOJob -Name "JobName"
Get-VBOBackupItem -Job $job -users
That will give you all the users in the job. But I think that the shared mailboxes will be included here.
The process that you are doing should be able to give you all the users (and type users) that are NOT in any of the jobs that you are running. However, are you running 4c with full MFA enabled?
You should be able to work like this:
$job = Get-VBOJob -Name "JobName"
Get-VBOBackupItem -Job $job -users
That will give you all the users in the job. But I think that the shared mailboxes will be included here.
The process that you are doing should be able to give you all the users (and type users) that are NOT in any of the jobs that you are running. However, are you running 4c with full MFA enabled?
-
- Enthusiast
- Posts: 72
- Liked: 1 time
- Joined: Feb 26, 2015 11:01 pm
- Full Name: Martin
- Contact:
Re: Getting lists of users that are backed up but do not list users that are excluded from job
Yeah I am running 4c with MFA enabled
-
- Product Manager
- Posts: 8191
- Liked: 1322 times
- Joined: Feb 08, 2013 3:08 pm
- Full Name: Mike Resseler
- Location: Belgium
- Contact:
Re: Getting lists of users that are backed up but do not list users that are excluded from job
4c with MFA (default security mode) does not allow us to query what type of user it is I'm afraid. That is something still missing in the graph API (or is a bug in the graph API, not sure anymore... @Polina ?
-
- Veeam Software
- Posts: 3195
- Liked: 774 times
- Joined: Oct 21, 2011 11:22 am
- Full Name: Polina Vasileva
- Contact:
Re: Getting lists of users that are backed up but do not list users that are excluded from job
Graph APIs don't return user type property and it's by design. We get the list of users without knowing if it's a regular user or a shared mailbox.
Who is online
Users browsing this forum: No registered users and 11 guests