Skip to content

Commit 6b63a94

Browse files
authored
Merge branch 'master' into patch-346
2 parents 25ae4bc + 0866f32 commit 6b63a94

8 files changed

+15
-8
lines changed

exchange/exchange-ps/exchange/Disable-OutlookProtectionRule.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.reviewer:
1212
# Disable-OutlookProtectionRule
1313

1414
## SYNOPSIS
15+
**Note**: This cmdlet is no longer supported in the cloud-based service.
16+
1517
This cmdlet is available in on-premises Exchange and in the cloud-based service. Some parameters and settings may be exclusive to one environment or the other.
1618

1719
Use the Disable-OutlookProtectionRule cmdlet to disable an existing Microsoft Outlook protection rule.

exchange/exchange-ps/exchange/Enable-OutlookProtectionRule.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.reviewer:
1212
# Enable-OutlookProtectionRule
1313

1414
## SYNOPSIS
15+
**Note**: This cmdlet is no longer supported in the cloud-based service.
16+
1517
This cmdlet is available in on-premises Exchange and in the cloud-based service. Some parameters and settings may be exclusive to one environment or the other.
1618

1719
Use the Enable-OutlookProtectionRule cmdlet to enable an existing Outlook protection rule.

exchange/exchange-ps/exchange/Get-MigrationUserStatistics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ This example displays the number of mailbox items that failed to migrate, which
5555

5656
### Example 3
5757
```powershell
58-
Get-MigrationUserStatistics -Identity [email protected] -LimitSkippedItemsTo 20 | Format-List SkippedItemCount,SkippedItems
58+
Get-MigrationUserStatistics -Identity [email protected] -IncludeSkippedItems | Select-Object -ExpandProperty SkippedItems | Format-List DateReceived, Subject
5959
```
6060

61-
This example displays results information in the SkippedItems property for a maximum of 20 skipped items.
61+
This example displays results information in the SkippedItems property.
6262

6363
### Example 4
6464
```powershell

exchange/exchange-ps/exchange/Get-OutlookProtectionRule.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.reviewer:
1212
# Get-OutlookProtectionRule
1313

1414
## SYNOPSIS
15+
**Note**: This cmdlet is no longer supported in the cloud-based service.
16+
1517
This cmdlet is available in on-premises Exchange and in the cloud-based service. Some parameters and settings may be exclusive to one environment or the other.
1618

1719
Use the Get-OutlookProtectionRule cmdlet to retrieve Microsoft Outlook protection rules configured in an organization.

exchange/exchange-ps/exchange/New-ComplianceSearchAction.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -211,12 +211,7 @@ Accept wildcard characters: False
211211
```
212212

213213
### -EnableDedupe
214-
This parameter is available only in the cloud-based service.
215-
216-
The EnableDedupe parameter eliminates duplication of messages when you export content search results. Valid values are:
217-
218-
- $true: Export a single copy of a message if the same message exists in multiple folders or mailboxes.
219-
- $false: Export all copies of a message if the same message exists in multiple folders or mailboxes. This is the default value.
214+
This parameter is reserved for internal Microsoft use.
220215

221216
```yaml
222217
Type: Boolean

exchange/exchange-ps/exchange/New-OutlookProtectionRule.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.reviewer:
1212
# New-OutlookProtectionRule
1313

1414
## SYNOPSIS
15+
**Note**: This cmdlet is no longer supported in the cloud-based service.
16+
1517
This cmdlet is available in on-premises Exchange and in the cloud-based service. Some parameters and settings may be exclusive to one environment or the other.
1618

1719
Use the New-OutlookProtectionRule cmdlet to create a Microsoft Outlook protection rule.

exchange/exchange-ps/exchange/Remove-OutlookProtectionRule.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.reviewer:
1212
# Remove-OutlookProtectionRule
1313

1414
## SYNOPSIS
15+
**Note**: This cmdlet is no longer supported in the cloud-based service.
16+
1517
This cmdlet is available in on-premises Exchange and in the cloud-based service. Some parameters and settings may be exclusive to one environment or the other.
1618

1719
Use the Remove-OutlookProtectionRule cmdlet to remove Outlook protection rules.

exchange/exchange-ps/exchange/Set-OutlookProtectionRule.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.reviewer:
1212
# Set-OutlookProtectionRule
1313

1414
## SYNOPSIS
15+
**Note**: This cmdlet is no longer supported in the cloud-based service.
16+
1517
This cmdlet is available in on-premises Exchange and in the cloud-based service. Some parameters and settings may be exclusive to one environment or the other.
1618

1719
Use the Set-OutlookProtectionRule cmdlet to modify an existing Microsoft Outlook protection rule.

0 commit comments

Comments
 (0)