March 28, 2024
041219 0036 HowtoRemove1 - How to Remove Users License from Veeam Backup for Microsoft Office 365
You have to very carefully about users License before run Veeam Backup for Microsoft Office 365 backup job, because once a license has been given over to a user/site/item, it will aspirate (fall off) 31 days after the last backup. so, you will got the warning message even you removed the user from the backup job settings. Fortunately, you don't need to remove backup job or backup repository now because Veeam Backup for Microsoft Office 365 V3.0 added the feature to remove licensed users, but you must remove those unwanted licensed users from backup repository's database and then remove the license.

You have to very carefully about users License before run Veeam Backup for Microsoft Office 365 backup job, because once a license has been given over to a user/site/item, it will aspirate (fall off) 31 days after the last backup. so, you will got the warning message even you removed the user from the backup job settings.
041219 0036 HowtoRemove1 - How to Remove Users License from Veeam Backup for Microsoft Office 365

Fortunately, you don’t need to remove backup job or backup repository now because Veeam Backup for Microsoft Office 365 V3.0 added the feature to remove licensed users, but you must remove those unwanted licensed users from backup repository’s database and then remove the license.

Let’s follow the steps to remove users license.

  1. Login to Veeam server.
  2. Open Veeam Backup for Microsoft Office 365 connect to…. console.
  3. Click Reports and then select Mailbox Protection to create Mailbox Protection report.

    041219 0036 HowtoRemove2 - How to Remove Users License from Veeam Backup for Microsoft Office 365

  4. On the GENERATE REPORT page, select Open report after publishing, click Finish.

    041219 0036 HowtoRemove3 - How to Remove Users License from Veeam Backup for Microsoft Office 365

  5. Check and make sure the mailbox name of unwanted licensed user from Mailbox Protection Report.

    041219 0036 HowtoRemove4 - How to Remove Users License from Veeam Backup for Microsoft Office 365

  6. Click Reports and select License Overview to create License Overview report.

    041219 0036 HowtoRemove5 - How to Remove Users License from Veeam Backup for Microsoft Office 365

  7. On the GENERATE REPORT page, select Open report after publishing, click Finish.

    041219 0036 HowtoRemove6 - How to Remove Users License from Veeam Backup for Microsoft Office 365

  8. Check and make sure the license name of unwanted licensed user from License Overview Report.

    041219 0036 HowtoRemove7 - How to Remove Users License from Veeam Backup for Microsoft Office 365

  9. Run PowerShell as administrator, enter following cmdlet to remove unwanted user from repository database, it will pop up Confirm window and then click Yes to All.
    $repository = Get-VBORepository -Name "Office365"
    
    $user = Get-VBOEntityData -Type User -Repository $repository -Name "Richard Magbojos"
    
    Remove-VBOEntityData -Repository $repository -User $user -Mailbox -ArchiveMailbox -OneDrive -Sites
    

    041219 0036 HowtoRemove8 - How to Remove Users License from Veeam Backup for Microsoft Office 365

  10. It will show remove user message.

    041219 0036 HowtoRemove9 - How to Remove Users License from Veeam Backup for Microsoft Office 365

  11. Enter following cmdlet to remove license for unwanted licensed user.
    $org = Get-VBOOrganization -Name "carysun.onmicrosoft.com"
    
    $licensedUser = Get-VBOLicensedUser -Organization $org -Name <a href="mailto:Richard.MagbojosOLD@carysun.com">Richard.MagbojosOLD@carysun.com</a>
    
    Remove-VBOLicensedUser -User $licensedUser
    

    041219 0036 HowtoRemove10 - How to Remove Users License from Veeam Backup for Microsoft Office 365

Now, you are free user license from unwanted licensed user.

Hope you enjoy this post.

Cary Sun

Twitter: @SifuSun

ca16fbd3199de5f66b829b87082fb970?s=80&d=retro&r=g - How to Remove Users License from Veeam Backup for Microsoft Office 365

Author: Cary Sun

Cary Sun has a wealth of knowledge and expertise in data center and deployment solutions. As a Principal Consultant, he likely works closely with clients to help them design, implement, and manage their data center infrastructure and deployment strategies.
With his background in data center solutions, Cary Sun may have experience in server and storage virtualization, network design and optimization, backup and disaster recovery planning, and security and compliance management. He holds CISCO CERTIFIED INTERNETWORK EXPERT (CCIE No.4531) from 1999. Cary is also a Microsoft Most Valuable Professional (MVP), Microsoft Azure MVP, Veeam Vanguard and Cisco Champion. He is a published author with several titles, including blogs on Checkyourlogs.net, and the author of many books.
Cary is a very active blogger at checkyourlogs.net and is permanently available online for questions from the community. His passion for technology is contagious, improving everyone around him at what they do.

Blog site: https://www.checkyourlogs.net
Web site: https://carysun.com
Blog site: https://gooddealmart.com
Twitter: @SifuSun
in: https://www.linkedin.com/in/sifusun/
Amazon Author: https://Amazon.com/author/carysun