Trying to install the Azure AD Module or MS Online module, Power Shell returns the next error:
WARNING: Unable to download from URI 'https://go.microsoft.com/fwlink/?LinkID=627338&clcid=0x409' to ''.
WARNING: Unable to download the list of available providers. Check your internet connection.
PackageManagement\Install-PackageProvider : No match was found for the specified search criteria for the provider
'NuGet'. The package provider requires 'PackageManagement' and 'Provider' tags. Please check if the specified package
has the tags.
At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\1.0.0.1\PSModule.psm1:7405 char:21
+ ... $null = PackageManagement\Install-PackageProvider -Name $script:N ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (Microsoft.Power...PackageProvider:InstallPackageProvider) [Install-Pac
kageProvider], Exception
Possible TLS socket connection issue trying to download the module
Troubleshooting Installation Issues for Azure AD and Microsoft Online Modules on Windows Server:
Check Prerequisites:
Download the Modules:
Install the Modules:
Install-Module -Name AzureAD
Install-Module -Name MSOnline
Check Execution Policy:
Get-ExecutionPolicy
Set-ExecutionPolicy RemoteSigned
Internet Access and Firewall:
TLS 1.2 Configuration:
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Attempt Module Installation Again:
Revert TLS Protocol Settings (Optional):
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls
Testing:
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. 이용 약관 개인정보 보호정책 Cookie Preference Center