Skip to content

Commit 98dfd87

Browse files
authored
Merge branch 'master' into chrisda
2 parents b7c9668 + 04acd36 commit 98dfd87

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
@@ -386,7 +386,7 @@ Accept wildcard characters: False
386386
### -RetentionEnabled
387387
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.
388388
389-
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.
389+
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.
390390
391391
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\>.
392392

0 commit comments

Comments
 (0)