Je suis en train de suivre ce tutoriel pour installer Azure PowerShell. Et, à l'étape 2 du tutoriel, je rencontre l'erreur suivante lorsque j'exécute la commande suivante spécifiée dans le tutoriel:
PS C:\Windows\system32> Install-Module AzureRM -AllowClobber
Install-Module : Un paramètre ne peut être trouvé correspondant au nom du paramètre 'AllowClobber'. À la ligne:1 char:24 + Install-Module AzureRM -AllowClobber +
~~~~~ + CategoryInfo : InvalidArgument: (:) [Install-Module], ParameterBindingException + FullyQualifiedErrorId : NamedParameterNotFound,Install-Module