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 DisplayName parameter specifies the display name for the sensitivity label. The display name appears in the Microsoft Office and is used by Outlook users to select the appropriate sensitivity label before they send a message.
113
+
The DisplayName parameter specifies the display name for the sensitivity label. The display name appears in any client that supports sensitivity labels. This includes Word, Excel, PowerPoint, Outlook, SharePoint, Teams, and Power BI.
The AdvancedSettings parameter enables client-specific features and capabilities on the sensitivity label. The settings that you configure with this parameter only affect apps that are designed for the setting. For more information, see [How to configure advanced settings for the client by using Office 365 Security & Compliance Center PowerShell](https://docs.microsoft.com/azure/information-protection/rms-client/clientv2-admin-guide-customizations#how-to-configure-advanced-settings-for-the-client-by-using-office-365-security--compliance-center-powershell).
129
+
The AdvancedSettings parameter enables client-specific features and capabilities on the sensitivity label. The settings that you configure with this parameter only affect apps that are designed for the setting. For more information, see [How to configure advanced settings for the client by using Security & Compliance Center PowerShell](https://docs.microsoft.com/azure/information-protection/rms-client/clientv2-admin-guide-customizations#how-to-configure-advanced-settings-for-the-client-by-using-office-365-security--compliance-center-powershell).
The EncryptionRightsDefinitions parameter specifies the rights users have when accessing protected. Valid values are:
771
767
772
-
This parameter is meaningful only when the EncryptionEnabled parameter value is either $true or $false.
768
+
- Viewer
769
+
- Reviewer
770
+
- Co-Author
771
+
- Co-Owner
772
+
773
+
For more information, see [Rights included in permissions levels](https://docs.microsoft.com/azure/information-protection/configure-usage-rights#rights-included-in-permissions-levels).
774
+
775
+
This parameter is meaningful only when the EncryptionEnabled parameter value is either $true or $false and the EncryptionProtectionType parameter value is Template.
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/Set-Label.md
+82-2Lines changed: 82 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,22 @@ Accept pipeline input: False
111
111
Accept wildcard characters: False
112
112
```
113
113
114
+
### -Conditions
115
+
This parameter is reserved for internal Microsoft use.
116
+
117
+
```yaml
118
+
Type:
119
+
Parameter Sets: (All)
120
+
Aliases:
121
+
Applicable: Office 365 Security & Compliance Center
122
+
123
+
Required: False
124
+
Position: Named
125
+
Default value: None
126
+
Accept pipeline input: False
127
+
Accept wildcard characters: False
128
+
```
129
+
114
130
### -Confirm
115
131
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.
The DisplayName parameter specifies the display name for the sensitivity label. The display name appears in the Microsoft Office and is used by Outlook users to select the appropriate sensitivity label before they send a message.
171
+
The DisplayName parameter specifies the display name for the sensitivity label. The display name appears in any client that supports sensitivity labels. This includes Word, Excel, PowerPoint, Outlook, SharePoint, Teams, and Power BI.
156
172
157
173
```yaml
158
174
Type: String
@@ -167,6 +183,22 @@ Accept pipeline input: False
167
183
Accept wildcard characters: False
168
184
```
169
185
186
+
### -LabelActions
187
+
This parameter is reserved for internal Microsoft use.
188
+
189
+
```yaml
190
+
Type: MultiValuedProperty
191
+
Parameter Sets: (All)
192
+
Aliases:
193
+
Applicable: Office 365 Security & Compliance Center
194
+
195
+
Required: False
196
+
Position: Named
197
+
Default value: None
198
+
Accept pipeline input: False
199
+
Accept wildcard characters: False
200
+
```
201
+
170
202
### -LocaleSettings
171
203
The LocaleSettings parameter specifies one or more localized label name or label Tooltips in different languages. Regions include all region codes supported in Office Client applications. Valid values use the following syntax (JSON):
172
204
@@ -187,6 +219,22 @@ Accept pipeline input: False
187
219
Accept wildcard characters: False
188
220
```
189
221
222
+
### -MigrationId
223
+
This parameter is reserved for internal Microsoft use.
224
+
225
+
```yaml
226
+
Type: String
227
+
Parameter Sets: (All)
228
+
Aliases:
229
+
Applicable: Office 365 Security & Compliance Center
230
+
231
+
Required: False
232
+
Position: Named
233
+
Default value: None
234
+
Accept pipeline input: False
235
+
Accept wildcard characters: False
236
+
```
237
+
190
238
### -NextLabel
191
239
This parameter is reserved for internal Microsoft use.
192
240
@@ -267,6 +315,38 @@ Accept pipeline input: False
267
315
Accept wildcard characters: False
268
316
```
269
317
318
+
### -Setting
319
+
This parameter is reserved for internal Microsoft use.
320
+
321
+
```yaml
322
+
Type: PswsHashtable
323
+
Parameter Sets: (All)
324
+
Aliases:
325
+
Applicable: Office 365 Security & Compliance Center
326
+
327
+
Required: False
328
+
Position: Named
329
+
Default value: None
330
+
Accept pipeline input: False
331
+
Accept wildcard characters: False
332
+
```
333
+
334
+
### -Settings
335
+
This parameter is reserved for internal Microsoft use.
336
+
337
+
```yaml
338
+
Type: PswsHashtable
339
+
Parameter Sets: (All)
340
+
Aliases:
341
+
Applicable: Office 365 Security & Compliance Center
342
+
343
+
Required: False
344
+
Position: Named
345
+
Default value: None
346
+
Accept pipeline input: False
347
+
Accept wildcard characters: False
348
+
```
349
+
270
350
### -Tooltip
271
351
The ToolTip parameter specifies the default tooltip and sensitivity label description that's seen by users. It the value contains spaces, enclose the value in quotation marks (").
0 commit comments