Hi David,
It is great article and thanks for writing this up. Do you have similar example for Unified labeling ? I created sensitivity labels and the policy that gets created is different compare to above mentioned settings.
I followed the instructions given under https://docs.microsoft.com/en-us/azure/information-protection/rms-client/clientv2-admin-guide-customizations#migrate-labels-from-secure-islands-and-other-labeling-solutionsfor unified labeling advanced settings.
I created the advanced settings using the
Set-Label -Identity Confidential -AdvancedSettings @{labelByCustomProperties="Titus label is Confidential,Classification,Confidential"}.
But I did not see the AIP label applying automatically neither in metadata nor on sensitivity label. If i try to save the doco AIP-ul client prompts me to choose one of the label where i had to choose the label manually.
I also tested the option to remove the footer added by our previous solution by using the below commands. This also not working.
Set-LabelPolicy -Identity Global default "-AdvancedSettings @{RemoveExternalContentMarkingInApp="WXP"}
Set-LabelPolicy -Identity Global -AdvancedSettings @{ExternalContentMarkingToRemove="*Classification*"}
Checked %AppData%\Local\Microsoft\MSIP\Logs but no useful info- to be honest i have no idea what i am looking for here
i am using current GA version of AIP-UL client - 2.5.33.0. users have M365 E3 assigned.
Any guidance with this will be much appreciated.