Forum Discussion
MaximSokoloff
Mar 30, 2022Brass Contributor
AIP - show label bar by default in Office apps, but let the user decide? Part 2
Hi Everyone, found this topic https://techcommunity.microsoft.com/t5/security-compliance-and-identity/aip-turn-the-label-bar-on-off-by-default-in-office-apps-but-let/m-p/807863 but still not clear h...
- Mar 30, 2022
You can't show the bar without the labeling client. The config of the bar is part of the labeling client, not built-in unified labeling.
You Connect -ExchangeOnline and then Connect -IPPSSession and then use the Set-Label cmdlet.(edit)
Set-LabelPolicy -Identity <enter GUID> -AdvancedSettings @{HideBarByDefault="False"}
Mar 30, 2022
You can't show the bar without the labeling client. The config of the bar is part of the labeling client, not built-in unified labeling.
You Connect -ExchangeOnline and then Connect -IPPSSession and then use the Set-Label cmdlet.
(edit)
Set-LabelPolicy -Identity <enter GUID> -AdvancedSettings @{HideBarByDefault="False"}