Skip to content

Commit 4da0ef2

Browse files
authored
Merge pull request #11982 from MicrosoftDocs/DynWat-chrisda
DynWat-chrisda to Main
2 parents 2288b07 + 4ff6e95 commit 4da0ef2

File tree

2 files changed

+94
-0
lines changed

2 files changed

+94
-0
lines changed

exchange/exchange-ps/exchange/New-Label.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ New-Label [-Name] <String> -DisplayName <String> -Tooltip <String>
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>]
@@ -49,6 +50,7 @@ New-Label [-Name] <String> -DisplayName <String> -Tooltip <String>
4950
[-Confirm]
5051
[-ContentType <MipLabelContentType>]
5152
[-DefaultContentLabel <String>]
53+
[-DynamicWatermarkDisplay <String>]
5254
[-EncryptionAipTemplateScopes <String>]
5355
[-EncryptionContentExpiredOnDateInDaysOrNever <String>]
5456
[-EncryptionDoNotForward <System.Boolean>]
@@ -470,6 +472,29 @@ Accept pipeline input: False
470472
Accept wildcard characters: False
471473
```
472474

475+
### -ApplyDynamicWatermarkingEnabled
476+
**Note**: This parameter is currently in Public Preview, isn't available in all organizations, and is subject to change.
477+
478+
The ApplyDynamicWatermarkingEnabled parameter enables dynamic watermarking for a specific label that applies encryption. Valid values are:
479+
480+
- $true: Enables dynamic watermarking for a specific label.
481+
- $false: Disables dynamic watermarking for a specific label.
482+
483+
You set the watermark text with the DynamicWatermarkDisplay parameter. For more information about using dynamic watermarks for supported apps, see [Dynamic watermarks](https://learn.microsoft.com/purview/encryption-sensitivity-labels#dynamic-watermarks).
484+
485+
```yaml
486+
Type: System.Boolean
487+
Parameter Sets: (All)
488+
Aliases:
489+
Applicable: Security & Compliance
490+
491+
Required: False
492+
Position: Named
493+
Default value: None
494+
Accept pipeline input: False
495+
Accept wildcard characters: False
496+
```
497+
473498
### -ApplyWaterMarkingEnabled
474499
The ApplyWaterMarkingEnabled parameter enables or disables the Apply Watermarking Header action for the label. Valid values are:
475500

@@ -691,6 +716,28 @@ Accept pipeline input: False
691716
Accept wildcard characters: False
692717
```
693718

719+
### -DynamicWatermarkDisplay
720+
**Note**: This parameter is currently in Public Preview, isn't available in all organizations, and is subject to change.
721+
722+
The DynamicWatermarkDisplay parameter specifies the watermark text to display for a given label. This parameter supports text and the following special tokens:
723+
724+
- `${Consumer.PrincipalName}`: Required. The value is the user principal name (UPN) of the user.
725+
726+
This parameter is meaningful only when the ApplyDynamicWatermarkingEnabled parameter value is $true.
727+
728+
```yaml
729+
Type: String
730+
Parameter Sets: (All)
731+
Aliases:
732+
Applicable: Security & Compliance
733+
734+
Required: False
735+
Position: Named
736+
Default value: None
737+
Accept pipeline input: False
738+
Accept wildcard characters: False
739+
```
740+
694741
### -EncryptionAipTemplateScopes
695742
The EncryptionAipTemplateScopes parameter specifies that the label is still published and usable in the AIP classic client. An example value is `"['[email protected]','[email protected]']"`.
696743

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

Lines changed: 47 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,29 @@ Accept pipeline input: False
452454
Accept wildcard characters: False
453455
```
454456

457+
### -ApplyDynamicWatermarkingEnabled
458+
**Note**: This parameter is currently in Public Preview, isn't available in all organizations, and is subject to change.
459+
460+
The ApplyDynamicWatermarkingEnabled parameter enables dynamic watermarking for a specific label that applies encryption. Valid values are:
461+
462+
- $true: Enables dynamic watermarking for a specific label.
463+
- $false: Disables dynamic watermarking for a specific label.
464+
465+
You set the watermark text with the DynamicWatermarkDisplay parameter. For more information about using dynamic watermarks for supported apps, see [Dynamic watermarks](https://learn.microsoft.com/purview/encryption-sensitivity-labels#dynamic-watermarks).
466+
467+
```yaml
468+
Type: System.Boolean
469+
Parameter Sets: (All)
470+
Aliases:
471+
Applicable: Security & Compliance
472+
473+
Required: False
474+
Position: Named
475+
Default value: None
476+
Accept pipeline input: False
477+
Accept wildcard characters: False
478+
```
479+
455480
### -ApplyWaterMarkingEnabled
456481
The ApplyWaterMarkingEnabled parameter enables or disables the Apply Watermarking Header action for the label. Valid values are:
457482

@@ -689,6 +714,28 @@ Accept pipeline input: False
689714
Accept wildcard characters: False
690715
```
691716

717+
### -DynamicWatermarkDisplay
718+
**Note**: This parameter is currently in Public Preview, isn't available in all organizations, and is subject to change.
719+
720+
The DynamicWatermarkDisplay parameter specifies the watermark text to display for a given label. This parameter supports text and the following special tokens:
721+
722+
- `${Consumer.PrincipalName}`: Required. The value is the user principal name (UPN) of the user.
723+
724+
This parameter is meaningful only when the ApplyDynamicWatermarkingEnabled parameter value is $true.
725+
726+
```yaml
727+
Type: String
728+
Parameter Sets: (All)
729+
Aliases:
730+
Applicable: Security & Compliance
731+
732+
Required: False
733+
Position: Named
734+
Default value: None
735+
Accept pipeline input: False
736+
Accept wildcard characters: False
737+
```
738+
692739
### -EncryptionContentExpiredOnDateInDaysOrNever
693740
The EncryptionContentExpiredOnDateInDaysOrNever parameter specifies when the encrypted content expires. Valid values are:
694741

0 commit comments

Comments
 (0)