You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ApplyBrandingTemplate parameter specifies an action for the DLP rule that applies a custom branding template for messages encrypted by Microsoft Purview Message Encryption. You identify the custom branding template by name. If the name contains spaces, enclose the name in quotation marks (").
477
+
478
+
Use the EnforcePortalAccess parameter to control whether external users are required to use the encrypted message portal to view encrypted messages.
479
+
480
+
```yaml
481
+
Type: String
482
+
Parameter Sets: (All)
483
+
Aliases:
484
+
Applicable: Security & Compliance
485
+
486
+
Required: False
487
+
Position: Named
488
+
Default value: None
489
+
Accept pipeline input: False
490
+
Accept wildcard characters: False
491
+
```
492
+
473
493
### -ApplyHtmlDisclaimer
474
494
The ApplyHtmlDisclaimer parameter specifies an action for the rule that adds disclaimer text to messages.This parameter uses the syntax: `@{Text = "Disclaimer text"; Location = <Append | Prepend>; FallbackAction = <Wrap | Ignore | Reject> }`.
475
495
@@ -957,6 +977,25 @@ Accept pipeline input: False
957
977
Accept wildcard characters: False
958
978
```
959
979
980
+
### -EnforcePortalAccess
981
+
The EnforcePortalAccess parameter specifies whether external recipients are required to view encrypted mail using the encrypted message portal when the ApplyBrandingTemplate action is also specified. Valid values are:
982
+
983
+
- $true: External recipients are required to use the encrypted message portal to view encrypted messages.
984
+
- $false: External recipients aren't required to use the encrypted message portal. Outlook can decrypt messages inline.
985
+
986
+
```yaml
987
+
Type: Boolean
988
+
Parameter Sets: (All)
989
+
Aliases:
990
+
Applicable: Security & Compliance
991
+
992
+
Required: False
993
+
Position: Named
994
+
Default value: None
995
+
Accept pipeline input: False
996
+
Accept wildcard characters: False
997
+
```
998
+
960
999
### -ExceptIfAccessScope
961
1000
The ExceptIfAccessScopeAccessScope parameter specifies an exception for the DLP rule that's based on the access scope of the content. The rule isn't applied to content that matches the specified access scope. Valid values are:
The ApplyBrandingTemplate parameter specifies an action for the DLP rule that applies a custom branding template for messages encrypted by Microsoft Purview Message Encryption. You identify the custom branding template by name. If the name contains spaces, enclose the name in quotation marks (").
408
+
409
+
Use the EnforcePortalAccess parameter to control whether external users are required to use the encrypted message portal to view encrypted messages.
410
+
411
+
```yaml
412
+
Type: String
413
+
Parameter Sets: (All)
414
+
Aliases:
415
+
Applicable: Security & Compliance
416
+
417
+
Required: False
418
+
Position: Named
419
+
Default value: None
420
+
Accept pipeline input: False
421
+
Accept wildcard characters: False
422
+
```
423
+
404
424
### -ApplyHtmlDisclaimer
405
425
The ApplyHtmlDisclaimer parameter specifies an action for the rule that adds disclaimer text to messages.This parameter uses the syntax: `@{Text = "Disclaimer text"; Location = <Append | Prepend>; FallbackAction = <Wrap | Ignore | Reject> }`.
406
426
@@ -888,6 +908,25 @@ Accept pipeline input: False
888
908
Accept wildcard characters: False
889
909
```
890
910
911
+
### -EnforcePortalAccess
912
+
The EnforcePortalAccess parameter specifies whether external recipients are required to view encrypted mail using the encrypted message portal when the ApplyBrandingTemplate action is also specified. Valid values are:
913
+
914
+
- $true: External recipients are required to use the encrypted message portal to view encrypted messages.
915
+
- $false: External recipients aren't required to use the encrypted message portal. Outlook can decrypt messages inline.
916
+
917
+
```yaml
918
+
Type: Boolean
919
+
Parameter Sets: (All)
920
+
Aliases:
921
+
Applicable: Security & Compliance
922
+
923
+
Required: False
924
+
Position: Named
925
+
Default value: None
926
+
Accept pipeline input: False
927
+
Accept wildcard characters: False
928
+
```
929
+
891
930
### -ExceptIfAccessScope
892
931
The ExceptIfAccessScopeAccessScope parameter specifies an exception for the DLP rule that's based on the access scope of the content. The rule isn't applied to content that matches the specified access scope. Valid values are:
0 commit comments