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
Write-LogMessage-API 'Standards'-tenant $Tenant-message "Failed to set Teams Enroll User Override setting to $($Settings.EnrollUserOverride)."-sev Error -LogData $ErrorMessage
31
+
}
32
+
}
33
+
}
34
+
35
+
if ($Settings.alert-eq$true) {
36
+
if ($StateIsCorrect-eq$true) {
37
+
Write-LogMessage-API 'Standards'-tenant $Tenant-message 'Teams Enroll User Override settings is set correctly.'-sev Info
38
+
} else {
39
+
Write-LogMessage-API 'Standards'-tenant $Tenant-message 'Teams Enroll User Override settings is not set correctly.'-sev Alert
0 commit comments