install-module
Verified for current stable LTS
Install Module Commands
Install Module command syntax with verified terminal examples.
Commands
8 commands for Install Module
install-module Operations
Install Module Command: Install Module Dry Run
Install-Module <module> -WhatIf install-module Operations
Install Module Command: Install Module For All Users Or Current User
Install-Module <module> -Scope <AllUsers|CurrentUser> install-module Operations
Install Module Command: Install Module From Multiple Repositories
Install-Module <module> -Repository <repository1 , repository2 , ...> install-module Operations
Install Module Command: Install Module From Specific Repository
Install-Module <module> -Repository <repository> install-module Operations
Install Module Command: Install Module Latest Version
Install-Module <module> install-module Operations
Install Module Command: Install Module Minimum Version
Install-Module <module> -MinimumVersion <version> install-module Operations
Install Module Command: Install Module Specific Version
Install-Module <module> -RequiredVersion <version> install-module Operations
Install Module Command: Install Module Version Range
Install-Module <module> -MinimumVersion <minimum_version> -MaximumVersion <maximum_version> Suggest a Install Module Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Install Module workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.