Skip to content

Commit 7c4e979

Browse files
committed
Added Applications param per email request
1 parent d3b6bf6 commit 7c4e979

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

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

Lines changed: 17 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,22 @@ Accept pipeline input: False
9394
Accept wildcard characters: False
9495
```
9596
97+
### -Applications
98+
{{ Fill Applications Description }}
99+
100+
```yaml
101+
Type: MultiValuedProperty
102+
Parameter Sets: Default
103+
Aliases:
104+
Applicable: Security & Compliance Center
105+
106+
Required: False
107+
Position: Named
108+
Default value: None
109+
Accept pipeline input: False
110+
Accept wildcard characters: False
111+
```
112+
96113
### -Comment
97114
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".
98115

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

Lines changed: 17 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,22 @@ Accept pipeline input: False
469470
Accept wildcard characters: False
470471
```
471472

473+
### -Applications
474+
{{ Fill Applications Description }}
475+
476+
```yaml
477+
Type: MultiValuedProperty
478+
Parameter Sets: Identity
479+
Aliases:
480+
Applicable: Security & Compliance Center
481+
482+
Required: False
483+
Position: Named
484+
Default value: None
485+
Accept pipeline input: False
486+
Accept wildcard characters: False
487+
```
488+
472489
### -Comment
473490
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".
474491

0 commit comments

Comments
 (0)