Share via

Microsoft purview Enabling NewUnifiedGroupWriteBackDefault -

prasantc 996 Reputation points
2024-09-03T02:43:10.1266667+00:00

I need to create and publish labelling policy targeting emails, Teams and site. Currently, the Teams and site option are grayed out during the label creation process.

In order to enable label for Teams and site, the unified feature has to be enabled with the following PS commands -

power$Setting = $grpUnifiedSetting

$grpUnifiedSetting.Values

$Setting["EnableMIPLabels"] = "True"

Get-AzureADDirectorySettingTemplate

$TemplateId = (Get-AzureADDirectorySettingTemplate | where { $_.DisplayName -eq "Group.Unified" }).Id

$Template = Get-AzureADDirectorySettingTemplate | where -Property Id -Value $TemplateId -EQ

$Setting = $Template.CreateDirectorySetting()

$Setting["EnableMIPLabels"] = "True"

$Setting.Values

Does enabling unified label for the entire tenant has any issues or re-percussion on any of the old poli y in Exchange? Or it can be enabled without impacting any other 365 services? Or it cannot be rolled back one it is enabled?

Microsoft 365 and Office | Install, redeem, activate | For business | Windows
Microsoft Teams | Microsoft Teams for business | Other
Microsoft Security | Microsoft Purview

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.