Login-AzureRmAccount y Select-AzureRmSubscription

He instalado AzureRm y el módulo Azure en el servidor de Windows 2012 R2. Puedo ejecutar otros cmdlets desde este módulo (por ejemplo, AddAzureRmAccount, Get-AzureRmSubscription) pero Login-AzureRmAccount y Select-AzureRmSubscription arrojan un error no reconocido:

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

Ya he intentado desinstalar, reinstalar y reiniciar la VM.

¿Qué estoy haciendo mal aquí? Si alguien ha resuelto esto antes, sugiera una solución.

Respuestas a la pregunta(2)

Su respuesta a la pregunta