Hi,
do you have some experience with this setup.
1x Veeam o365 backup server where you will do a backup for several different customers/organizations.
What we need is that we will see every month how much has every customer consumed licences for the billing VCSP.
I know there is a Monthly Usage Report generated every month, so I guess, there should be no problem to see for every organization the number of licensed users. Is there any other option how to see it?
In the GUI under report tab there is only Monthly Usage Report but there you can see only TOP 5 Organizations so if there would be more than 5 it will also not help.
Thank you!
-
- Service Provider
- Posts: 105
- Liked: 10 times
- Joined: Mar 20, 2018 6:31 am
- Full Name: Stano Sedliak
- Contact:
-
- Product Manager
- Posts: 9525
- Liked: 2524 times
- Joined: May 13, 2017 4:51 pm
- Full Name: Fabian K.
- Location: Switzerland
- Contact:
Re: Veeam O365 backup for several customers/organizations
Hi Stano
That's a common scenario.
Please register yourself as a service provider to gain access to our dedicated sub forum where such topics are discussed:
veeam-backup-replication-f2/applying-to ... 55488.html
Our next release of the Veeam Service Provider Console (v7) will bring reporting capabilities for used license and used backup storage per configured M365 organization.
For the moment you need to use PowerShell to get the licensed users. This sample gives you all Licensed users grouped by the organization.
Thanks,
Fabian
That's a common scenario.
Please register yourself as a service provider to gain access to our dedicated sub forum where such topics are discussed:
veeam-backup-replication-f2/applying-to ... 55488.html
Our next release of the Veeam Service Provider Console (v7) will bring reporting capabilities for used license and used backup storage per configured M365 organization.
For the moment you need to use PowerShell to get the licensed users. This sample gives you all Licensed users grouped by the organization.
Code: Select all
Get-VBOLicensedUser | Where-Object {$_.LicenseStatus -eq "Licensed"} | Group-Object OrganizationName
Fabian
Product Management Analyst @ Veeam Software
-
- Service Provider
- Posts: 19
- Liked: 2 times
- Joined: May 27, 2021 3:48 am
- Full Name: Dean Anderson
- Contact:
Re: Veeam O365 backup for several customers/organizations
Each organization backed up represents one MS365 tenant and you can generate license reports which will tell you how much licenses are consumed per each of the tenants.
Who is online
Users browsing this forum: No registered users and 11 guests