auto-apply
2 TopicsExamples of "subject matches patterns" regular expression when auto-applying sensitivity label
Hello, I'm trying to auto-apply a sensitivity label to Exchange content (a specific user mailbox) where the rule is defined by a "subject matches patterns" condition. Microsoft requires a regular expression here. The emails I'm trying to apply the label to all have the words "Litigation Hold" in the subject line. I've tried to capture these using the following regular expressions but none have worked: (?:Litigation Hold), \bLitigation Hold\b, \sLitigation Hold\s, ^(?:Litigation Hold)$, Litigation Hold. What syntax is Microsoft looking for here? Any help or examples would be appreciated, thank you.Solved1.8KViews0likes4CommentsWhy does an auto-apply retention policy have to be pushed through powershell weekly?
Our auto-apply retention policy only takes affect when our IT admin pushes it through PowerShell. Once the admin pushes, the policy takes affect the following week. But then it stops applying after that. New files are added, weeks go by, and the policy does not take affect unless we push the policy through PowerShell again. Why is this necessary? Context In Purview, we are using the auto-apply policy to apply a retention label to all files of content type 0x0101* (query = ContentTypeId:0x0101*). (We found this works for all files, whereas, applying something like "ContentType:Document" doesn't work at all.) Any insight or suggestions would be helpful. Thank you.494Views0likes0Comments