Skip to content

Commit 586a070

Browse files
authored
Merge branch 'master' into patch-1
2 parents eaed0b4 + 81605b5 commit 586a070

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
2323
### Default
2424
```
2525
New-RetentionCompliancePolicy [-Name] <String>
26+
[-Applications <MultiValuedProperty>]
2627
[-Comment <String>]
2728
[-Confirm]
2829
[-Enabled <Boolean>]
@@ -93,6 +94,27 @@ Accept pipeline input: False
9394
Accept wildcard characters: False
9495
```
9596
97+
### -Applications
98+
The Applications parameter specifies the target when Microsoft 365 Groups are included in the policy (the ModernGroups parameter is set). Valid values are:
99+
100+
- `Group:Exchange` for the mailbox that's connected to the Microsoft 365 Group.
101+
- `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"`.
104+
105+
```yaml
106+
Type: MultiValuedProperty
107+
Parameter Sets: Default
108+
Aliases:
109+
Applicable: Security & Compliance Center
110+
111+
Required: False
112+
Position: Named
113+
Default value: None
114+
Accept pipeline input: False
115+
Accept wildcard characters: False
116+
```
117+
96118
### -Comment
97119
The Comment parameter specifies an optional comment. If you specify a value that contains spaces, enclose the value in quotation marks ("), for example: "This is an admin note".
98120

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Set-RetentionCompliancePolicy [-Identity] <PolicyIdParameter>
4545
[-AddSharePointLocationException <MultiValuedProperty>]
4646
[-AddSkypeLocation <MultiValuedProperty>]
4747
[-AddSkypeLocationException <MultiValuedProperty>]
48+
[-Applications <MultiValuedProperty>]
4849
[-Comment <String>]
4950
[-Confirm]
5051
[-Enabled <Boolean>]
@@ -469,6 +470,27 @@ Accept pipeline input: False
469470
Accept wildcard characters: False
470471
```
471472

473+
### -Applications
474+
The Applications parameter specifies the target when Microsoft 365 Groups are included in the policy (the ModernGroups parameter is set). Valid values are:
475+
476+
- `Group:Exchange` for the mailbox that's connected to the Microsoft 365 Group.
477+
- `Group:SharePoint` for the SharePoint site that's connected to the Microsoft 365 Group.
478+
- `"Group:Exchange","Group:SharePoint"` for both the mailbox and the SharePoint site that are connected to the Microsoft 365 Group.
479+
- blank (`$null`): This is the default value, and is functionally equivalent to the value `"Group:Exchange","Group:SharePoint"`.
480+
481+
```yaml
482+
Type: MultiValuedProperty
483+
Parameter Sets: Identity
484+
Aliases:
485+
Applicable: Security & Compliance Center
486+
487+
Required: False
488+
Position: Named
489+
Default value: None
490+
Accept pipeline input: False
491+
Accept wildcard characters: False
492+
```
493+
472494
### -Comment
473495
The Comment parameter specifies an optional comment. If you specify a value that contains spaces, enclose the value in quotation marks ("), for example: "This is an admin note".
474496

0 commit comments

Comments
 (0)