Answered by:
Viewing Office 365 alerts via powershell

Question
-
Was directed here by answer on "where is the forum for ....?"
I want to query / list / adjust the alert policies as defined in Office 365 Security & Compliance / Alert Policies. What powershell command would achieve this?
I have tried the get-activityalerts but that is for a different set of alerts based on entries within the Audit log, and are not the same things.
Hope someone can help
Thanks
Al
Monday, July 1, 2019 6:09 AM
Answers
-
Here are the instructions and CmdLets for using PowerShell with alerts:
\_(ツ)_/
- Marked as answer by --Al-- Monday, July 1, 2019 8:21 AM
Monday, July 1, 2019 7:30 AM -
There are more than 30 CmdLets that manage this. Keep reading.
\_(ツ)_/
- Marked as answer by --Al-- Monday, July 8, 2019 5:21 AM
Monday, July 1, 2019 8:17 AM
All replies
-
Here are the instructions and CmdLets for using PowerShell with alerts:
\_(ツ)_/
- Marked as answer by --Al-- Monday, July 1, 2019 8:21 AM
Monday, July 1, 2019 7:30 AM -
Thanks for the reply. I have looked through the reference before and couldn't find anything related to the alerts, aside from get-activityalerts that I had mentioned in the question above.
Anything more targeted than the whole exchange reference?
Thanks
al
Monday, July 1, 2019 8:14 AM -
There are more than 30 CmdLets that manage this. Keep reading.
\_(ツ)_/
- Marked as answer by --Al-- Monday, July 8, 2019 5:21 AM
Monday, July 1, 2019 8:17 AM -
can you please tell me just one of the 30 then so I can start to get a handle on the language used.
Thanks
al
Monday, July 1, 2019 8:19 AM -
Don't worry - found something that led me to the answer. Thanks.
Monday, July 1, 2019 8:21 AM -
Connect-IPPSSession
\_(ツ)_/
Monday, July 1, 2019 8:21 AM -
Monday, July 1, 2019 8:22 AM
-
I think my question was not specific enough for you. I had already managed to connect to the correct PS endpoint (the IPPSSession), and was working my way through the list of cmdlets trying to find the one that allowed me to get access to what I needed. I just didn't know what they are called. I find that the names for the cmdlets are quite different to they way presented on the web site. But found it now.
Thanks for helping.
Al
Monday, July 1, 2019 8:32 AM