Forum Discussion
Set activity alerts using PowerShell issues
Here's the rub. From - https://support.office.com/en-us/article/alert-policies-in-the-office-365-security-compliance-center-8927b8b9-c5bc-45a8-a9f9-96c732e58264
Note: Alert policies are available for organizations with an Office 365 Enterprise E1, E3, or E5 subscription. However, some advanced functionality is only available for organizations with an E5 subscription, or for organizations that have an E1 or E3 subscription and an Office 365 Threat Intelligence or Office 365 Advanced Compliance add-on subscription. The functionality that requires an E5 or add-on subscription is highlighted in this topic.
So the new-protectionalert module won't function with Business Plans? Including M 365 Business??
Actually, I believe even E1 tenants don't have access to alert policies (at least cannot create new ones). So yeah, far from ideal replacement...
- Markus HanischJul 06, 2018Brass Contributor
I can confirm that alert policies created with the PS Cmdlet "New-ActivityAlert" are not shown in the Office 365 SCC Alert Policy section. However, if I check for the presence of the alert policy by "Get-AlertPolicy", it shows up. It seems that Microsoft want to enforce having a E5 plan or the Office 365 Threat Intelligence or Office 365 Advanced Compliance add-on subscription for E1 and E3 plans in order to make use of the policies... (source: https://support.office.com/en-us/article/alert-policies-in-the-office-365-security-compliance-center-8927b8b9-c5bc-45a8-a9f9-96c732e58264)
Furthermore, they introduced a new Cmdlet "New-ProtectionAlert" (source: https://docs.microsoft.com/en-us/powershell/module/exchange/policy-and-compliance/new-protectionalert?view=exchange-ps).