Forum Discussion
Office 365 license consumption alert
- 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.
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.
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.
- BenSteginkMar 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.
- VasilMichevMar 24, 2017MVP
Unfortunately no, only few reports have the schedule functionality (the EOP related ones).