Skip to content

Commit

Permalink
fixes duo alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Jul 21, 2023
1 parent 4b7eba9 commit 9c7a0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scheduler_Alert/run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ try {
}
}
else {
Write-LogMessage -message "Potentially using Duo for MFA, could not check MFA status for Admins with 100% accuracy" -API 'Alerts' -tenant $tenant.tenant -sev Info
Write-LogMessage -message "Potentially using Duo for MFA, could not check MFA status for Admins with 100% accuracy" -API 'MFA Alerts - Informational' -tenant $tenant.tenant -sev Info

}
}
Expand Down

0 comments on commit 9c7a0ca

Please sign in to comment.