exchange
3 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.5KViews0likes4CommentsMatching Content explorer exports in content search - Exchange
Hi I have been tasked with finding all cardholder data in our tenant. For SPO and onedrive I can search directly from content search (or ediscovery search) This is useful because we can export items for further investigation, and most importantly, at some point I will be asked to purge some results. I have managed to export the content explorer data for exchange using Export-ContentExplorerData powershell. The resulting csv however isnt very useful in tems of matching items in Exchange. The only 2 vaguely usefel fields are FileUrl, and FileName FileName contains contextual data sometimes several lines long, and contonaong characters that screw up a KQL keyword search, and returns too many results. The FileURL property seems to be a unique ID, but I cant seem to find this property anywhere else, especially in content search. Has anyone else faced a simliar situation?Solved712Views0likes2CommentsRemap existing retention labels on emails
There are tons of emails in multiple users outlook (M365) on which Retention Labels were applied. We've came up with a new set of retention labels now. Is there a script that can remap all the existing labels to the new ones by crawling through these emails? Any help is greatly appreciated! ThanksSolved511Views0likes1Comment