Skip to content

Commit 090b4f2

Browse files
committed
Applications param update
1 parent b626044 commit 090b4f2

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,12 @@ Accept wildcard characters: False
9595
```
9696
9797
### -Applications
98-
The Applications parameter specifies the target when Microsoft 365 Groups are included in the policy (the ModernGroups parameter). Valid values are:
98+
The Applications parameter specifies the target when Microsoft 365 Groups are included in the policy (the ModernGroups parameter is set). Valid values are:
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.
102102
- `"Group:Exchange","Group:SharePoint"` for both the mailbox and the SharePoint site that are connected to the Microsoft 365 Group.
103-
104-
The default value is blank ($null). If you set a value for the ModernGroupLocation parameter, the default blank value is functionally equivalent to the value `"Group:Exchange","Group:SharePoint"`.
103+
- blank (`$null`): This is the default value, and is functionally equivalent to the value `"Group:Exchange","Group:SharePoint"`.
105104

106105
```yaml
107106
Type: MultiValuedProperty

exchange/exchange-ps/exchange/Set-RetentionCompliancePolicy.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -471,13 +471,12 @@ Accept wildcard characters: False
471471
```
472472

473473
### -Applications
474-
The Applications parameter specifies the target when Microsoft 365 Groups are included in the policy (the ModernGroups parameter). Valid values are:
474+
The Applications parameter specifies the target when Microsoft 365 Groups are included in the policy (the ModernGroups parameter is set). Valid values are:
475475

476476
- `Group:Exchange` for the mailbox that's connected to the Microsoft 365 Group.
477477
- `Group:SharePoint` for the SharePoint site that's connected to the Microsoft 365 Group.
478478
- `"Group:Exchange","Group:SharePoint"` for both the mailbox and the SharePoint site that are connected to the Microsoft 365 Group.
479-
480-
The default value is blank ($null). If you set a value for the ModernGroupLocation parameter, the default blank value is functionally equivalent to the value `"Group:Exchange","Group:SharePoint"`.
479+
- blank (`$null`): This is the default value, and is functionally equivalent to the value `"Group:Exchange","Group:SharePoint"`.
481480

482481
```yaml
483482
Type: MultiValuedProperty

0 commit comments

Comments
 (0)