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 ApplyDynamicWatermarkingEnabled parameter enables dynamic watermarking for a specific label. This parameter works in conjunction with the DynamicWatermarkDisplay parameter. Valid values are:
459
+
460
+
- $true: Enables dynamic watermarking for a specific label.
461
+
- $false: Disables dynamic watermarking for a specific label.
462
+
463
+
```yaml
464
+
Type: System.Boolean
465
+
Parameter Sets: (All)
466
+
Aliases:
467
+
Applicable: Security & Compliance
468
+
469
+
Required: False
470
+
Position: Named
471
+
Default value: None
472
+
Accept pipeline input: False
473
+
Accept wildcard characters: False
474
+
```
475
+
455
476
### -ApplyWaterMarkingEnabled
456
477
The ApplyWaterMarkingEnabled parameter enables or disables the Apply Watermarking Header action for the label. Valid values are:
457
478
@@ -689,6 +710,25 @@ Accept pipeline input: False
689
710
Accept wildcard characters: False
690
711
```
691
712
713
+
### -DynamicWatermarkDisplay
714
+
The DynamicWatermarkDisplay parameter specifies the watermark text to display for a given label when the ApplyDynamicWatermarkingEnabled parameter is set to enabled. Besides free form text the following special tokens can be used to include user/device specific information in the watermark:
715
+
716
+
- ${Consumer.PrincipalName} - this token is required in the watermark text specification, the token will be replaced by the users' UPN
717
+
- ${Device.DateTime} - the token will be replaced with the current date/time of the device used to view the document
718
+
719
+
```yaml
720
+
Type: String
721
+
Parameter Sets: (All)
722
+
Aliases:
723
+
Applicable: Security & Compliance
724
+
725
+
Required: False
726
+
Position: Named
727
+
Default value: None
728
+
Accept pipeline input: False
729
+
Accept wildcard characters: False
730
+
```
731
+
692
732
### -EncryptionContentExpiredOnDateInDaysOrNever
693
733
The EncryptionContentExpiredOnDateInDaysOrNever parameter specifies when the encrypted content expires. Valid values are:
0 commit comments