July 2017
Intermediate to advanced
648 pages
31h 9m
English
DLP policies are collections of mail flow rules (also known as transport rules) that contain specific conditions, actions, and exceptions that filter messages and attachments based on their content.
After creating our first DLP policy, we can easily check which rules were created for it by using the Get-TransportRule cmdlet:

We can further expand on each rule to find out what exactly they do by looking at their MessageContainsDataClassifications property:
(Get-TransportRule "U.K. Financial: Scan email sent outside - high count").MessageContainsDataClassifications
In the preceding screenshot, we can see that the "U.K. Financial: ...
Read now
Unlock full access