Login-AzureRmAccount e Select-AzureRmSubscription

Eu instalei o AzureRm e o módulo do Azure no Windows server 2012 R2. Posso executar outros cmdlets deste módulo (por exemplo, AddAzureRmAccount, Get-AzureRmSubscription), mas o Login-AzureRmAccount e Select-AzureRmSubscription estão lançando um erro não reconhecido:

Login-AzureRmAccount : The term 'Login-AzureRmAccount' is not recognized as the name of a cmdlet, function, script
file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct
and try again.
At line:1 char:1
+ Login-AzureRmAccount
+ ~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Login-AzureRmAccount:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Eu já tentei desinstalar, reinstalar e reiniciar a VM.

O que eu estou fazendo errado aqui? Se alguém já resolveu isso antes, sugira uma solução.

questionAnswers(2)

yourAnswerToTheQuestion