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 V1.1 released

I just updated my get-userandpolicy script at the Technet Gallery (here)

This version of the script can edit the assigned policy of multiple users with a few simple clicks.

Here is an example of how I edited my own voice policy in our demo system:

First I run the .\get-userandpolicy.ps1 -changepolicy -voice policy:


Next, i am presented with a gridview of all my voice enabled users, and I selected two of them:


After selecting my users, I press ok. Next I am presented with a new gridview. This time with all my policies:


I selected the policy I wanted to switch to, and pressed ok. Then, watch the verbose output:


In the end, I ran the script again, but with the -listuser switch, to verify the change was executed:


Hope you find my script ant tool useful. Please let me know if you find any bugs or have any suggestions on improvements.