Microsoft Purview DLP Extends to Microsoft 365 Copilot

As organizations increasingly adopt Microsoft 365 Copilot to enhance productivity and collaboration, ensuring the security of corporate data becomes more and more important. Microsoft Purview Data Loss Prevention (DLP) offers a robust solution to safeguard sensitive information. Purview's new and upcoming DLP capabilities can soon help secure your organization's use of Copilot even better. Microsoft Purview Data Loss Prevention (DLP) is expanding its capabilities to support Microsoft 365 Copilot. This enhancement will allow DLP policies to identify sensitive documents using sensitivity labels and exclude them from processing in Microsoft 365 Copilot Business Chat. The feature will be available for customers who already have E5 (or equivalent) licenses together with copilot licenses. Information protection admins can then create policies that will include Microsoft Copilot in addition to all of the existing services. The preview started in late November, and it should be availab...

Get-userandpolicy V_1 released

I have been working on a deployment lately, where I was tasked with identifying policies and if any of these could be removed after a huge migration.

This could all be done through CSCP, but the task was slow and "painful". I decided to find a quicker way to complete the job. And sure enough. A couple of hours creating some code, made the task so much easier.

This was not the first deployment I had to do policy management and cleanup, and I do not think it's going to be the last. So I decided to make a script of the code and publish it. Get-userandpolicy is the end result of my work.

I have made it available on the Technet Gallery, so if you need a quick way to get an overview over your policies and users assigned to them you are welcome to download and try it: Get-userandpolicy

As always, feedback and suggestions appreciated ;)