Forum Discussion
Cristian Ceobanu
Jul 31, 2019Copper Contributor
Get email alerts for low than 50 free Office 365 licenses
Hi all, In my environment we have for the moment to SG who are entitled for 0ffice 365 licence. Is a dynamic environment and a few times we have been very closed to rich our total limit. Iām lockin...
AusSupport180
Jul 30, 2021Brass Contributor
Hi Hemat Maheshwari
I'm schedule to run weekly and send an email.
Get-MsolAccountSku | select ActiveUnits, ConsumedUnits, @{n='AvailableUnits';e={($_.ActiveUnits - $_.ConsumedUnits)}}, AccountSkuId
But how do i email only Availableunit under 5 ?
I'm schedule to run weekly and send an email.
Get-MsolAccountSku | select ActiveUnits, ConsumedUnits, @{n='AvailableUnits';e={($_.ActiveUnits - $_.ConsumedUnits)}}, AccountSkuId
But how do i email only Availableunit under 5 ?
SimBur2365
Sep 13, 2021Brass Contributor
Hi, here is a script you can run from Azure Automation... you can now also create a free sendgrid account directly in Azure Solutions to call from a runbook. Cheers š
https://www.howdoiuseacomputer.com/index.php/2021/09/12/azure-microsoft-365-licensing-alert/
https://www.howdoiuseacomputer.com/index.php/2021/09/12/azure-microsoft-365-licensing-alert/