Skip to content

Commit 648cc22

Browse files
authored
Merge pull request #12048 from MicrosoftDocs/chrisda
Update Set-Label.md
2 parents 5b5d64c + 3fa720b commit 648cc22

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,9 @@ Accept wildcard characters: False
719719

720720
The DynamicWatermarkDisplay parameter specifies the watermark text to display for a given label. This parameter supports text and the following special tokens:
721721

722-
- `${Consumer.PrincipalName}`: Required. The value is the user principal name (UPN) of the user.
722+
- **"\`${Consumer.PrincipalName}**": Required. The value is the user principal name (UPN) of the user.
723+
724+
**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).
723725

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

0 commit comments

Comments
 (0)