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

Аватар автора
Excel для учета инвентаря
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 Location" 4. get-command -Module "Module Name" 5. Copy-Item -Recurse "Module Location" "C:Program FilesWindowsPowerShellModules" #package

0/0


0/0

0/0

0/0