Skip to content

Commit ca989a6

Browse files
committed
New/Set-Label revisions per TR
1 parent a75d3d1 commit ca989a6

File tree

2 files changed

+105
-24
lines changed

2 files changed

+105
-24
lines changed

exchange/exchange-ps/exchange/New-Label.md

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Accept wildcard characters: False
110110
```
111111
112112
### -DisplayName
113-
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.
114114
115115
```yaml
116116
Type: String
@@ -126,7 +126,7 @@ Accept wildcard characters: False
126126
```
127127
128128
### -AdvancedSettings
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 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).
130130
131131
```yaml
132132
Type: PswsHashtable
@@ -570,7 +570,7 @@ Accept wildcard characters: False
570570
```
571571

572572
### -EncryptionAipTemplateScopes
573-
???
573+
{{ Fill EncryptionAipTemplateScopes Description }}
574574

575575
This parameter is meaningful only when the EncryptionEnabled parameter value is either $true or $false.
576576

@@ -631,9 +631,7 @@ Accept wildcard characters: False
631631
```
632632

633633
### -EncryptionDoubleKeyEncryptionUrl
634-
???
635-
636-
This parameter is meaningful only when the EncryptionEnabled parameter value is either $true or $false.
634+
This parameter is reserved for internal Microsoft use.
637635

638636
```yaml
639637
Type: String
@@ -669,13 +667,7 @@ Accept wildcard characters: False
669667
```
670668

671669
### -EncryptionEncryptOnly
672-
The EncryptionEncryptOnly parameter specifies whether the Encrypt Only template is applied. Value values are:
673-
674-
- $true: The Encrypt Only template is applied.
675-
676-
- $false: The Encrypt Only template is no applied.
677-
678-
This parameter is meaningful only when the EncryptionEnabled parameter value is either $true or $false.
670+
This parameter is reserved for internal Microsoft use.
679671

680672
```yaml
681673
Type: System.Boolean
@@ -691,7 +683,7 @@ Accept wildcard characters: False
691683
```
692684

693685
### -EncryptionLinkedTemplateId
694-
???
686+
{{ Fill EncryptionLinkedTemplateId Description }}
695687

696688
This parameter is meaningful only when the EncryptionEnabled parameter value is either $true or $false.
697689

@@ -727,7 +719,11 @@ Accept wildcard characters: False
727719
```
728720

729721
### -EncryptionPromptUser
730-
???
722+
The EncryptionPromptUser parameter specifies whether set the label with user defined permissions. Valid values are:
723+
724+
- $true: The label is set with user defined permissions in Word, Excel and PowerPoint.
725+
726+
- $false: The label is not set with user defined permissions in Word, Excel and PowerPoint.
731727

732728
This parameter is meaningful only when the EncryptionEnabled parameter value is either $true or $false.
733729

@@ -767,9 +763,16 @@ Accept wildcard characters: False
767763
```
768764

769765
### -EncryptionRightsDefinitions
770-
???
766+
The EncryptionRightsDefinitions parameter specifies the rights users have when accessing protected. Valid values are:
771767

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.
773776

774777
```yaml
775778
Type: String
@@ -785,7 +788,7 @@ Accept wildcard characters: False
785788
```
786789

787790
### -EncryptionRightsUrl
788-
???
791+
The EncryptionRightsUrl parameter specifies the URL for hold your own key (HYOK) protection.
789792

790793
This parameter is meaningful only when the EncryptionEnabled parameter value is either $true or $false.
791794

@@ -803,9 +806,7 @@ Accept wildcard characters: False
803806
```
804807

805808
### -EncryptionTemplateId
806-
???
807-
808-
This parameter is meaningful only when the EncryptionEnabled parameter value is either $true or $false.
809+
This parameter is reserved for internal Microsoft use.
809810

810811
```yaml
811812
Type: String
@@ -821,7 +822,7 @@ Accept wildcard characters: False
821822
```
822823

823824
### -Identity
824-
This parameter is reserved for internal Microsoft use.
825+
The Identity parameter is used to migrate an existing Azure Information Protection label by specifying a GUID value.
825826

826827
```yaml
827828
Type: MasterIdParameter

exchange/exchange-ps/exchange/Set-Label.md

Lines changed: 82 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,22 @@ Accept pipeline input: False
111111
Accept wildcard characters: False
112112
```
113113
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+
114130
### -Confirm
115131
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.
116132
@@ -132,7 +148,7 @@ Accept wildcard characters: False
132148
```
133149
134150
### -Disabled
135-
The disabled parameter specifies whether to enable or disable the sensitivity label. Valid values are:
151+
The Disabled parameter specifies whether to enable or disable the sensitivity label. Valid values are:
136152
137153
- $true: The label is disabled.
138154
@@ -152,7 +168,7 @@ Accept wildcard characters: False
152168
```
153169
154170
### -DisplayName
155-
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.
156172
157173
```yaml
158174
Type: String
@@ -167,6 +183,22 @@ Accept pipeline input: False
167183
Accept wildcard characters: False
168184
```
169185
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+
170202
### -LocaleSettings
171203
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):
172204
@@ -187,6 +219,22 @@ Accept pipeline input: False
187219
Accept wildcard characters: False
188220
```
189221
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+
190238
### -NextLabel
191239
This parameter is reserved for internal Microsoft use.
192240
@@ -267,6 +315,38 @@ Accept pipeline input: False
267315
Accept wildcard characters: False
268316
```
269317
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+
270350
### -Tooltip
271351
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 (").
272352

0 commit comments

Comments
 (0)