Forum Discussion
Custom colors for Sensitivity Label's content marking in Purview
- Jan 28, 2025
You can choose custom color for your watermarking from PowerShell. First you create a sensitivity label with the available color then you need to:
1) connect to exchange online module on PowerShell
2) connect to IPPSsession module
3) Last, run the following commands (ensure whether it is a header, footer, or watermarking):Set-Label -Identity LABELNAME -ApplyContentMarkingHeaderFontColor "#EAA221"
Replace #EAA221 with the desired color hexadecimal
I hope this helps!
You can choose custom color for your watermarking from PowerShell. First you create a sensitivity label with the available color then you need to:
1) connect to exchange online module on PowerShell
2) connect to IPPSsession module
3) Last, run the following commands (ensure whether it is a header, footer, or watermarking):
Set-Label -Identity LABELNAME -ApplyContentMarkingHeaderFontColor "#EAA221"
Replace #EAA221 with the desired color hexadecimal
I hope this helps!