Install-Module |
#COMMANDTRANSLATENAME# |
---|---|
PowerShell |
Syntaxe
Install-Module [-Name] String[] [-MinimumVersion String] [-MaximumVersion String] [-RequiredVersion String] [-Repository String[]] [-Credential PSCredential] [-Scope String] [-Proxy Uri] [-ProxyCredential PSCredential] [-AllowClobber] [-SkipPublisherCheck] [-Force] [-AllowPrerelease] [-AcceptLicense] [-PassThru] [-WhatIf] [-Confirm] [CommonParameters] |
Install-Module [-InputObject] PSObject[] [-Credential PSCredential] [-Scope String] [-Proxy Uri] [-ProxyCredential PSCredential] [-AllowClobber] [-SkipPublisherCheck] [-Force] [-AcceptLicense] [-PassThru] [-WhatIf] [-Confirm] [CommonParameters] |
Description
Cette commande permet de télécharger un ou plusieurs modules à partir d'un référentiel et de les installer sur l'ordinateur local.
Dernière mise à jour : Samedi, le 16 Janvier 2021