Manually install a module from the PowerShell Gallery (2024)

Category: PowerShell

There are instances where a computer does not have internet access and therefore cannot use the Install-Module cmdlet to install modules from the PowerShell Gallery. This article will walk through how to manually download a module and install it on an offline computer.

Download a module

  1. Navigate to the PowerShell Gallery1. Search for the desired module
  2. Select the Manual Download tab
  3. Click the Download the raw nupkg file
  4. After the file finishes downloading, transfer it to the desired computer.

Install the module

  1. Rename the module replacing the .nupkg extension with a .zip

  2. Extract the ZIP file. The resulting folder will have a name formatted like _._

     Expand-Archive -Path .\sqlserver.21.1.18230.zip
  3. Determine where to install the module. For this example the module will be installed in $env:ProgramFiles

     $env:PSModulePath.Split(';')
  4. Create a new folder in $Env:ProgramFiles\WindowsPowerShell\Modules with the name Module Name

     New-Item -Path $env:ProgramFiles\WindowsPowerShell\Modules\SqlServer -ItemType Directory
  5. Rename the module folder to be only the module version.

     Move-Item -Path .\sqlserver.21.1.18230 -Destination .\21.1.18230
  6. Move the module version folder into the module name folder.

     Move-Item -Path .\21.1.18230 -Destination $env:ProgramFiles\WindowsPowerShell\Modules\SqlServer

Written on December 11, 2020

Manually install a module from the PowerShell Gallery (2024)
Top Articles
490 Credit Score: Is it Good or Bad? - Experian
Anger management: 10 tips to tame your temper
Durr Burger Inflatable
Joliet Patch Arrests Today
Santa Clara College Confidential
P2P4U Net Soccer
GAY (and stinky) DOGS [scat] by Entomb
Call of Duty: NEXT Event Intel, How to Watch, and Tune In Rewards
Snowflake Activity Congruent Triangles Answers
Orlando Arrest and Public Records | Florida.StateRecords.org
Urban Dictionary Fov
Explore Top Free Tattoo Fonts: Style Your Ink Perfectly! 🖌️
Jesus Calling Oct 27
Idaho Harvest Statistics
Carolina Aguilar Facebook
Q33 Bus Schedule Pdf
Gdlauncher Downloading Game Files Loop
Voy Boards Miss America
Vipleaguenba
R Personalfinance
Rural King Credit Card Minimum Credit Score
Www.craigslist.com Austin Tx
Craigslist Lake Charles
15 Primewire Alternatives for Viewing Free Streams (2024)
Craiglist.nj
Things to do in Pearl City: Honolulu, HI Travel Guide by 10Best
Spirited Showtimes Near Marcus Twin Creek Cinema
Experity Installer
Hoofdletters voor God in de NBV21 - Bijbelblog
Kids and Adult Dinosaur Costume
Craigslist Org Sf
El agente nocturno, actores y personajes: quién es quién en la serie de Netflix The Night Agent | MAG | EL COMERCIO PERÚ
Http://N14.Ultipro.com
Workday Latech Edu
Tmka-19829
Collier Urgent Care Park Shore
Bones And All Showtimes Near Johnstown Movieplex
Tsbarbiespanishxxl
Acts 16 Nkjv
Gregory (Five Nights at Freddy's)
Sound Of Freedom Showtimes Near Amc Mountainside 10
Playboi Carti Heardle
Ouhsc Qualtrics
Premiumbukkake Tour
Take Me To The Closest Ups
Plasma Donation Greensburg Pa
Acuity Eye Group - La Quinta Photos
Free Carnival-themed Google Slides & PowerPoint templates
Tyrone Dave Chappelle Show Gif
Naughty Natt Farting
Latest Posts
Article information

Author: Tyson Zemlak

Last Updated:

Views: 6313

Rating: 4.2 / 5 (43 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Tyson Zemlak

Birthday: 1992-03-17

Address: Apt. 662 96191 Quigley Dam, Kubview, MA 42013

Phone: +441678032891

Job: Community-Services Orchestrator

Hobby: Coffee roasting, Calligraphy, Metalworking, Fashion, Vehicle restoration, Shopping, Photography

Introduction: My name is Tyson Zemlak, I am a excited, light, sparkling, super, open, fair, magnificent person who loves writing and wants to share my knowledge and understanding with you.