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
> MSOnline is planned for deprecation. For more details on the deprecation plans, see the [deprecation update](https://techcommunity.microsoft.com/t5/azure-active-directory-identity/azure-ad-change-management-simplified/ba-p/2967456). You can start trying [Microsoft Graph PowerShell](/powershell/microsoftgraph/overview) to interact with Azure AD as you would in MSOnline. 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](../azureadps-2.0/migration-faq.yml).
19
+
> MSOnline 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/microsoft-entra-new-feature-and-change-announcements/ba-p/3796396). 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](../azureadps-2.0/migration-faq.yml).
20
20
21
-
You can use the Azure Active Directory module for Windows PowerShell cmdlets for Azure AD administrative tasks such as user management, domain management and for configuring single sign-on.
21
+
You can use MSOnline cmdlets for Azure AD administrative tasks such as user management, domain management and for configuring single sign-on.
22
22
This topic includes information about how to install these cmdlets for use with your directory.
23
23
24
-
Please note that we will begin to deprecate this module when the functionality of this module is migrated to the [Azure Active Directory PowerShell for Graph](/powershell/azure/active-directory/install-adv2?view=azureadps-2.0&preserve-view=true). We advise customers who are creating new PowerShell scripts to use the newer module instead of this module.
24
+
## Install MSOnline
25
25
26
-
## Install the Azure AD Module
26
+
The MSOnline module is supported on the following Windows operating systems with the default version of Microsoft .NET Framework and Windows PowerShell: Windows 8.1, Windows 8, Windows 7, Windows Server 2012 R2, Windows Server 2012, or Windows Server 2008 R2.
27
27
28
-
The Azure AD Module is supported on the following Windows operating systems with the default version of Microsoft .NET Framework and Windows PowerShell: Windows 8.1, Windows 8, Windows 7, Windows Server 2012 R2, Windows Server 2012, or Windows Server 2008 R2.
29
-
30
-
You can install this module from the [PowerShell Gallery](https://www.powershellgallery.com/packages/MSOnline)
28
+
You can install this module from the [PowerShell Gallery](https://www.powershellgallery.com/packages/MSOnline).
Copy file name to clipboardexpand all lines: docs-conceptual/azureadps-2.0-preview/install-adv2.md
+17-11
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,30 @@
1
1
---
2
2
services: active-directory
3
-
documentationcenter: ''
3
+
description: Learn how to install the Azure AD PowerShell module.
4
4
title: 'Install AzureAD Preview'
5
5
ms.service: active-directory
6
6
ms.workload: identity
7
7
ms.tgt_pltfrm: na
8
8
ms.devlang: powershell
9
9
ms.topic: article
10
10
ms.date: 07/10/2017
11
-
ms.author: rodejo
11
+
ms.author: eunicewaweru
12
12
ms.custom: posh-docs-conceptual
13
-
ms.reviewer: rodejo
13
+
ms.reviewer: stevemutungi
14
14
---
15
15
# Azure Active Directory PowerShell for Graph
16
16
17
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 than the MSOL cmdlets which are part of the MSOnline PowerShell module.
18
18
19
-
The Azure AD PowerShell for Graph module has two versions: a Public preview version and a General Availability 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 and a General Availability version. It is **not recommended** to use the Public Preview version for production scenarios.
20
+
20
21
The Azure AD PowerShell for Graph preview module can be downloaded from the PowerShell Gallery at the [AzureADPreview](https://www.powershellgallery.com/packages/AzureADPreview) page.
21
-
The Azure AD PowerShell for Graph General Availability module can be downloaded from the PowerShell Gallery at the [AzureAD](https://www.powershellgallery.com/packages/AzureAD) page.
22
+
23
+
The Azure AD PowerShell for Graph General Availability module can be downloaded from the PowerShell Gallery at the [AzureAD](https://www.powershellgallery.com/packages/AzureAD) page.
22
24
23
25
## Installing the Azure AD Module
24
26
25
-
The Azure AD PwerShell for Graph Module is supported on the following Windows operating systems with the default version of Microsoft .NET Framework and Windows PowerShell: Windows 8.1, Windows 8, Windows 7, Windows Server 2012 R2, Windows Server 2012, or Windows Server 2008 R2.
27
+
The Azure AD PowerShell for Graph Module is supported on the following Windows operating systems with the default version of Microsoft .NET Framework and Windows PowerShell: Windows 8.1, Windows 8, Windows 7, Windows Server 2012 R2, Windows Server 2012, or Windows Server 2008 R2.
26
28
27
29
If your computer has all the prerequisites for the installation, to install the General Availability version of the module on your computer you can run
28
30
@@ -39,25 +41,28 @@ Install-module AzureADPreview
39
41
Note that you cannot install both the preview version and the GA version on the same computer at the same time.
40
42
41
43
### About the PowerShell Gallery
44
+
42
45
The Azure AD module is distributed using the PowerShell gallery. Installing items from the Gallery requires the latest version of the PowerShellGet module, which is available in Windows 10, in Windows Management Framework (WMF) 5.0, or in the MSI-based installer (for PowerShell 3 and 4).
46
+
43
47
-[**Get Windows 10**](https://go.microsoft.com/fwlink/?LinkID=624830&clcid=0x409),
44
48
-[**Get WMF 5.0**](https://go.microsoft.com/fwlink/?LinkId=398175), or
With the latest [PowerShellGet](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409) module, you can:
48
52
49
-
+ Search through items in the Gallery with [**Find-Module**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409) and [**Find-Script**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409)
50
-
+ Save items to your system from the Gallery with [**Save-Module**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409) and [**Save-Script**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409)
51
-
+ Install items from the Gallery with [**Install-Module**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409) and [**Install-Script**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409)
52
-
+ Upload items to the Gallery with [**Publish-Module**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409) and [**Publish-Script**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409)
53
-
+ Add your own custom repository with [**Register-PSRepository**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409)
53
+
- Search through items in the Gallery with [**Find-Module**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409) and [**Find-Script**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409)
54
+
- Save items to your system from the Gallery with [**Save-Module**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409) and [**Save-Script**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409)
55
+
- Install items from the Gallery with [**Install-Module**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409) and [**Install-Script**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409)
56
+
- Upload items to the Gallery with [**Publish-Module**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409) and [**Publish-Script**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409)
57
+
- Add your own custom repository with [**Register-PSRepository**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409)
54
58
55
59
Check out the [Getting Started](https://www.powershellgallery.com/) page for more information on how to use PowerShellGet commands with the Gallery. You can also run *Update-Help -Module PowerShellGet* to install local help for these commands.
56
60
57
61
### Supported Operating Systems
58
62
59
63
The **PowerShellGet** module requires **PowerShell 3.0 or newer**.
60
64
Therefore, **PowerShellGet** requires one of the following operating systems:
65
+
61
66
- Windows 10
62
67
- Windows 8.1 Pro
63
68
- Windows 8.1 Enterprise
@@ -85,6 +90,7 @@ To update the version of the Azure AD PowerShell module on your computer, re-run
This command checks the PowerShell gallery to see if a newer version is available and installs it on your computer if the version on the PowerShell Gallery is newer than the one installed on your computer.
Copy file name to clipboardexpand all lines: docs-conceptual/azureadps-2.0-preview/overview.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,13 @@ ms.service: active-directory
5
5
ms.workload: identity
6
6
ms.topic: overview
7
7
ms.date: 07/10/2017
8
-
ms.author: rodejo
8
+
ms.author: eunicewaweru
9
9
ms.custom: posh-docs-conceptual
10
10
---
11
11
# Azure Active Directory PowerShell for Graph
12
12
13
13
>[!IMPORTANT]
14
-
> Azure AD PowerShell is planned for deprecation. For more details on the deprecation plans, see the [deprecation update](https://techcommunity.microsoft.com/t5/azure-active-directory-identity/azure-ad-change-management-simplified/ba-p/2967456). You can start trying [Microsoft Graph PowerShell](/powershell/microsoftgraph/overview) to interact with Azure AD as you would in Azure AD PowerShell. 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](../azureadps-2.0/migration-faq.yml).
14
+
> 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/microsoft-entra-new-feature-and-change-announcements/ba-p/3796396). 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](../azureadps-2.0/migration-faq.yml).
15
15
16
16
Azure Active Directory PowerShell for Graph (Azure AD PowerShell) is a module IT Pros commonly use to manage their Azure Active Directory. The cmdlets in the Azure AD PowerShell module enable you to retrieve data from the directory, create new objects in the directory, update existing objects, remove objects, as well as configure the directory and its features.
17
17
@@ -30,4 +30,4 @@ Module | Description
30
30
------ | -----------
31
31
[AzureAD](/powershell/module/azuread?view=azureadps-2.0&preserve-view=true) | Azure Active Directory PowerShell for Graph
Copy file name to clipboardexpand all lines: docs-conceptual/azureadps-2.0/overview.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,13 @@ ms.service: active-directory
5
5
ms.workload: identity
6
6
ms.topic: overview
7
7
ms.date: 07/10/2017
8
-
ms.author: rodejo
8
+
ms.author: eunicewaweru
9
9
ms.custom: posh-docs-conceptual
10
10
---
11
11
# Azure Active Directory PowerShell for Graph
12
12
13
13
>[!IMPORTANT]
14
-
> Azure AD Powershell is planned to be deprecated on June 30, 2023. For more details on the deprecation plans, see the [deprecation update](https://techcommunity.microsoft.com/t5/microsoft-entra-azure-ad-blog/microsoft-entra-change-announcements-september-2022-train/ba-p/2967454). You can start trying [Microsoft Graph PowerShell](/powershell/microsoftgraph/overview) to interact with Azure AD as you would in Azure AD PowerShell. 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).
14
+
> 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/microsoft-entra-new-feature-and-change-announcements/ba-p/3796396). 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).
15
15
16
16
Azure Active Directory PowerShell for Graph (Azure AD PowerShell) is a module IT Pros commonly use to manage their Azure Active Directory. The cmdlets in the Azure AD PowerShell module enable you to retrieve data from the directory, create new objects in the directory, update existing objects, remove objects, as well as configure the directory and its features.
17
17
@@ -30,4 +30,5 @@ Module | Description
30
30
------ | -----------
31
31
[AzureAD](/powershell/module/azuread?view=azureadps-2.0&preserve-view=true) | Azure Active Directory PowerShell for Graph
0 commit comments