Forum Discussion
LBarrera1104
May 17, 2023Copper Contributor
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...
YanJagger
Jun 07, 2023Copper Contributor
I see you're working on creating an alert for login attempts from specific IP addresses using PowerShell. It sounds like an interesting project! One option is to use a reliable VPN service that offers servers in Mexico. This way, you can connect to a Mexican server and access fuboTV as if you were in Mexico. However, please make sure to respect the terms and conditions of fuboTV and any applicable licensing agreements.
- LBarrera1104Jun 07, 2023Copper Contributor
YanJagger Hello and thanks for your reply. Perhaps I missed something here, but I really don't understand the relationship between a VPN with servers in Mexico with what I'm trying to achieve. Of course, I can use a VPN for testing purposes, but first I need to draft the logic of the process, which is the point I asked help for...
Thanks anyways,
LB