Skip to content

Commit 40d5066

Browse files
authored
Add dynamic watermarking parameters to Set-Label
Add documentation for the -ApplyDynamicWatermarking and -DynamicWatermarkDisplay parameters of the Set-Label command.
1 parent 1bc5f75 commit 40d5066

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

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

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Set-Label [-Identity] <ComplianceRuleIdParameter>
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>]
@@ -50,6 +51,7 @@ Set-Label [-Identity] <ComplianceRuleIdParameter>
5051
[-ContentType <MipLabelContentType>]
5152
[-DefaultContentLabel <String>]
5253
[-DisplayName <String>]
54+
[-DynamicWatermarkDisplay <String>]
5355
[-EncryptionContentExpiredOnDateInDaysOrNever <String>]
5456
[-EncryptionDoNotForward <System.Boolean>]
5557
[-EncryptionDoubleKeyEncryptionUrl <String>]
@@ -452,6 +454,25 @@ Accept pipeline input: False
452454
Accept wildcard characters: False
453455
```
454456

457+
### -ApplyDynamicWatermarkingEnabled
458+
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+
455476
### -ApplyWaterMarkingEnabled
456477
The ApplyWaterMarkingEnabled parameter enables or disables the Apply Watermarking Header action for the label. Valid values are:
457478

@@ -689,6 +710,25 @@ Accept pipeline input: False
689710
Accept wildcard characters: False
690711
```
691712

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+
692732
### -EncryptionContentExpiredOnDateInDaysOrNever
693733
The EncryptionContentExpiredOnDateInDaysOrNever parameter specifies when the encrypted content expires. Valid values are:
694734

0 commit comments

Comments
 (0)