bwya77 / O365-Admin-Center

The O365 Admin Center is a GUI application that administrators can use to administer every aspect of Office 365 including Exchange Online, Compliance Center, SharePoint and Skype for Business.
Other
300 stars 69 forks source link

Azure online Link broken. #10

Open dustinduse opened 5 years ago

dustinduse commented 5 years ago

Microsoft has changed some things. The link http://go.microsoft.com/fwlink/p/?linkid=236297 no longer leads to what it should. I did however find the new method to install.

In Powershell run Install-Module -Name AzureAD and Install-Module MSOnline

Then you are good to go.

noahldavis commented 5 years ago

Awesome! It worked. Yup, good to go.

Thanks, Noah noah@purplestudios.com

On Fri, Aug 17, 2018 at 11:11 AM dustinduse notifications@github.com wrote:

Microsoft has changed some things. The link http://go.microsoft.com/fwlink/p/?linkid=236297 no longer leads to what it should. I did however find the new method to install.

In Powershell run Install-Module -Name AzureAD and Install-Module MSOnline

Then you are good to go.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bwya77/O365-Admin-Center/issues/10, or mute the thread https://github.com/notifications/unsubscribe-auth/AP3X622GmqEvz-hiXCBkB3iwk_POe-z1ks5uRt0fgaJpZM4WBu6d .

boomschtick commented 5 years ago

If Install-Module does not work, then you can install this update. https://www.microsoft.com/en-us/download/details.aspx?id=51451 (PackageManagement PowerShell Modules)

I think it has something to do with the version of PowerShell you are using, but it worked great after I installed that.