From 9191e9c7bb262f8ebe5b77338f5262f1d866c9bd Mon Sep 17 00:00:00 2001 From: brenle Date: Fri, 23 May 2025 16:34:25 -0400 Subject: [PATCH 1/4] Update New-DlpCompliancePolicy.md --- exchange/exchange-ps/exchange/New-DlpCompliancePolicy.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/exchange/exchange-ps/exchange/New-DlpCompliancePolicy.md b/exchange/exchange-ps/exchange/New-DlpCompliancePolicy.md index 2e9adf6795..02c39b26da 100644 --- a/exchange/exchange-ps/exchange/New-DlpCompliancePolicy.md +++ b/exchange/exchange-ps/exchange/New-DlpCompliancePolicy.md @@ -296,7 +296,11 @@ Accept wildcard characters: False ``` ### -EnforcementPlanes -{{ Fill EnforcementPlanes Description }} +The EnforcementPlanes parameter defines the layer where policy actions are executed. + +Currently, the only supported enforcement plane is `"Entra"`, for use with policies applied to an Entra-registered enterprise application in the organization. + +To configure EnforcementPlanes, specify as an array, for example `-EnforcementPlanes @("Entra")`. ```yaml Type: MultiValuedProperty From 309738aa31cd848e27bbc4bbbf63c4c5a50ba044 Mon Sep 17 00:00:00 2001 From: brenle Date: Fri, 23 May 2025 16:35:32 -0400 Subject: [PATCH 2/4] Update Set-DlpCompliancePolicy.md --- exchange/exchange-ps/exchange/Set-DlpCompliancePolicy.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/exchange/exchange-ps/exchange/Set-DlpCompliancePolicy.md b/exchange/exchange-ps/exchange/Set-DlpCompliancePolicy.md index 936383181b..178dc94965 100644 --- a/exchange/exchange-ps/exchange/Set-DlpCompliancePolicy.md +++ b/exchange/exchange-ps/exchange/Set-DlpCompliancePolicy.md @@ -572,7 +572,11 @@ Accept wildcard characters: False ``` ### -EnforcementPlanes -{{ Fill EnforcementPlanes Description }} +The EnforcementPlanes parameter defines the layer where policy actions are executed. + +Currently, the only supported enforcement plane is `"Entra"`, for use with policies applied to an Entra-registered enterprise application in the organization. + +To configure EnforcementPlanes, specify as an array, for example `-EnforcementPlanes @("Entra")`. ```yaml Type: MultiValuedProperty From 6ed0568f905dcbd19ea58f40278cd7b2d300ac70 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Fri, 23 May 2025 17:39:44 -0700 Subject: [PATCH 3/4] Update New-DlpCompliancePolicy.md --- exchange/exchange-ps/exchange/New-DlpCompliancePolicy.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/exchange/exchange-ps/exchange/New-DlpCompliancePolicy.md b/exchange/exchange-ps/exchange/New-DlpCompliancePolicy.md index 02c39b26da..6f9c54bfdf 100644 --- a/exchange/exchange-ps/exchange/New-DlpCompliancePolicy.md +++ b/exchange/exchange-ps/exchange/New-DlpCompliancePolicy.md @@ -296,11 +296,11 @@ Accept wildcard characters: False ``` ### -EnforcementPlanes -The EnforcementPlanes parameter defines the layer where policy actions are executed. +The EnforcementPlanes parameter defines the layer where policy actions are run. This parameter uses the following syntax: -Currently, the only supported enforcement plane is `"Entra"`, for use with policies applied to an Entra-registered enterprise application in the organization. +`-EnforcementPlanes @("")`. -To configure EnforcementPlanes, specify as an array, for example `-EnforcementPlanes @("Entra")`. +Currently, the only supported value is Entra, for use with policies applied to an Entra-registered enterprise application in the organization. ```yaml Type: MultiValuedProperty From 0e95ba0966107c45b6528fa9301f63262cc1c736 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Fri, 23 May 2025 17:40:43 -0700 Subject: [PATCH 4/4] Update Set-DlpCompliancePolicy.md --- exchange/exchange-ps/exchange/Set-DlpCompliancePolicy.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/exchange/exchange-ps/exchange/Set-DlpCompliancePolicy.md b/exchange/exchange-ps/exchange/Set-DlpCompliancePolicy.md index 178dc94965..5383ebf2fa 100644 --- a/exchange/exchange-ps/exchange/Set-DlpCompliancePolicy.md +++ b/exchange/exchange-ps/exchange/Set-DlpCompliancePolicy.md @@ -572,11 +572,11 @@ Accept wildcard characters: False ``` ### -EnforcementPlanes -The EnforcementPlanes parameter defines the layer where policy actions are executed. +The EnforcementPlanes parameter defines the layer where policy actions are run. This parameter uses the following syntax: -Currently, the only supported enforcement plane is `"Entra"`, for use with policies applied to an Entra-registered enterprise application in the organization. +`-EnforcementPlanes @("")`. -To configure EnforcementPlanes, specify as an array, for example `-EnforcementPlanes @("Entra")`. +Currently, the only supported value is Entra, for use with policies applied to an Entra-registered enterprise application in the organization. ```yaml Type: MultiValuedProperty