From 164e0768ac2cd92fce004dc42faa56b80d48d216 Mon Sep 17 00:00:00 2001 From: lusassl-msft Date: Fri, 16 Feb 2024 18:05:29 +0100 Subject: [PATCH] Reference to MonitorAuthCertificate added --- .../ExchangeExtendedProtectionManagement.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/Security/src/ExchangeExtendedProtectionManagement/ExchangeExtendedProtectionManagement.ps1 b/Security/src/ExchangeExtendedProtectionManagement/ExchangeExtendedProtectionManagement.ps1 index 5f41b0efea..d0ae1eecb2 100644 --- a/Security/src/ExchangeExtendedProtectionManagement/ExchangeExtendedProtectionManagement.ps1 +++ b/Security/src/ExchangeExtendedProtectionManagement/ExchangeExtendedProtectionManagement.ps1 @@ -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 }