Skip to content

Commit ed068f9

Browse files
authored
Update documentation for policy exclusions and parameters
1 parent 9a130bd commit ed068f9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

exchange/exchange-ps/exchange/Set-AppRetentionCompliancePolicy.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ Set-AppRetentionCompliancePolicy -Identity "Teams Private Chat Retention Policy"
130130
```
131131

132132
This example excludes the specified soft-deleted mailbox or mail user from the mentioned Teams Private Chat Retention Policy. You can identify the deleted resources using the mailbox or mail user's email address.
133-
Policy exclusions must ensure that locations remain within the established limits: [Limits for Microsoft 365 retention policies and retention label policies](https://learn.microsoft.com/purview/retention-limits#maximum-number-of-items-per-policy).
133+
134+
Policy exclusions must ensure that locations remain within the established limits. For more information, see [Limits for Microsoft 365 retention policies and retention label policies](https://learn.microsoft.com/purview/retention-limits#maximum-number-of-items-per-policy).
134135

135136
### Example 3
136137
```powershell
@@ -375,10 +376,11 @@ Accept wildcard characters: False
375376
```
376377

377378
### -DeletedResources
378-
The DeletedResources parameter specifies the deleted mailbox, or mail user to be added as an exclusion to the respective ___location list. Use this parameter with the AddTeamsChatLocationException parameter for deleted mailboxes or mail users that needs to be excluded from Teams only retention policy.
379+
The DeletedResources parameter specifies the deleted mailbox or mail user to add as an exclusion to the respective ___location list. Use this parameter with the AddTeamsChatLocationException parameter for deleted mailboxes or mail users that needs to be excluded from a Teams only retention policy.
379380

380381
A valid value is a JSON string. Refer to the Examples section for syntax and usage examples of this parameter.
381-
For more details on the inactive mailbox scenario, please refer to the following article [Learn about inactive mailboxes](https://learn.microsoft.com/purview/inactive-mailboxes-in-office-365).
382+
383+
For information on the inactive mailbox scenario, see [Learn about inactive mailboxes](https://learn.microsoft.com/purview/inactive-mailboxes-in-office-365).
382384

383385
```yaml
384386
Type: String

0 commit comments

Comments
 (0)