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: docs-conceptual/azureadps-2.0-preview/install-adv2.md
+11-7
Original file line number
Diff line number
Diff line change
@@ -16,15 +16,15 @@ ms.reviewer: stevemutungi
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 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
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.
22
22
23
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.
24
24
25
25
## Installing the Azure AD Module
26
26
27
-
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.
28
28
29
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
30
30
@@ -41,25 +41,28 @@ Install-module AzureADPreview
41
41
Note that you cannot install both the preview version and the GA version on the same computer at the same time.
42
42
43
43
### About the PowerShell Gallery
44
+
44
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
+
45
47
-[**Get Windows 10**](https://go.microsoft.com/fwlink/?LinkID=624830&clcid=0x409),
46
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:
50
52
51
-
+ 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)
52
-
+ 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)
53
-
+ 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)
54
-
+ 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)
55
-
+ 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)
56
58
57
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.
58
60
59
61
### Supported Operating Systems
60
62
61
63
The **PowerShellGet** module requires **PowerShell 3.0 or newer**.
62
64
Therefore, **PowerShellGet** requires one of the following operating systems:
65
+
63
66
- Windows 10
64
67
- Windows 8.1 Pro
65
68
- Windows 8.1 Enterprise
@@ -87,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.
0 commit comments