Azure Login Error for windows PowerShell

1

Data: azure sdk downloaded

Windows: 10

Error logging into azure by powershell:

How to fix this error?

    
asked by anonymous 30.11.2017 / 18:40

1 answer

1

Azure module failed to install in your PowerShell - run with Administrator privileges.

PS> Get-Module PowerShellGet -list | Select-Object Name,Version,Path
PS> Install-Module Azure

See the complete documentation here: Installation of the Azure PowerShell module

    
04.12.2017 / 11:08