Skip to content

Commit f88c879

Browse files
committed
Added FilePlan and other missing parameters
Per Issue #3165
1 parent a6d1393 commit f88c879

File tree

2 files changed

+126
-2
lines changed

2 files changed

+126
-2
lines changed

exchange/exchange-ps/exchange/policy-and-compliance-retention/New-ComplianceTag.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@ New-ComplianceTag [-Name] <String>
2525
[-Comment <String>]
2626
[-Confirm]
2727
[-EventType <ComplianceRuleIdParameter>]
28+
[-FilePlanProperty <String>]
29+
[-Force]
2830
[-IsRecordLabel <$true | $false>]
2931
[-Notes <String>]
32+
[-Regulatory <$true | $false>]
3033
[-RetentionAction <String>]
3134
[-RetentionDuration <Unlimited>]
3235
[-RetentionType <String>]
@@ -126,6 +129,36 @@ Accept pipeline input: False
126129
Accept wildcard characters: False
127130
```
128131
132+
### -FilePlanProperty
133+
{{ Fill FilePlanProperty Description }}
134+
135+
```yaml
136+
Type: String
137+
Parameter Sets: (All)
138+
Aliases:
139+
Applicable: Office 365 Security & Compliance Center
140+
Required: False
141+
Position: Named
142+
Default value: None
143+
Accept pipeline input: False
144+
Accept wildcard characters: False
145+
```
146+
147+
### -Force
148+
The Force switch specifies whether to suppress warning or confirmation messages. You can use this switch to run tasks programmatically where prompting for administrative input is inappropriate. You don't need to specify a value with this switch.
149+
150+
```yaml
151+
Type: SwitchParameter
152+
Parameter Sets: (All)
153+
Aliases:
154+
Applicable: Office 365 Security & Compliance Center
155+
Required: False
156+
Position: Named
157+
Default value: None
158+
Accept pipeline input: False
159+
Accept wildcard characters: False
160+
```
161+
129162
### -IsRecordLabel
130163
The IsRecordLabel parameter specifies whether the label is a record label. Valid values are:
131164
@@ -160,6 +193,21 @@ Accept pipeline input: False
160193
Accept wildcard characters: False
161194
```
162195
196+
### -Regulatory
197+
{{ Fill Regulatory Description }}
198+
199+
```yaml
200+
Type: $true | $false
201+
Parameter Sets: (All)
202+
Aliases:
203+
Applicable: Office 365 Security & Compliance Center
204+
Required: False
205+
Position: Named
206+
Default value: None
207+
Accept pipeline input: False
208+
Accept wildcard characters: False
209+
```
210+
163211
### -RetentionAction
164212
The RetentionAction parameter specifies the action for the label. Valid values are:
165213

exchange/exchange-ps/exchange/policy-and-compliance-retention/Set-ComplianceTag.md

Lines changed: 78 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,16 @@ For information about the parameter sets in the Syntax section below, see Exchan
2121
## SYNTAX
2222

2323
```
24-
Set-ComplianceTag [-Identity] <ComplianceRuleIdParameter> [-Comment <String>] [-Confirm]
25-
[-RetentionDuration <Unlimited>] [-ReviewerEmail <SmtpAddress[]>] [-WhatIf] [<CommonParameters>]
24+
Set-ComplianceTag [-Identity] <ComplianceRuleIdParameter>
25+
[-Comment <String>]
26+
[-Confirm]
27+
[-EventType <ComplianceRuleIdParameter>]
28+
[-FilePlanProperty <String>]
29+
[-Force]
30+
[-Notes <String>]
31+
[-RetentionDuration <Unlimited>]
32+
[-ReviewerEmail <SmtpAddress[]>]
33+
[-WhatIf] [<CommonParameters>]
2634
```
2735

2836
## DESCRIPTION
@@ -94,6 +102,74 @@ Accept pipeline input: False
94102
Accept wildcard characters: False
95103
```
96104
105+
### -EventType
106+
The EventType specifies the retention rule that's associated with the label. You can use any value that uniquely identifies the rule. For example:
107+
108+
- Name
109+
110+
- Distinguished name (DN)
111+
112+
- GUID
113+
114+
You can use the Get-RetentionComplianceRule cmdlet to view the available retention rules.
115+
116+
```yaml
117+
Type: ComplianceRuleIdParameter
118+
Parameter Sets: (All)
119+
Aliases:
120+
Applicable: Office 365 Security & Compliance Center
121+
Required: False
122+
Position: Named
123+
Default value: None
124+
Accept pipeline input: False
125+
Accept wildcard characters: False
126+
```
127+
128+
### -FilePlanProperty
129+
{{ Fill FilePlanProperty Description }}
130+
131+
```yaml
132+
Type: String
133+
Parameter Sets: (All)
134+
Aliases:
135+
Applicable: Office 365 Security & Compliance Center
136+
Required: False
137+
Position: Named
138+
Default value: None
139+
Accept pipeline input: False
140+
Accept wildcard characters: False
141+
```
142+
143+
### -Force
144+
The Force switch specifies whether to suppress warning or confirmation messages. You can use this switch to run tasks programmatically where prompting for administrative input is inappropriate. You don't need to specify a value with this switch.
145+
146+
```yaml
147+
Type: SwitchParameter
148+
Parameter Sets: (All)
149+
Aliases:
150+
Applicable: Office 365 Security & Compliance Center
151+
Required: False
152+
Position: Named
153+
Default value: None
154+
Accept pipeline input: False
155+
Accept wildcard characters: False
156+
```
157+
158+
### -Notes
159+
The Notes parameter specifies an optional note. If you specify a value that contains spaces, enclose the value in quotation marks ("), for example: "This is a user note".
160+
161+
```yaml
162+
Type: String
163+
Parameter Sets: (All)
164+
Aliases:
165+
Applicable: Office 365 Security & Compliance Center
166+
Required: False
167+
Position: Named
168+
Default value: None
169+
Accept pipeline input: False
170+
Accept wildcard characters: False
171+
```
172+
97173
### -RetentionDuration
98174
The RetentionDuration parameter specifies the number of days to retain the content. Valid values are:
99175

0 commit comments

Comments
 (0)