Forum Discussion

Robert Crane's avatar
Aug 26, 2018
Solved

Configuring Alerts using PowerShell

I want to be able to configure the Office 365 alerts using PowerShell. To do this, as I understand it I need to use the cmdlet new-protcetionalert. However, when I use this I get an error like:   ...
  • Robert Crane's avatar
    Robert Crane
    Sep 06, 2018

    he solution to this problem turns out to be the inclusion of the following command:

     

    -aggregationtype none

     

    which limits the creation of alerts to a single item which is supported by all SKUs. Add that to the command and you are off to the races.

Resources