Skip to content

Commit 083d90d

Browse files
committed
writing edits
1 parent 37e2ba7 commit 083d90d

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
@@ -76,7 +76,7 @@ If you’re receiving a Request_BadRequest error, it's because the settings alre
7676
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.
79-
1. Set the EnableMIPLabels property variable as instructed: `$Setting["EnableMIPLabels"] = "True"`
79+
1. Set the EnableMIPLabels property variable: `$Setting["EnableMIPLabels"] = "True"`
8080
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

0 commit comments

Comments
 (0)