Sensitive Info Type
4 TopicsAccessing Content explorer data via SPN
Hi all, I am trying to get all the data from Content explorer for SITs matched files using https://learn.microsoft.com/en-us/powershell/module/exchange/export-contentexplorerdata?view=exchange-ps. I can run the command(Export-ContentExplorerData) when using User-Principle login but having issues while running it on SPN. For SPN Permissions, we followed the steps here https://learn.microsoft.com/en-us/powershell/exchange/app-only-auth-powershell-v2?view=exchange-ps assigned all the permissions on the page but still having issues when running the script. One of the permission for SPN that seems mandatory is Content Explorer Content viewer. Now in purview portal, we are not able to assign this permissions to SPN as it throws an errror "Adding SPN to purview role groups is not supported" Can we run this command(Export-ContentExplorerData) based on SPN(using application permission)? if yes what are the permission we need to assign to that SPN. Thanks in advanceSolved160Views0likes3Commentspassword match regex for sensitive info type
need to create regex for password match for combination of uppercase , lowercase ,numbers and special characters I use this regex ^(?=.*[A-Z])(?=.*[a-z])(?=.*\d)(?=.*[^a-zA-Z0-9]).{8,}$ but get below error Invalid regex detected. Please address the following errors: You cannot configure a pattern with groups or multiple match conditions like (.*, .+, .{0,n} or .{1,n}). Remove the group or the multiple match condition from the pattern to continue. Is this achievable in Microsoft sensitive info type regex pattern string match187Views0likes2CommentsDefault Sensitivity Label to be added to migrated files (from Local Network Server)
Hi Experts, We are migrating our file-sharing services from a local network file server to MS Teams/SPO. The requirement is to enable and give default sensitivity labels from the migrated files. Manually assigning sensitivity labels in over a TB of files is hectic and could be prone to error as well. MS Purview MIP labels and label policies are configured, however, at present, only new documents and/or revised files are only having the sensitivity labels assigned. Any suggestions, guide, and tips will be highly appreciated. Thanks, Rhey931Views1like5CommentsHow to use Purview Compliance Sensitive Info Types to scan data in Header/Footer of a document
Hello, I need to use Purview Compliance to detect a document based solely on information found in the Header/Footer of the document. I.e., if the header/footer of a document has the word "Pie" in it, it needs to be flagged. Is there a way to do this in Purview Compliance? I tried using a Sensitive Info Type but to no avail. Thanks!1.3KViews0likes2Comments