Skip to content

Update cannot-manage-objects.md #1781

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions support/entra/entra-id/user-prov-sync/cannot-manage-objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,20 @@ You want to manage objects in Office 365, Azure, or Intune and you no longer wan

[!INCLUDE [Azure AD PowerShell deprecation note](~/../support/reusable-content/msgraph-powershell/includes/aad-powershell-deprecation-note.md)]

1. If you're not running Windows 10, install the 64-bit version of the Microsoft Online Services Sign-in Assistant: [Microsoft Online Services Sign-in Assistant for IT Professionals RTW](https://download.microsoft.com/download/7/1/E/71EF1D05-A42C-4A1F-8162-96494B5E615C/msoidcli_32bit.msi).
1. If you're not running Windows 10, install the 64-bit version of the Microsoft Online Services Sign-in Assistant: [Microsoft Online Services Sign-in Assistant for IT Professionals RTW](https://download.microsoft.com/download/7/1/E/71EF1D05-A42C-4A1F-8162-96494B5E615C/msoidcli_64bit.msi).

1. Install the Microsoft Azure Active Directory module for Windows PowerShell:
1. Open an elevated Windows PowerShell command prompt (run Windows PowerShell as an administrator)
2. Run the following command:
```powershell
Install-Module MSOnline
```

1. Open an elevated Windows PowerShell command prompt (run Windows PowerShell as an administrator).
2. Run the `Install-Module MSOnline` command.
1. Connect to Microsoft cloud service running the following command:

```powershell
Connect-MsolService
```

1. Disable directory synchronization by running the following command:

Expand Down