User Tools

Site Tools


powershell_manual_module_installation

This is an old revision of the document!


PowerShell Manual Module Installation

  1. Download the nupkg files from powershellgallery.com.
  2. Rename extension to zip and extract.
  3. To install for just the current user, run echo $home\Documents\WindowsPowerShell\Modules to see where to copy.
  4. To install for all users, run echo “$Env:ProgramFiles\WindowsPowerShell\Modules” to see where to copy.
  5. Copy in this format: ~\[Module name]\[Module version]\[Content]. Note that version should be 1.2.3 format - chop off any -beta etc.
powershell_manual_module_installation.1612476364.txt.gz · Last modified: 2021/02/05 23:06 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki