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
Copy file name to clipboardexpand all lines: Admin/MonitorExchangeAuthCertificate/MonitorExchangeAuthCertificate.ps1
+2-1
Original file line number
Diff line number
Diff line change
@@ -305,6 +305,7 @@ function Main {
305
305
Write-Host ("Please check if the test message was received by the following recipient(s): $($SendEmailNotificationTo)")
306
306
} else {
307
307
Write-Host ("We hit an exception while processing your test email message. Please check the log file") -ForegroundColor Yellow
308
+
Write-Host ("`n$($Error[0].Exception.Message)") -ForegroundColor Red
308
309
}
309
310
return
310
311
}
@@ -434,7 +435,7 @@ function Main {
434
435
Write-Host ("We couldn't validate if the Auth Certificate is properly configured because $($authCertStatus.NumberOfUnreachableServers) servers were unreachable.") -ForegroundColor Yellow
435
436
Write-Host ("The unreachable servers are: $([string]::Join(", ",$authCertStatus.UnreachableServersList))") -ForegroundColor Yellow
436
437
} elseif ($stopProcessingDueToHybrid) {
437
-
Write-Host ("We have not made any configuration change because because Exchange Hybrid has been detected in your environment.") -ForegroundColor Yellow
438
+
Write-Host ("We have not made any configuration change because Exchange Hybrid has been detected in your environment.") -ForegroundColor Yellow
438
439
Write-Host ("Please rerun the script using the '-IgnoreHybridConfig `$true' parameter to perform the renewal action.") -ForegroundColor Yellow
439
440
Write-Host ("It's also required to run the Hybrid Configuration Wizard (HCW) after the primary Auth Certificate was replaced.") -ForegroundColor Yellow
0 commit comments