Forum Discussion

Kavish's avatar
Kavish
Copper Contributor
Jan 27, 2025
Solved

Custom colors for Sensitivity Label's content marking in Purview

We have implemented Sensitivity labels at our org, which also contains content markings for each label. But Microsoft Purview Compliance Portal only allows us to choose from Black, Yellow, Blue, Gree...
  • Joseph-Berbary's avatar
    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!

Resources