Skip to content

Commit fda67b4

Browse files
authored
Merge branch 'master' into patch-210
2 parents 66be4bd + 3db9fd3 commit fda67b4

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

exchange/exchange-ps/exchange/New-ClientAccessRule.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,13 @@ Client access rules are like mail flow rules (also known as transport rules) for
4444

4545
Note: Currently, not all authentication types are supported for all protocols. The supported authentication types per protocol are described in this list:
4646

47-
- OutlookWebApp: BasicAuthentication and AdfsAuthentication.
48-
47+
- ExchangeActiveSync: BasicAuthentication, OAuthAuthentication, and CertificateBasedAuthentication.
4948
- ExchangeAdminCenter: BasicAuthentication and AdfsAuthentication.
50-
49+
- IMAP4: BasicAuthentication and OAuthAuthentication.
50+
- OutlookWebApp: BasicAuthentication and AdfsAuthentication.
51+
- POP3: BasicAuthentication and OAuthAuthentication.
5152
- RemotePowerShell: BasicAuthentication and NonBasicAuthentication.
5253

53-
- ExchangeActiveSync: BasicAuthentication, OAuthAuthentication, and CertificateBasedAuthentication.
54-
5554
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see [Find the permissions required to run any Exchange cmdlet](https://docs.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
5655

5756
## EXAMPLES

exchange/exchange-ps/exchange/Set-ClientAccessRule.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,13 @@ Client access rules are like mail flow rules (also known as transport rules) for
4747

4848
Note: Not all authentication types are supported for all protocols. The supported authentication types per protocol are described in this list:
4949

50-
- OutlookWebApp: BasicAuthentication and AdfsAuthentication.
51-
50+
- ExchangeActiveSync: BasicAuthentication, OAuthAuthentication, and CertificateBasedAuthentication.
5251
- ExchangeAdminCenter: BasicAuthentication and AdfsAuthentication.
53-
52+
- IMAP4: BasicAuthentication and OAuthAuthentication.
53+
- OutlookWebApp: BasicAuthentication and AdfsAuthentication.
54+
- POP3: BasicAuthentication and OAuthAuthentication.
5455
- RemotePowerShell: BasicAuthentication and NonBasicAuthentication.
5556

56-
- ExchangeActiveSync: BasicAuthentication, OAuthAuthentication, and CertificateBasedAuthentication.
57-
5857
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see [Find the permissions required to run any Exchange cmdlet](https://docs.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
5958

6059
## EXAMPLES

exchange/exchange-ps/exchange/Start-HistoricalSearch.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ Start-HistoricalSearch -EndDate <DateTime> -ReportTitle <String> -ReportType <Hi
4141
## DESCRIPTION
4242
A historical search provides message trace and report details in a comma-separated value (CSV) file for messages that are aged between 1-4 hours (depending on your environment) and 90 days old. There is a limit of 250 historical searches that you can submit in a 24 hour period; you'll be warned if you're nearing the daily quota. Cancelled searches count against the daily quota. Also, in each CSV file there is a limit of 50000 results or lines.
4343

44+
If you specify a distribution group, all messages might not be returned in the results. To ensure that all messages are returned, specify the individual recipient.
45+
4446
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see [Find the permissions required to run any Exchange cmdlet](https://docs.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
4547

4648
## EXAMPLES

0 commit comments

Comments
 (0)