Skip to content

Commit 72197e4

Browse files
authored
Update cannot-manage-objects.md
1 parent 8a571f5 commit 72197e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You want to manage objects in Office 365, Azure, or Intune and you no longer wan
3636

3737
1. Make sure that [Microsoft Graph PowerShell is installed](/powershell/microsoftgraph/installation).
3838
1. Use the `Connect-MgGraph` command to sign in with the required scopes such as `Organization.ReadWrite.All`. For more information, see [Get started with the Microsoft Graph PowerShell SDK](/powershell/microsoftgraph/get-started).
39-
1. Disable directory synchronization by running the [update-mgorganization](/powershell/module/microsoft.graph.identity.directorymanagement/update-mgorganization) command.
39+
1. Disable directory synchronization by running the [Update-MgOrganization](/powershell/module/microsoft.graph.identity.directorymanagement/update-mgorganization) command.
4040

4141
```powershell
4242
$organizationId = (Get-MgOrganization).Id
@@ -53,13 +53,13 @@ You want to manage objects in Office 365, Azure, or Intune and you no longer wan
5353
Get-MgOrganization | Select OnPremisesSyncEnabled
5454
```
5555
56-
This command will return **True** or ***False**. Continue to run this command periodically until it returns **False**, and then go to the next step.
56+
This command will return **True** or **False**. Continue to run this command periodically until it returns **False**, and then go to the next step.
5757
5858
It may take 72 hours for deactivation to be completed. The time depends on the number of objects that are in your cloud service subscription account.
5959
6060
1. Try to update an object by using Windows PowerShell or by using the cloud service portal.
6161
62-
Step 4 may take a while to be completed. There's a process in the cloud service environment that computes attribute values. The process must be completed before the objects can be changed by using Windows PowerShell or by using the cloud service portal.
62+
Step 3 may take a while to be completed. There's a process in the cloud service environment that computes attribute values. The process must be completed before the objects can be changed by using Windows PowerShell or by using the cloud service portal.
6363
6464
### You delete an object from an on-premises AD DS. However, the object isn't deleted from your cloud service subscription account
6565

0 commit comments

Comments
 (0)