Forum Discussion
Office 365 License Reporting
Hi!
This could be a possibility
https://gallery.technet.microsoft.com/office/Office-365-Reporting-Tool-7987b4c2
If that doesn’t cover it then it’s either a third party reporting tool or Powershell.
Hope that answers your question!
Best, Chris
I know and have this one, i dont understand this is not a free tool either,
please stop sharing this link with respect to licensing,
I am looking for Powershell way to accomplish this which i believe should be possible..
BR,
/HS
- Robert LuckJun 21, 2019Iron Contributor
Solving our requirements with PowerShell always gives us a great accomplishment feel. Please try the below script which will list licensed users along with enabled service and its License subscription name.
https://gallery.technet.microsoft.com/Export-Office-365-User-079add3aThis script will provide 2 output file. Please check the "Simple Office 365 Users License Report" file to solve your requirement.If you need any modifications, let me know. I am happy to help you.- Muthu_kumar2002Apr 07, 2023Copper Contributor
Here the challenge many companies wont allow the graph api as it is reading user profile info or requesting to approve it.
without ms graph and input the user upn name it should give lic assigment info
Thanks
Muthu
- Jun 21, 2019Of course it's possible.
You can use articles such as the one below to create your own script
https://docs.microsoft.com/en-us/office365/enterprise/powershell/view-account-license-and-service-details-with-office-365-powershell
https://docs.microsoft.com/en-us/office365/enterprise/powershell/view-licenses-and-services-with-office-365-powershell
Or wait and see if someone already has one or has the time to create one.
VasilMichev adam deltinger - would you have ever come across a script which can provide this?
Best, Chris