From dc582d814812a356a649c9fc97526ca488c77dfc Mon Sep 17 00:00:00 2001 From: David Paulson Date: Tue, 5 Aug 2025 15:01:37 -0500 Subject: [PATCH] Require PowerShell 5 and update docs --- .../ConfigureExchangeHybridApplication.ps1 | 2 +- docs/Hybrid/ConfigureExchangeHybridApplication.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Hybrid/ConfigureExchangeHybridApplication/ConfigureExchangeHybridApplication.ps1 b/Hybrid/ConfigureExchangeHybridApplication/ConfigureExchangeHybridApplication.ps1 index 7a4a5cfbda..cfadcdb0f0 100644 --- a/Hybrid/ConfigureExchangeHybridApplication/ConfigureExchangeHybridApplication.ps1 +++ b/Hybrid/ConfigureExchangeHybridApplication/ConfigureExchangeHybridApplication.ps1 @@ -1,7 +1,7 @@ # Copyright (c) Microsoft Corporation. # Licensed under the MIT License. -#Requires -Version 3.0 +#Requires -Version 5.0 <# .SYNOPSIS diff --git a/docs/Hybrid/ConfigureExchangeHybridApplication.md b/docs/Hybrid/ConfigureExchangeHybridApplication.md index 60b42e6140..a5149e960d 100644 --- a/docs/Hybrid/ConfigureExchangeHybridApplication.md +++ b/docs/Hybrid/ConfigureExchangeHybridApplication.md @@ -6,6 +6,8 @@ This documentation focuses on different scenarios and how they can be configured ## How to use the script +The script must be run from PowerShell version 5 or greater. Running the script from PowerShell Core is not supported. + This section contains examples of some of the most common scenarios in which the script can be used. These examples aim to provide clear guidance on how to configure various settings and features using the script, ensuring that administrators can effectively apply it to their specific needs. ### Examples