Skip to content

Commit

Permalink
Merge pull request #2021 from microsoft/dpaul-EpDocs
Browse files Browse the repository at this point in the history
Move example to the top
  • Loading branch information
dpaulson45 authored Feb 22, 2024
2 parents 45c3665 + b297c45 commit 859a9a8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/Security/ExchangeExtendedProtectionManagement.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ elevated Exchange Management Shell (EMS) command prompt.

#### Examples:

This syntax will process the prerequisites check only against the servers that you provided. This will execute the same checks as if you were attempting to configure Extended Protection.

```powershell
PS C:\> .\ExchangeExtendedProtectionManagement.ps1 -PrerequisitesCheckOnly
```

This syntax enables Extended Protection on all Exchange Servers that are online that we can reach.

```powershell
Expand Down Expand Up @@ -103,12 +109,6 @@ This syntax will disable Extended Protection configuration for all the Exchange
PS C:\> .\ExchangeExtendedProtectionManagement.ps1 -DisableExtendedProtection
```

This syntax will process the prerequisites check only against the servers that you provided. This will execute the same checks as if you were attempting to configure Extended Protection.

```powershell
PS C:\> .\ExchangeExtendedProtectionManagement.ps1 -PrerequisitesCheckOnly
```

## Parameters

Parameter | Description
Expand Down

0 comments on commit 859a9a8

Please sign in to comment.