-
- Lurker
- Posts: 2
- Liked: never
- Joined: Feb 03, 2020 12:29 pm
- Full Name: Jeffrey Embregts
- Contact:
Veam backup account becomes co-owner of content on Onedrive.
One of our clients are using "Veam Backup for Microsoft Office 365" and they have noticed that the backup account we used (VBOACCOUNT) becomes the co-owner of some Onenote files on Onedrive or at least if you go to "share - shared with" option from the main menu we see the current owner and next to that our "VBOaccount" (Veeam backup account) as (co-)owner.
I would like to know if this is normal behaviour which we can ignore or is there a setting we might have put wrong, I'm not sure if the file was recovered once but besides that it shouldn't matter as it would put the data back as it was and not add a new owner.
I would like to know if this is normal behaviour which we can ignore or is there a setting we might have put wrong, I'm not sure if the file was recovered once but besides that it shouldn't matter as it would put the data back as it was and not add a new owner.
-
- Veeam Software
- Posts: 3195
- Liked: 774 times
- Joined: Oct 21, 2011 11:22 am
- Full Name: Polina Vasileva
- Contact:
Re: Veam backup account becomes co-owner of content on Onedrive.
Hi Jeffrey and welcome to the Community!
The service account you use gets/has the Site Collection administrator permissions and hence becomes listed as a co-owner for OneDrive and OneNote documents - that's expected behavior.
The service account you use gets/has the Site Collection administrator permissions and hence becomes listed as a co-owner for OneDrive and OneNote documents - that's expected behavior.
-
- Lurker
- Posts: 2
- Liked: never
- Joined: Feb 03, 2020 12:29 pm
- Full Name: Jeffrey Embregts
- Contact:
Re: Veam backup account becomes co-owner of content on Onedrive.
Thank you for your reply!
Our client is asking if we can hide this vboaccount somehow? Apparantly there are several Veeam backup service accounts and the other ones are not showing as well.
So in short is it possible to hide this co-owernship from within the Veam backup for Microsoft Office 365 settings or within OneNote - share with' option somehow?
Our client is asking if we can hide this vboaccount somehow? Apparantly there are several Veeam backup service accounts and the other ones are not showing as well.
So in short is it possible to hide this co-owernship from within the Veam backup for Microsoft Office 365 settings or within OneNote - share with' option somehow?
-
- Veeam Software
- Posts: 3195
- Liked: 774 times
- Joined: Oct 21, 2011 11:22 am
- Full Name: Polina Vasileva
- Contact:
Re: Veam backup account becomes co-owner of content on Onedrive.
Jeffrey,
That's not possible by means of VBO, because this is the way Microsoft sets ownership for Site Collection Administrators.
That's not possible by means of VBO, because this is the way Microsoft sets ownership for Site Collection Administrators.
-
- Service Provider
- Posts: 454
- Liked: 86 times
- Joined: Jun 09, 2015 7:08 pm
- Full Name: JaySt
- Contact:
Re: Veam backup account becomes co-owner of content on Onedrive.
sorry to bring back an old thread, but refering to this thread below and the mentioned powershell script. Would it be a possible workarround to schedule a powershell script to remove the VBO service account after the backup finshes? As mentioned in the thread, it will be added on the next run anyway. So removing it from all sites after the backup could be an option to prevent questions from users etc.
are there downsides perhaps?
veeam-backup-for-office-365-f47/backup- ... 53811.html
are there downsides perhaps?
veeam-backup-for-office-365-f47/backup- ... 53811.html
Code: Select all
Connect-SPOService -Url https://companyname-admin.sharepoint.com -Credential (Get-Credential)
$Sites=Get-SPOSite -Limit all
foreach($Site in $sites){
Set-SPOUser -Site $Site.URL -LoginName "name@myoraganization.onmicrosoft.com" -IsSiteCollectionAdmin $False
}
Veeam Certified Engineer
-
- Product Manager
- Posts: 8191
- Liked: 1322 times
- Joined: Feb 08, 2013 3:08 pm
- Full Name: Mike Resseler
- Location: Belgium
- Contact:
Re: Veam backup account becomes co-owner of content on Onedrive.
Hi Jay,
The backup would take a very long time, both when it starts and finishes would be one of the downsides.
I understand that some customers might start asking questions, but when the service account has the right name (e.g. backupadmin or something similar) I don't think it is such a problem?
The backup would take a very long time, both when it starts and finishes would be one of the downsides.
I understand that some customers might start asking questions, but when the service account has the right name (e.g. backupadmin or something similar) I don't think it is such a problem?
-
- Service Provider
- Posts: 454
- Liked: 86 times
- Joined: Jun 09, 2015 7:08 pm
- Full Name: JaySt
- Contact:
Re: Veam backup account becomes co-owner of content on Onedrive.
Ok yes, the amount of time needed for the processing of the owner permissions is a big disadvantage.
Indeed, i dont think it would be a big problem. Just like you mentioned, it's something to think about when creating the service account in that case.
However, when thinking this over a bit longer, how would this list look like when having a large tenant with multiple service/auxiliary accounts (could easily be 8+ ? would those all be listed as owner ?
When those auxiliary accounts would be members of a group and that group is used, is only the group listed or are all group members placed on the owners list?
I have not had the chance to test this yet.
Indeed, i dont think it would be a big problem. Just like you mentioned, it's something to think about when creating the service account in that case.
However, when thinking this over a bit longer, how would this list look like when having a large tenant with multiple service/auxiliary accounts (could easily be 8+ ? would those all be listed as owner ?
When those auxiliary accounts would be members of a group and that group is used, is only the group listed or are all group members placed on the owners list?
I have not had the chance to test this yet.
Veeam Certified Engineer
-
- Product Manager
- Posts: 8191
- Liked: 1322 times
- Joined: Feb 08, 2013 3:08 pm
- Full Name: Mike Resseler
- Location: Belgium
- Contact:
Re: Veam backup account becomes co-owner of content on Onedrive.
We put the group there, not the different group members.
Who is online
Users browsing this forum: No registered users and 10 guests