Skip to content

Commit 05d9171

Browse files
authored
Update cannot-manage-objects.md
1 parent 191cdae commit 05d9171

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

support/entra/entra-id/user-prov-sync/cannot-manage-objects.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ You want to manage objects in Office 365, Azure, or Intune and you no longer wan
4343
$organizationId = (Get-MgOrganization).Id
4444
4545
# Store the False value for the DirSyncEnabled Attribute
46-
$params = @{
47-
onPremisesSyncEnabled = $False
48-
}
49-
50-
# Perform the update
51-
Update-MgOrganization -OrganizationId $organizationId -BodyParameter $params
46+
$params = @{
47+
onPremisesSyncEnabled = $False
48+
}
49+
50+
# Perform the update
51+
Update-MgOrganization -OrganizationId $organizationId -BodyParameter $params
5252
```
5353
5454
1. Check that directory synchronization was fully disabled. To do it, run the following command:

0 commit comments

Comments
 (0)