Skip to content

DateTime DW Updates #12086

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions exchange/exchange-ps/exchange/New-Label.md
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,7 @@ Accept wildcard characters: False
The DynamicWatermarkDisplay parameter specifies the watermark text to display for a given label. This parameter supports text and the following special tokens:

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

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

Expand Down
1 change: 1 addition & 0 deletions exchange/exchange-ps/exchange/Set-Label.md
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,7 @@ Accept wildcard characters: False
The DynamicWatermarkDisplay parameter specifies the watermark text to display for a given label. This parameter supports text and the following special tokens:

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

**Tip** The back quotation mark character ( \` ) is required as an escape character for the dollar sign character ( $ ) in PowerShell. For more information, see [Escape characters in Exchange PowerShell](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax#escape-characters-in-exchange-powershell).

Expand Down