Skip to content

Commit 12a251b

Browse files
authored
Update overview.md
1 parent ce2d80b commit 12a251b

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

docs-conceptual/azureadps-1.0/overview.md

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,7 @@ Please note that we will begin to deprecate this module when the functionality o
99

1010
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.
1111

12-
Select the version you want from the [Azure Active Directory Connection download page](http://connect.microsoft.com/site1164/Downloads/DownloadDetails.aspx?DownloadID=59185), download its .msi file, and click **Run** to run the installer package.
13-
14-
**Important**
15-
16-
Effective October 20, 2014, the [Azure Active Directory Module for Windows PowerShell (32-bit version)](http://go.microsoft.com/fwlink/p/?linkid=236298) is discontinued.
17-
Support for the 32-bit version will no longer occur, and future updates to the Azure Active Directory Module will be released only for the 64-bit version.
18-
19-
We strongly recommend you install the 64-bit version to ensure future support and compatibility.
20-
21-
You can also access previous versions of the Azure AD module from the [Microsoft Azure Active Directory PowerShell Module Version Release History](http://social.technet.microsoft.com/wiki/contents/articles/28552.microsoft-azure-active-directory-powershell-module-version-release-history.aspx) on the TechNet Wiki.
22-
23-
24-
## Updating the Azure AD Module
25-
26-
You can run the **Get-Item** cmdlet to check the version of the DLL files of the module that you have currently installed:
27-
28-
```PowerShell
29-
(Get-item C:\Windows\System32\WindowsPowerShell\v1.0\Modules\MSOnline\Microsoft.Online.Administration.Automation.PSModule.dll).VersionInfo.FileVersion
30-
```
31-
32-
If the version number is lower than 1.0.8070.2, remove the existing version and re-install the module using the link in the previous section.
33-
Use **Add/Remove Programs** in Control Panel to remove **Azure Active Directory Module for Windows PowerShell**, or if you have an older installation, to remove **Microsoft Online Services Module for Windows PowerShell**.
34-
Uninstalling removes both the **MSOnline** and **MSOnlineExtended** modules.
35-
36-
The **Remove-Module** cmdlet removes the **MSOnline** cmdlets from the session but it does not uninstall the module.
37-
12+
You can install this module from the [PowerShell Gallery](https://www.powershellgallery.com/packages/MSOnline)
3813

3914
## Connect to Azure AD
4015

0 commit comments

Comments
 (0)