Link to home
Start Free TrialLog in
Avatar of jeliasson
jeliasson

asked on

Subscription count by country in PowerShell

Hi,

This is my first question at Experts Exchange. Please let me know if I am missing something vital in my question. Thank you!

Our company uses Office 365 for our callaborations needs (E-mail, Lync and SharePoint).
The parent company has 8 child-companies which we need to bill each month for the Office 365 licenses being used in each child-company. One legal company per country.

How may I, using PowerShell or another tool, get the amount of different licences being used in Office 365 grouped by country?
Counting manually each month is not an option as it is too many accounts.

Example output
Country       {company:CRMSTANDARD}   {company:ENTERPRISEPACK}
Sweden       2                                                      78
Norway       1                                                      4
Germany     4                                                     120
France         3                                                      55

Thank you for your help!
Avatar of Akulsh
Akulsh
Flag of India image

Avatar of jeliasson
jeliasson

ASKER

Sorry, but that's abit to lightweight to the result/output I'm trying to achieve.
ASKER CERTIFIED SOLUTION
Avatar of Vasil Michev (MVP)
Vasil Michev (MVP)
Flag of Bulgaria image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank you for your help!