Skip to content

Commit b7d14f8

Browse files
authored
Merge branch 'master' into patch-5
2 parents 22e4424 + 1ba4147 commit b7d14f8

19 files changed

+12
-29
lines changed

exchange/exchange-ps/exchange/Connect-ExchangeOnline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ Accept wildcard characters: False
567567
The ShowProgress parameter specifies whether to show or hide the progress bar of imported cmdlets when you connect. Valid values are:
568568

569569
- $true: The progress bar is displayed. This is the default value.
570-
- $false: Currently, this value has no effect.
570+
- $false: Currently, this value has no effect.
571571

572572
```yaml
573573
Type: Boolean

exchange/exchange-ps/exchange/Disable-RemoteMailbox.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ Directory synchronization must be configured correctly for a mailbox to be remov
4646
- If you are deprovisioning a cloud mailbox and its associated online archive, you must first disable the online archive with the command `Disable-RemoteMailbox <User> -Archive` and then perform a directory synchronization prior to disabling the remote mailbox. Attempting to disable both the online archive and cloud mailbox without a sync between them may result in an ArchiveGuid mismatch and validation error.
4747
- Due to the current service architecture, you need to convert shared mailboxes to user mailboxes prior to running the Disable-RemoteMailbox cmdlet.
4848

49-
5049
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).
5150

5251
## EXAMPLES

exchange/exchange-ps/exchange/Get-EXOMailboxFolderStatistics.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ Get-EXOMailbox -ResultSize Unlimited | Get-EXOMailboxFolderStatistics -FolderSco
6464

6565
This example uses the FolderScope parameter to view Inbox folder statistics for all mailboxes.
6666

67-
6867
## PARAMETERS
6968

7069
### -Archive

exchange/exchange-ps/exchange/Get-MigrationUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Accept wildcard characters: False
144144
```
145145
146146
### -Identity
147-
The Identity parameter specifies the particular ongoing migration that you want to retrieve information about. The Identity parameter is usually represented as an email address.
147+
The Identity parameter specifies the particular ongoing migration that you want to retrieve information about. The Identity parameter is usually represented as an email address.
148148
149149
```yaml
150150
Type: MigrationUserIdParameter

exchange/exchange-ps/exchange/Get-RecordReviewNotificationTemplateConfig.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ ms.author: chrisda
99
ms.reviewer:
1010
---
1111

12-
13-
1412
# Get-RecordReviewNotificationTemplateConfig
1513

1614
## SYNOPSIS

exchange/exchange-ps/exchange/New-ApplicationAccessPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ New-ApplicationAccessPolicy -AccessRight <ApplicationAccessPolicyRight> -AppId <
3333
## DESCRIPTION
3434
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).
3535

36-
You can create a limited number of policies in your organization based on a fixed amount of space. If your oganization runs out of space for these policies, you'll see the error: "The total size of App Access Policies exceeded the limit." To maximize the number of policies and reduce the amount of space that's consumed by the policies, set a one space character description for the policy. This method will allow aproximately 300 policies (versus a previous limit of 100 policies).
36+
You can create a limited number of policies in your organization based on a fixed amount of space. If your oganization runs out of space for these policies, you'll see the error: "The total size of App Access Policies exceeded the limit." To maximize the number of policies and reduce the amount of space that's consumed by the policies, set a one space character description for the policy. This method will allow aproximately 300 policies (versus a previous limit of 100 policies).
3737

3838
While scope-based resource access like Mail.Read or Calendar.Read is effective to ensure that the application can only read email or events within a mailbox and not do anything else, application access policies allow admins to enforce limits that are based on a list of mailboxes. For example, apps developed for one country shouldn't have access to data from other countries. Or, or a CRM integration application should only access calendars in the Sales organization and no other departments.
3939

exchange/exchange-ps/exchange/New-InboundConnector.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -474,12 +474,10 @@ Accept wildcard characters: False
474474
```
475475

476476
### -TrustedOrganizations
477-
This parameter is available only in the cloud-based service.
478-
479477
{{ Fill TrustedOrganizations Description }}
480478

481479
```yaml
482-
Type:
480+
Type: MultiValuedProperty
483481
Parameter Sets: (All)
484482
Aliases:
485483
Applicable: Exchange Online, Exchange Online Protection

exchange/exchange-ps/exchange/New-OutboundConnector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ New-OutboundConnector [-Name] <String>
3636
[-RecipientDomains <MultiValuedProperty>]
3737
[-RouteAllMessagesViaOnPremises <Boolean>]
3838
[-SenderRewritingEnabled <Boolean>]
39-
[-SmartHosts <MultiValuedProperty>]
39+
[-SmartHosts <MultiValuedProperty>]
4040
[-TestMode <Boolean>]
4141
[-TlsDomain <SmtpDomainWithSubdomains>]
4242
[-TlsSettings <TlsAuthLevel>]

exchange/exchange-ps/exchange/Remove-DlpPolicy.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ The Identity parameter specifies the DLP policy that you want to remove. You can
4949
- Distinguished name (DN)
5050
- GUID
5151

52-
5352
```yaml
5453
Type: DlpPolicyIdParameter
5554
Parameter Sets: (All)

exchange/exchange-ps/exchange/Set-DlpComplianceRule.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1412,7 +1412,6 @@ Accept pipeline input: False
14121412
Accept wildcard characters: False
14131413
```
14141414

1415-
14161415
### -ExceptIfSenderDomainIs
14171416
The ExceptIfSenderDomainIs parameter specifies an exception for the DLP rule that looks for messages from senders with email address in the specified domains. You can specify multiple values separated by commas.
14181417

0 commit comments

Comments
 (0)