O365-Admin-Center
O365-Admin-Center copied to clipboard
Azure online Link broken.
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.
Awesome! It worked. Yup, good to go.
Thanks, Noah [email protected]
On Fri, Aug 17, 2018 at 11:11 AM dustinduse [email protected] 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 .
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.