Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>After reviewing Microsoft's TechNet article <a href="https://technet.microsoft.com/en-us/library/jj151815.aspx#sectionSection1" rel="noreferrer">"Azure Active Directory Cmdlets" -> section "Install the Azure AD Module"</a>, it seems that this process has been drastically simplified, thankfully.</p> <p>As of 2016/06/30, in order to successfully execute the PowerShell commands <code>Import-Module MSOnline</code> and <code>Connect-MsolService</code>, you will need to install the following applications (64-bit only):</p> <ol> <li>Applicable Operating Systems: Windows 7 to 10<br> Name: "Microsoft Online Services Sign-in Assistant for IT Professionals RTW"<br> Version: <code>7.250.4556.0</code> (latest)<br> Installer URL: <a href="https://www.microsoft.com/en-us/download/details.aspx?id=41950" rel="noreferrer">https://www.microsoft.com/en-us/download/details.aspx?id=41950</a><br> Installer file name: <code>msoidcli_64.msi</code> </li> <li>Applicable Operating Systems: Windows 7 to 10<br> Name: "Windows Azure Active Directory Module for Windows PowerShell"<br> Version: Unknown but the latest installer file's SHA-256 hash is <code>D077CF49077EE133523C1D3AE9A4BF437D220B16D651005BBC12F7BDAD1BF313</code><br> Installer URL: <a href="https://technet.microsoft.com/en-us/library/dn975125.aspx" rel="noreferrer">https://technet.microsoft.com/en-us/library/dn975125.aspx</a><br> Installer file name: <code>AdministrationConfig-en.msi</code> </li> <li>Applicable Operating Systems: Windows 7 <strong>only</strong><br> Name: "Windows PowerShell 3.0"<br> Version: <code>3.0</code> (later versions will probably work too)<br> Installer URL: <a href="https://www.microsoft.com/en-us/download/details.aspx?id=34595" rel="noreferrer">https://www.microsoft.com/en-us/download/details.aspx?id=34595</a><br> Installer file name: <code>Windows6.1-KB2506143-x64.msu</code> </li> </ol> <p>&nbsp;</p> <p><a href="https://i.stack.imgur.com/GzkHY.png" rel="noreferrer"><img src="https://i.stack.imgur.com/GzkHY.png" alt="enter image description here"></a> <a href="https://i.stack.imgur.com/86oTd.png" rel="noreferrer"><img src="https://i.stack.imgur.com/86oTd.png" alt="enter image description here"></a> <a href="https://i.stack.imgur.com/0YgOT.png" rel="noreferrer"><img src="https://i.stack.imgur.com/0YgOT.png" alt="enter image description here"></a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload