Skip to content

Commit 3a34b2f

Browse files
Merge pull request #296871 from TimShererWithAquent/us402106-12
368370 PowerShell rebrand
2 parents baf2e9b + 062e0ae commit 3a34b2f

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

articles/automation/automation-use-azure-ad.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article tells how to use Microsoft Entra ID within Azure Autom
44
services: automation
55
ms.date: 09/09/2024
66
ms.topic: how-to
7-
ms.custom: devx-track-azurepowershell, has-azure-ad-ps-ref
7+
ms.custom: devx-track-azurepowershell, no-azure-ad-ps-ref
88
---
99

1010
# Use Microsoft Entra ID to authenticate to Azure
@@ -19,18 +19,13 @@ You can enable Microsoft Entra ID through the following PowerShell modules:
1919

2020
* 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).
2121

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.
2823

2924
### Preinstallation
3025

3126
Before installing the Microsoft Entra modules on your computer:
3227

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.
3429

3530
* Uninstall the Microsoft Online Services Sign-In Assistant to ensure correct operation of the new PowerShell modules.
3631

@@ -43,18 +38,18 @@ Before installing the Microsoft Entra modules on your computer:
4338

4439
2. Install AzureRM and/or Az using instructions in [Install Azure PowerShell on Windows with PowerShellGet](/powershell/azure/install-azure-powershell).
4540

46-
### Install the MSOnline module
41+
### Install the module
4742

4843
>[!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).
5045
5146
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.
5247

5348
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).
5449

5550
3. Run Windows PowerShell as an administrator to create an elevated Windows PowerShell command prompt.
5651

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).
5853

5954
5. If you're prompted to install the NuGet provider, type Y and press ENTER.
6055

0 commit comments

Comments
 (0)