Forum Discussion
Reinier SPRUIJT
Jun 11, 2018Copper Contributor
Trying to Install-Module AzureAD but Get-PSRepository "WARNING: Unable to find module repositories."
I am running PSVersion 5.1.16299.431 and have set my proxy using NetSH WinHTTP Set Proxy proxy-server="my.proxy.server" I would like to "Install the preview version of the Azure Active Directory ...
- Jun 18, 2020
I followed this article, and the "Microsoft way" didn't work. I needed to execute the second block of commands:
[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12 Register-PSRepository -Default -Verbose Set-PSRepository -Name "PSGallery" -InstallationPolicy Trusted
Mitch_C
Jun 26, 2018Copper Contributor
Hi Reinier,
Are you able to make a connection through Powershell with Msol service.
You may find it easier, using the method outline in the following article.
https://docs.microsoft.com/en-us/office365/enterprise/powershell/connect-to-office-365-powershell
The same method can be used to connect to and install AzureAD, which is covered in the article.
Are you able to make a connection through Powershell with Msol service.
You may find it easier, using the method outline in the following article.
https://docs.microsoft.com/en-us/office365/enterprise/powershell/connect-to-office-365-powershell
The same method can be used to connect to and install AzureAD, which is covered in the article.