Skip to content

Commit 7d9e471

Browse files
committed
Updates
Added Preview notes, removed Device.DateTime, and copied changes to New-
1 parent 795f601 commit 7d9e471

File tree

2 files changed

+51
-1
lines changed

2 files changed

+51
-1
lines changed

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

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ New-Label [-Name] <String> -DisplayName <String> -Tooltip <String>
3737
[-ApplyContentMarkingHeaderFontSize <System.Int32>]
3838
[-ApplyContentMarkingHeaderMargin <System.Int32>]
3939
[-ApplyContentMarkingHeaderText <String>]
40+
[-ApplyDynamicWatermarkingEnabled <System.Boolean>]
4041
[-ApplyWaterMarkingEnabled <System.Boolean>]
4142
[-ApplyWaterMarkingFontColor <String>]
4243
[-ApplyWaterMarkingFontName <String>]
@@ -49,6 +50,7 @@ New-Label [-Name] <String> -DisplayName <String> -Tooltip <String>
4950
[-Confirm]
5051
[-ContentType <MipLabelContentType>]
5152
[-DefaultContentLabel <String>]
53+
[-DynamicWatermarkDisplay <String>]
5254
[-EncryptionAipTemplateScopes <String>]
5355
[-EncryptionContentExpiredOnDateInDaysOrNever <String>]
5456
[-EncryptionDoNotForward <System.Boolean>]
@@ -470,6 +472,29 @@ Accept pipeline input: False
470472
Accept wildcard characters: False
471473
```
472474

475+
### -ApplyDynamicWatermarkingEnabled
476+
**Note**: This parameter is currently in Public Preview, isn't available in all organizations, and is subject to change.
477+
478+
The ApplyDynamicWatermarkingEnabled parameter enables dynamic watermarking for a specific label that applies encryption. Valid values are:
479+
480+
- $true: Enables dynamic watermarking for a specific label.
481+
- $false: Disables dynamic watermarking for a specific label.
482+
483+
You set the watermark text with the DynamicWatermarkDisplay parameter. For more information about using dynamic watermarks for supported apps, see [Dynamic watermarks](https://learn.microsoft.com/purview/encryption-sensitivity-labels#dynamic-watermarks).
484+
485+
```yaml
486+
Type: System.Boolean
487+
Parameter Sets: (All)
488+
Aliases:
489+
Applicable: Security & Compliance
490+
491+
Required: False
492+
Position: Named
493+
Default value: None
494+
Accept pipeline input: False
495+
Accept wildcard characters: False
496+
```
497+
473498
### -ApplyWaterMarkingEnabled
474499
The ApplyWaterMarkingEnabled parameter enables or disables the Apply Watermarking Header action for the label. Valid values are:
475500

@@ -691,6 +716,28 @@ Accept pipeline input: False
691716
Accept wildcard characters: False
692717
```
693718

719+
### -DynamicWatermarkDisplay
720+
**Note**: This parameter is currently in Public Preview, isn't available in all organizations, and is subject to change.
721+
722+
The DynamicWatermarkDisplay parameter specifies the watermark text to display for a given label. This parameter supports text and the following special tokens:
723+
724+
- `${Consumer.PrincipalName}`: Required. The value is the user principal name (UPN) of the user.
725+
726+
This parameter is meaningful only when the ApplyDynamicWatermarkingEnabled parameter value is $true.
727+
728+
```yaml
729+
Type: String
730+
Parameter Sets: (All)
731+
Aliases:
732+
Applicable: Security & Compliance
733+
734+
Required: False
735+
Position: Named
736+
Default value: None
737+
Accept pipeline input: False
738+
Accept wildcard characters: False
739+
```
740+
694741
### -EncryptionAipTemplateScopes
695742
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]']"`.
696743

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,8 @@ Accept wildcard characters: False
455455
```
456456

457457
### -ApplyDynamicWatermarkingEnabled
458+
**Note**: This parameter is currently in Public Preview, isn't available in all organizations, and is subject to change.
459+
458460
The ApplyDynamicWatermarkingEnabled parameter enables dynamic watermarking for a specific label that applies encryption. Valid values are:
459461

460462
- $true: Enables dynamic watermarking for a specific label.
@@ -713,10 +715,11 @@ Accept wildcard characters: False
713715
```
714716

715717
### -DynamicWatermarkDisplay
718+
**Note**: This parameter is currently in Public Preview, isn't available in all organizations, and is subject to change.
719+
716720
The DynamicWatermarkDisplay parameter specifies the watermark text to display for a given label. This parameter supports text and the following special tokens:
717721

718722
- `${Consumer.PrincipalName}`: Required. The value is the user principal name (UPN) of the user.
719-
- `${Device.DateTime}`: Optional. The value is current date/time of the device used to view the document.
720723

721724
This parameter is meaningful only when the ApplyDynamicWatermarkingEnabled parameter value is $true.
722725

0 commit comments

Comments
 (0)