Skip to content

Commit e46a61b

Browse files
authored
Merge pull request MicrosoftDocs#8361 from brenle/patch-3
Application parameter incorrect
2 parents 850097b + 0caca60 commit e46a61b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exchange/exchange-ps/exchange/New-RetentionCompliancePolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ The Applications parameter specifies the target when Microsoft 365 Groups are in
9999
100100
- `Group:Exchange` for the mailbox that's connected to the Microsoft 365 Group.
101101
- `Group:SharePoint` for the SharePoint site that's connected to the Microsoft 365 Group.
102-
- `"Group:Exchange","Group:SharePoint"` for both the mailbox and the SharePoint site that are connected to the Microsoft 365 Group.
103-
- blank (`$null`): This is the default value, and is functionally equivalent to the value `"Group:Exchange","Group:SharePoint"`.
102+
- `"Group:Exchange,SharePoint"` for both the mailbox and the SharePoint site that are connected to the Microsoft 365 Group.
103+
- blank (`$null`): This is the default value, and is functionally equivalent to the value `"Group:Exchange,SharePoint"`.
104104

105105
```yaml
106106
Type: MultiValuedProperty

0 commit comments

Comments
 (0)