You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -19,18 +19,13 @@ You can enable Microsoft Entra ID through the following PowerShell modules:
19
19
20
20
* Azure Active Directory PowerShell for Graph (AzureRM and Az modules). Azure Automation ships with the AzureRM module and its recent upgrade, the Az module. Functionality includes non-interactive authentication to Azure using Microsoft Entra user (OrgId) credential-based authentication. See [Microsoft Entra ID 2.0.2.76](https://www.powershellgallery.com/packages/AzureAD/2.0.2.76).
21
21
22
-
* Microsoft Entra ID for Windows PowerShell (MSOnline module). This module enables interactions with Microsoft Online, including Microsoft 365.
23
-
24
-
>[!NOTE]
25
-
>PowerShell Core does not support the MSOnline module. To use the module cmdlets, you must run them from Windows PowerShell. You're encouraged to use the newer Azure Active Directory PowerShell for Graph modules instead of the MSOnline module.
26
-
27
-
[!INCLUDE [Azure AD PowerShell deprecation note](~/reusable-content/msgraph-powershell/includes/aad-powershell-deprecation-note.md)]
22
+
* Microsoft Entra ID for Windows PowerShell. This module enables interactions with Microsoft Online, including Microsoft 365.
28
23
29
24
### Preinstallation
30
25
31
26
Before installing the Microsoft Entra modules on your computer:
32
27
33
-
* Uninstall any previous versions of the AzureRM/Az module and the MSOnline module.
28
+
* Uninstall any previous versions of the AzureRM/Az module and the retired MSOnline module.
34
29
35
30
* Uninstall the Microsoft Online Services Sign-In Assistant to ensure correct operation of the new PowerShell modules.
36
31
@@ -43,18 +38,18 @@ Before installing the Microsoft Entra modules on your computer:
43
38
44
39
2. Install AzureRM and/or Az using instructions in [Install Azure PowerShell on Windows with PowerShellGet](/powershell/azure/install-azure-powershell).
45
40
46
-
### Install the MSOnline module
41
+
### Install the module
47
42
48
43
>[!NOTE]
49
-
>To install the MSOnline module, you must be a member of an admin role. See [About admin roles](/microsoft-365/admin/add-users/about-admin-roles).
44
+
>To install the module, you must be a member of an admin role. See [About admin roles](/microsoft-365/admin/add-users/about-admin-roles).
50
45
51
46
1. Ensure that the Microsoft .NET Framework 3.5.x feature is enabled on your computer. It's likely that your computer has a newer version installed, but backward compatibility with older versions of the .NET Framework can be enabled or disabled.
52
47
53
48
2. Install the 64-bit version of the [Microsoft Online Services Sign-in Assistant](/microsoft-365/enterprise/connect-to-microsoft-365-powershell?view=o365-worldwide&preserve-view=true#step-1-install-the-required-software-1).
54
49
55
50
3. Run Windows PowerShell as an administrator to create an elevated Windows PowerShell command prompt.
56
51
57
-
4. Deploy Microsoft Entra ID from [MSOnline 1.0](https://www.powershellgallery.com/packages/MSOnline/1.0).
52
+
4. Deploy Microsoft Entra ID from [Microsoft.Entra](https://www.powershellgallery.com/packages/Microsoft.Entra/1.0.4).
58
53
59
54
5. If you're prompted to install the NuGet provider, type Y and press ENTER.
0 commit comments