Skip to content

Commit 4274c4a

Browse files
authored
Merge pull request MicrosoftDocs#3057 from expiscornovus/patch-3
Update New-ComplianceTag.md
2 parents a604ea1 + 6890c5e commit 4274c4a

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

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

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

2323
```
24-
New-ComplianceTag [-Name] <String> [-Comment <String>] [-Confirm] [-EventType <ComplianceRuleIdParameter>]
25-
[-IsRecordLabel <$true | $false>] [-RetentionAction <String>] [-RetentionDuration <Unlimited>]
26-
[-RetentionType <String>] [-ReviewerEmail <SmtpAddress[]>] [-WhatIf] [<CommonParameters>]
24+
New-ComplianceTag [-Name] <String>
25+
[-Comment <String>]
26+
[-Confirm]
27+
[-EventType <ComplianceRuleIdParameter>]
28+
[-IsRecordLabel <$true | $false>]
29+
[-Notes <String>]
30+
[-RetentionAction <String>]
31+
[-RetentionDuration <Unlimited>]
32+
[-RetentionType <String>]
33+
[-ReviewerEmail <SmtpAddress[]>]
34+
[-WhatIf] [<CommonParameters>]
2735
```
2836

2937
## DESCRIPTION
@@ -137,6 +145,21 @@ Accept pipeline input: False
137145
Accept wildcard characters: False
138146
```
139147
148+
### -Notes
149+
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".
150+
151+
```yaml
152+
Type: String
153+
Parameter Sets: (All)
154+
Aliases:
155+
Applicable: Office 365 Security & Compliance Center
156+
Required: False
157+
Position: Named
158+
Default value: None
159+
Accept pipeline input: False
160+
Accept wildcard characters: False
161+
```
162+
140163
### -RetentionAction
141164
The RetentionAction parameter specifies the action for the label. Valid values are:
142165

0 commit comments

Comments
 (0)