Forum Discussion

LBarrera1104's avatar
LBarrera1104
Copper Contributor
May 17, 2023

Create alert when a login was attempted from certain IP address (or block of addresses)

I'm trying to create an alert when there is a login attempt to certain IP, using the following MG Graph PS command: $newAlert = Invoke-RestMethod -Uri $alertUrl -Method Post -Headers $authHeader -B...

Resources