Skip to content

Commit f638256

Browse files
committed
New/Set-Label udpates per TR
1 parent fc40f87 commit f638256

File tree

2 files changed

+12
-19
lines changed

2 files changed

+12
-19
lines changed

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

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ Accept wildcard characters: False
570570
```
571571

572572
### -EncryptionAipTemplateScopes
573-
{{ Fill EncryptionAipTemplateScopes Description }}
573+
The EncryptionAipTemplateScopes parameter specifies that the label is still published and usable in the AIP classic client. An example value is `"['[email protected]','[email protected]']"`.
574574

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

@@ -683,9 +683,7 @@ Accept wildcard characters: False
683683
```
684684

685685
### -EncryptionLinkedTemplateId
686-
{{ Fill EncryptionLinkedTemplateId Description }}
687-
688-
This parameter is meaningful only when the EncryptionEnabled parameter value is either $true or $false.
686+
This parameter is reserved for internal Microsoft use.
689687

690688
```yaml
691689
Type: String
@@ -719,13 +717,13 @@ Accept wildcard characters: False
719717
```
720718

721719
### -EncryptionPromptUser
722-
The EncryptionPromptUser parameter specifies whether set the label with user defined permissions. Valid values are:
720+
The EncryptionPromptUser parameter specifies whether to set the label with user defined permission in Word, Excel, and PowerPoint. Valid values are:
723721

724722
- $true: The label is set with user defined permissions in Word, Excel and PowerPoint.
725723

726724
- $false: The label is not set with user defined permissions in Word, Excel and PowerPoint.
727725

728-
This parameter is meaningful only when the EncryptionEnabled parameter value is either $true or $false.
726+
This parameter is meaningful only when the EncryptionEnabled parameter value is either $true or $false, and when the EncryptionProtectionType parameter value is UserDefined.
729727

730728
```yaml
731729
Type: System.Boolean
@@ -763,14 +761,7 @@ Accept wildcard characters: False
763761
```
764762

765763
### -EncryptionRightsDefinitions
766-
The EncryptionRightsDefinitions parameter specifies the rights users have when accessing protected. Valid values are:
767-
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).
764+
The EncryptionRightsDefinitions parameter specifies the rights users have when accessing protected. This parameter uses the syntax `Identity1:Rights1,Rights2;Identity2:Rights3,Rights4`. For example, `[email protected]:VIEW,EDIT;microsoft.com:VIEW`.
774765

775766
This parameter is meaningful only when the EncryptionEnabled parameter value is either $true or $false and the EncryptionProtectionType parameter value is Template.
776767

@@ -806,7 +797,9 @@ Accept wildcard characters: False
806797
```
807798

808799
### -EncryptionTemplateId
809-
This parameter is reserved for internal Microsoft use.
800+
The EncryptionTemplateId parameter links an existing Azure RMS template to a new label.
801+
802+
This parameter is meaningful only when the EncryptionEnabled parameter value is either $true or $false.
810803

811804
```yaml
812805
Type: String
@@ -856,9 +849,9 @@ Accept wildcard characters: False
856849
### -LocaleSettings
857850
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:
858851

859-
- Label display names: {"localeKey":"DisplayName","Settings":[{"Key":"en-us","Value":"English display name"},{"Key":"de-de","Value":"Deutscher Anzeigename"},{"Key":"es-es","Value":"Nombre para mostrar en español"}]}
852+
- Label display names: `{"localeKey":"DisplayName","Settings":[{"Key":"en-us","Value":"English display name"},{"Key":"de-de","Value":"Deutscher Anzeigename"},{"Key":"es-es","Value":"Nombre para mostrar en español"}]}`
860853

861-
- Label Tooltips: {"localeKey":"Tooltip","Settings":[{"Key":"en-us","Value":"English Tooltip"},{"Key":"de-de",Value":"Deutscher Tooltip"},{"Key":"es-es","Value":"Tooltip Español"}]}
854+
- Label Tooltips: `{"localeKey":"Tooltip","Settings":[{"Key":"en-us","Value":"English Tooltip"},{"Key":"de-de",Value":"Deutscher Tooltip"},{"Key":"es-es","Value":"Tooltip Español"}]}`
862855

863856
```yaml
864857
Type: MultiValuedProperty

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,9 @@ Accept wildcard characters: False
202202
### -LocaleSettings
203203
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):
204204
205-
- Label display names: {"localeKey":"DisplayName","Settings":[{"Key":"en-us","Value":"English display name"},{"Key":"de-de","Value":"Deutscher Anzeigename"},{"Key":"es-es","Value":"Nombre para mostrar en Español"}]}
205+
- Label display names: `{"localeKey":"DisplayName","Settings":[{"Key":"en-us","Value":"English display name"},{"Key":"de-de","Value":"Deutscher Anzeigename"},{"Key":"es-es","Value":"Nombre para mostrar en Español"}]}`
206206

207-
- Label Tooltips: {"localeKey":"Tooltip","Settings":[{"Key":"en-us","Value":"English Tooltip"},{"Key":"de-de","Value":"Deutscher Tooltip"},{"Key":"es-es","Value":"Tooltip Español"}]}
207+
- Label Tooltips: `{"localeKey":"Tooltip","Settings":[{"Key":"en-us","Value":"English Tooltip"},{"Key":"de-de","Value":"Deutscher Tooltip"},{"Key":"es-es","Value":"Tooltip Español"}]}`
208208

209209
```yaml
210210
Type: MultiValuedProperty

0 commit comments

Comments
 (0)