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
Copy file name to clipboardExpand all lines: azureadps-2.0/AzureAD/migrate/New-AzureADGroupAppRoleAssignment.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ This article provides migration details from New-AzureADGroupAppRoleAssignment c
30
30
View more [details on permissions](/graph/api/group-post-approleassignments#permissions).
31
31
32
32
> [!NOTE]
33
-
> As a best practice, we recommend creating app role assignments through the [`appRoleAssignedTo` relationship of the _resource_ service principal](serviceprincipal-post-approleassignedto.md), instead of the `appRoleAssignments` relationship of the assigned user, group, or service principal.
33
+
> As a best practice, we recommend creating app role assignments through the [`appRoleAssignedTo` relationship of the _resource_ service principal](/graph/api/serviceprincipal-post-approleassignedto), instead of the `appRoleAssignments` relationship of the assigned user, group, or service principal.
Copy file name to clipboardExpand all lines: docs-conceptual/azureadps-2.0/install-adv2.md
+12-9Lines changed: 12 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,24 @@
1
1
---
2
2
title: 'Install AzureAD PowerShell for Graph'
3
-
description: This provides a guide on the installation process of the Azure AD PowerShell module.
3
+
description: Installation guidance for the Azure AD PowerShell module.
4
4
ms.service: active-directory
5
5
ms.workload: identity
6
6
ms.topic: overview
7
-
ms.date: 02/08/2022
8
-
ms.author: rodejo
7
+
ms.date: 12/16/2023
8
+
ms.author: eunicewaweru
9
9
ms.custom: posh-docs-conceptual
10
-
ms.reviewer: rodejo
10
+
ms.reviewer: stevemutungi
11
11
---
12
12
# Install Azure Active Directory PowerShell for Graph
13
13
14
+
>[!IMPORTANT]
15
+
> Azure AD Powershell is planned for deprecation on **March 30, 2024**. For more details on the deprecation plans, see the [deprecation update](https://techcommunity.microsoft.com/t5/microsoft-entra-azure-ad-blog/important-azure-ad-graph-retirement-and-powershell-module/ba-p/3848270). We encourage you to continue migrating to [Microsoft Graph PowerShell](/powershell/microsoftgraph/overview), which is the recommended module for interacting with Azure AD. In addition, Microsoft Graph PowerShell allows you access to all Microsoft Graph APIs and is available on PowerShell 7. For answers to frequent migration queries, see the [Migration FAQ](migration-faq.yml).
16
+
14
17
You can use the Azure Active Directory PowerShell module version for Graph for Azure AD administrative tasks such as user management, domain management and for configuring single sign-on. The cmdlets listed here are different from the MSOnline cmdlets which are part of Azure Active Directory PowerShell version 1.0.
15
18
16
-
The Azure AD PowerShell for Graph module has two versions: a Public Preview version and a General Availability (GA) version. It is not recommended to use the Public Preview version for production scenarios.
19
+
The Azure AD PowerShell for Graph module has two versions: a Public Preview version and a General Availability (GA) version. It isn't recommended to use the Public Preview version for production scenarios.
17
20
18
-
To download the modules from the PowerShell Gallery use the following;
21
+
Download the modules from the PowerShell Gallery use the following;
To update the version of the Azure AD PowerShell module on your computer, re-run the **Install-Module** cmdlet:
112
+
To update the version of the Azure AD PowerShell module on your computer, rerun the **Install-Module** cmdlet:
110
113
111
114
```PowerShell
112
115
Install-Module AzureADPreview
@@ -116,7 +119,7 @@ This command checks the PowerShell gallery to see if a newer version is availabl
116
119
## Connect to Azure AD
117
120
118
121
Before you can run any of the cmdlets discussed in this article, you must first connect to your online service.
119
-
To do so, run the cmdlet **Connect-AzureAD** at the Windows PowerShell command prompt. You will then be prompted for your credentials. If you want, you can supply your credentials in advance, for example:
122
+
To do so, run the cmdlet **Connect-AzureAD** at the Windows PowerShell command prompt. You'll then be prompted for your credentials. If you want, you can supply your credentials in advance, for example:
0 commit comments