Forum Discussion
Carlos Gomez
Mar 23, 2017Brass Contributor
Office 365 license consumption alert
Hi, Does Microsoft provides any alerting on the case that availabe licenses to assign are\near to be 0? I already see that several blogs provide details for creating your own alerting\report ...
- Mar 23, 2017
In terms of alerts, no. A quick glance at the Admin portal or the Reports can give you this info. If you need it automated it really takes few lines of PowerShell code to check for available licenses and fire up an email notification.
Carlos Gomez
Mar 23, 2017Brass Contributor
Hi Vasil,
Do you know if there is a way to schedule the reports to be send? instead of going every day to open the admin portal and look for the report.
Regards.
BenStegink
Mar 24, 2017Iron Contributor
If you go the PowerShell route and want a schedule report you can always set it up on a server to run as a schedule task on a recurring basis. I've done a few reporting solutions this way to achieve a scheduled report :)
- Carlos GomezMar 24, 2017Brass ContributorMust probably we will use this way, but would be nice if microsoft provides this out of the Box.