Install-Module : The term 'Install-Module' is not recognized as the name of a cmdlet

后端 未结 10 939
刺人心
刺人心 2020-12-14 05:50

I was trying to install Azure using Install-Module Azure in PowerShell. I got the following error:

PS C:\\Windows\\system32> Install-Module A         


        
10条回答
  •  醉话见心
    2020-12-14 06:32

    Another GUI based option to fix this error is to download the PackageManagement PowerShell Modules (msi installer) from Microsoft website and install the modules.

    Once this is installed you will not get "'Install-Module' is not recognized as the name of a cmdlet" error.

提交回复
热议问题