We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
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.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: