07-11-2019 11:39 AM - edited 07-11-2019 12:54 PM
I'm getting the following error when executing get-graphsecurityalert.
PS C:\get-graphsecurityalert
get-graphsecurityalert : Request to https://graph.microsoft.com/v1.0/security/alerts/?$top=100&$filter= failed with HTTP Status Forbidden Forbidden
At line:1 char:1
+ get-graphsecurityalert
+ ~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Get-GraphSecurityAlert
I follow the instructions from the following URL:
https://blog.ciaops.com/2019/04/17/using-interactive-powershell-to-access-the-microsoft-graph/
This is my first attempt to use Microsoft Graph.
Thanks,
-Larry
07-22-2019 03:34 PM
07-24-2019 11:47 AM