microsoft / Microsoft365DSC

Manages, configures, extracts and monitors Microsoft 365 tenant configurations
https://aka.ms/M365DSC
MIT License
1.53k stars 469 forks source link

Unable to export the Avanced DLP rules in Data loss Prevention #3005

Open TonyHei opened 1 year ago

TonyHei commented 1 year ago

we would like to export the DLP setting as backup, but i find the exported .ps1 was not content the action of Avanced DLP rules.

it will modify the mail header . but i try to check the configure on the exported ps1. it only content the name of the rules, but the Actions were missed.

i did choose below 2 Companents .
-Components @("SCDLPCompliancePolicy", "SCDLPComplianceRule")

andikrueger commented 1 year ago

Could you share a more detailed description of which DLP content you'd like to export? (e.g. Admin Portal Screenshot/PS cmdLet/...)

TonyHei commented 1 year ago

hi Andikrueger. we did some DLP policies in Compliance. those policy are using for "Exchange email". and it got Customize advanced DLP Rules with Conditions and Actions. as the attached pic. it got some remove header action and forward to specific mail address. i did export ("SCDLPCompliancePolicy", "SCDLPComplianceRule"). but seem the exported ps1 not including the detail of the action .

1

martincaddick commented 1 year ago

We use similar to modify the subject for outgoing emails that contain a specif8c sensitivity label.

image
jagatjb commented 8 months ago

When will this enhancement be implemented as we are in dire need of it ? Any ETA ?