Forum Discussion
Carlos Gomez
Mar 22, 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.
BenStegink
Mar 24, 2017Steel 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 Gomez
Mar 24, 2017Brass Contributor
Must probably we will use this way, but would be nice if microsoft provides this out of the Box.