J'ai essayé d'installer Azure en utilisant Install-Module Azure
dans PowerShell. J'ai obtenu 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 PS ne reconnaît-il pas le module d'installation de base ? Sans lui, je ne peux même pas installer Azure. Que dois-je faire ?