Skip to content

Commit 9038150

Browse files
Update New-ComplianceTag.md
A noticed that you can also add a note for a tag. So I have added the Notes parameter to the documentation.
1 parent 98f0d0a commit 9038150

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ 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>]
24+
New-ComplianceTag [-Name] <String> [-Comment <String>] [-Notes <String>] [-Confirm] [-EventType <ComplianceRuleIdParameter>]
2525
[-IsRecordLabel <$true | $false>] [-RetentionAction <String>] [-RetentionDuration <Unlimited>]
2626
[-RetentionType <String>] [-ReviewerEmail <SmtpAddress[]>] [-WhatIf] [<CommonParameters>]
2727
```
@@ -76,6 +76,21 @@ Accept pipeline input: False
7676
Accept wildcard characters: False
7777
```
7878
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+
7994
### -Confirm
8095
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.
8196

0 commit comments

Comments
 (0)