You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
-
94
87
### -Confirm
95
88
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.
96
89
@@ -152,6 +145,21 @@ Accept pipeline input: False
152
145
Accept wildcard characters: False
153
146
```
154
147
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
+
155
163
### -RetentionAction
156
164
The RetentionAction parameter specifies the action for the label. Valid values are:
0 commit comments