VMware

How To Install PowerShell Modules In Offline Mode |

How To Install PowerShell Modules In Offline Mode | Install a nupkg module offline

#Install #PowerShell #Modules #Offline #Mode

“Cloudtechn”

The powershell gallery offers a lot of modules for online installation. It’s also possible to download a nupkg file of that module and install it offline.

Follow the steps below:

1. cd module location

2. Expand-Archive fullfilename -DestinationPath filename

3. Import-Module -Name “Module…

source

 

To see the full content, share this page by clicking one of the buttons below

Related Articles

5 Comments

  1. The short version is download and rename to zip, create a new destination folder in "C:Program FilesWindowsPowerShellModulesMSOnlineNAME" and paste in the files from the zip.

Leave a Reply