Skip to content

Commit 04acd36

Browse files
authored
Merge pull request MicrosoftDocs#3164 from tweekerz/master
Minor edit to make it more clear (per escalation)
2 parents b03b2d6 + 17c559f commit 04acd36

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

exchange/exchange-ps/exchange/mailboxes/New-SweepRule.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ New-SweepRule -Name "From Lila" -Mailbox "Felipe Apodaca" -Provider Exchange16 -
4747
```
4848

4949
This example creates a new Sweep rule named "From Lila" in Felipe Apodaca's mailbox that moves messages from [email protected] in the Inbox folder that are older than 10 days to the Deleted Items folder.
50+
### -------------------------- Example 3 --------------------------
51+
```
52+
New-SweepRule -Name "From Jeff" -Mailbox "Felipe Apodaca" -Provider Exchange16 -Sender [email protected] -SourceFolder "Felipe:\Sent Items" -KeepForDays 10
53+
```
54+
55+
This example creates a new Sweep rule named "From Jeff" in Felipe Apodaca's mailbox that moves messages from [email protected] in the Sent Items folder that are older than 10 days to the Deleted Items folder.
5056

5157
## PARAMETERS
5258

exchange/exchange-ps/exchange/policy-and-compliance-retention/New-RetentionPolicyTag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ Accept wildcard characters: False
387387
### -RetentionEnabled
388388
The RetentionEnabled parameter specifies whether the tag is enabled. When set to $false, the tag is disabled, and no retention action is taken on messages that have the tag applied.
389389
390-
Messages with a disabled tag are still considered tagged, so any default policy tags in the user's retention policy aren't applied to such messages.
390+
Messages with a disabled tag are still considered tagged, so any tags of the same type as the disabled tag in the user's retention policy aren't applied to such messages.
391391
392392
When you set the RetentionEnabled parameter to $false, the retention period for the tag is shown as Never. Users may apply this tag to items they want to indicate should never be deleted or should never be moved to the archive. Enabling the tag later may result in unintentional deletion or archiving of items. To avoid this situation, if a retention policy is disabled temporarily, it may be advisable to change the name of that tag so that users are discouraged from using it, such as DISABLED\_\<Original Name\>.
393393

0 commit comments

Comments
 (0)