Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

#Requires -Version 3.0
#Requires -Version 5.0

<#
.SYNOPSIS
Expand Down
2 changes: 2 additions & 0 deletions docs/Hybrid/ConfigureExchangeHybridApplication.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading