Skip to content

Commit ceda3e4

Browse files
authored
Update Set-Label.md
1 parent 40d5066 commit ceda3e4

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

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

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

457457
### -ApplyDynamicWatermarkingEnabled
458-
The ApplyDynamicWatermarkingEnabled parameter enables dynamic watermarking for a specific label. This parameter works in conjunction with the DynamicWatermarkDisplay parameter. Valid values are:
458+
The ApplyDynamicWatermarkingEnabled parameter enables dynamic watermarking for a specific label. Valid values are:
459459

460460
- $true: Enables dynamic watermarking for a specific label.
461461
- $false: Disables dynamic watermarking for a specific label.
462462

463+
You set the watermark text with the DynamicWatermarkDisplay parameter.
464+
463465
```yaml
464466
Type: System.Boolean
465467
Parameter Sets: (All)
@@ -711,10 +713,12 @@ Accept wildcard characters: False
711713
```
712714

713715
### -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:
716+
The DynamicWatermarkDisplay parameter specifies the watermark text to display for a given label. This parameter supports text and the following special tokens:
717+
718+
- `${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.
715720

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
721+
This parameter is meaningful only when the ApplyDynamicWatermarkingEnabled parameter value is $true.
718722

719723
```yaml
720724
Type: String

0 commit comments

Comments
 (0)