Skip to content

Commit 04c1e67

Browse files
authored
Update New-ComplianceTag.md
1 parent 9038150 commit 04c1e67

File tree

1 file changed

+26
-18
lines changed

1 file changed

+26
-18
lines changed

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

Lines changed: 26 additions & 18 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>] [-Notes <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
@@ -76,21 +84,6 @@ Accept pipeline input: False
7684
Accept wildcard characters: False
7785
```
7886
79-
### -Notes
80-
The Comment 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".
81-
82-
```yaml
83-
Type: String
84-
Parameter Sets: (All)
85-
Aliases:
86-
Applicable: Office 365 Security & Compliance Center
87-
Required: False
88-
Position: Named
89-
Default value: None
90-
Accept pipeline input: False
91-
Accept wildcard characters: False
92-
```
93-
9487
### -Confirm
9588
The Confirm switch specifies whether to show or hide the confirmation prompt. How this switch affects the cmdlet depends on if the cmdlet requires confirmation before proceeding.
9689
@@ -152,6 +145,21 @@ Accept pipeline input: False
152145
Accept wildcard characters: False
153146
```
154147
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+
155163
### -RetentionAction
156164
The RetentionAction parameter specifies the action for the label. Valid values are:
157165

0 commit comments

Comments
 (0)