Install-Module: Le terme 'Install-Module' n'est pas reconnu comme le nom d'une applet de commande

J'ai essayé d'installer Azure à l'aide de Install-Module Azure en PowerShell. J'ai eu l'erreur suivante:

PS C:\Windows\system32> Install-Module Azure
Install-Module : The term 'Install-Module' 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 corre
ct and try again.
At line:1 char:1
+ Install-Module Azure
+ ~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Install-Module:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Pourquoi le PS ne reconnaît pas l'Installation de base du module? Sans cela, je ne peux même pas installer d'Azur. Que dois-je faire?

source d'informationauteur Martin Erlic