Forum Discussion
dilanmic
Sep 05, 2021MCT
Email should be the same AIP classification or higher classification than the Attachment
Hi All,
I have a requirement of ensuring that an email has the same classification or higher classification than the attachment attached. I was wondering that whether we can achieve this on AIP. (automatically/manually detect a possible AIP classification already included in an attachment and set the classification for the email accordingly).
As an example, if attachment has classified as a confidential, email has to be classified as a confidential too. if email is classified as a public, it won't be sent.
I highly doubt whether we can achieve this using AIP Microsoft or not. so I would appreciate the help!
Thanks,
Dilan
3 Replies
- Hi All,
[update]
I have found below link from Microsoft and I was able to classify an email with highest label the after had followed the below link. However users are still able to remove the label or select a different label before sending the email. I was wondering whether we can stop remove or change the label by user?
https://docs.microsoft.com/en-us/azure/information-protection/rms-client/clientv2-admin-guide-customizations#for-email-messages-with-attachments-apply-a-label-that-matches-the-highest-classification-of-those-attachments
Thanks,
Dilan- tanuj27Copper ContributorHi All,
Do we have a command to apply the feature to all the configured label Policies at once and command to un-do the changes if required.
Currently, we have this commad, mentioned in the document:
Set-LabelPolicy -Identity Global -AdvancedSettings @{AttachmentAction="Automatic"}
It seems that we need to run the above command multiple times to achieve the use case for all the label policies.
Thanks,
Tanuj- I had to go through each policy.