Skip to content

Commit 37e2ba7

Browse files
committed
writing edits
1 parent 4afef12 commit 37e2ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/enterprise-users/groups-assign-sensitivity-labels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ If you’re receiving a Request_BadRequest error, it's because the settings alre
7777
1. Repeat steps 1-4 from [Enable sensitivity label support in PowerShell](#enable-sensitivity-label-support-in-powershell).
7878
1. Issue a `Get-AzureADDirectorySetting | FL` cmdlet and check the ID. If several ID values are present, use the one where you see the EnableMIPLabels property on the Values settings. You will need the ID in step 4.
7979
1. Set the EnableMIPLabels property variable as instructed: `$Setting["EnableMIPLabels"] = "True"`
80-
1. Don;t issue the `New-AzureADDirectorySetting -DirectorySetting $setting` cmdlet, but instead use `Set-AzureADDirectorySetting -DirectorySetting $Setting -ID`. Use the ID that you retrieved in step 2.
80+
1. Issue the `Set-AzureADDirectorySetting -DirectorySetting $Setting -ID` cmdlet, using the ID that you retrieved in step 2.
8181
1. Ensure that the value is now correctly updated by issuing `$Setting.Values` again.
8282
8383
You will also need to synchronize your sensitivity labels to Azure AD. For instructions, see [How to enable sensitivity labels for containers and synchronize labels](/microsoft-365/compliance/sensitivity-labels-teams-groups-sites#how-to-enable-sensitivity-labels-for-containers-and-synchronize-labels).

0 commit comments

Comments
 (0)