This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
Changes from the original | |
This script retrieves Azure Active Directory Risk Detection Events as Azure no longer supports the Risky Sign Ons. Only the At Risk and Confirmed Compromised events from the last 3 days will be sent. | |
Removed the ipInfo portion. | |
#> | |
$ClientID = $env:ClientID | |
$ClientSecret = $env:ClientSecret | |
$tenantDomain = $env:TenantDomain |