You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$CheckAlerts=Get-CIPPAzDataTableEntity@CheckTable-Filter "PartitionKey eq 'CheckAlert' and tenantFilter eq '$TenantFilter' and Timestamp ge datetime'$SinceString'"
29
+
30
+
$AlertData=foreach ($Alertin$CheckAlerts) {
31
+
[PSCustomObject]@{
32
+
Message="Phishing alert: $($Alert.type) detected for user $($Alert.potentialUserName) at URL $($Alert.url) - $($Alert.reason)"
0 commit comments