Skip to content

Commit

Permalink
Merge pull request #2008 from microsoft/lusassl-EMSSDSNote
Browse files Browse the repository at this point in the history
Reference to MonitorAuthCertificate added if EMS was not properly detected
  • Loading branch information
dpaulson45 authored Feb 16, 2024
2 parents 1c9d2f0 + 164e076 commit 2be5ce4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ begin {
exit
} elseif (-not($exchangeShell.EMS)) {
Write-Warning "This script requires to be run inside of Exchange Management Shell. Please run on an Exchange Management Server or an Exchange Server with Exchange Management Shell."
Write-Warning "If the script was already executed via Exchange Management Shell, check your Auth Certificate by using the following script: https://aka.ms/MonitorExchangeAuthCertificate"
exit
}

Expand Down

0 comments on commit 2be5ce4

Please sign in to comment.