powershell_manual_module_installation
PowerShell Manual Module Installation
- Download the nupkg files from powershellgallery.com.
- Rename extension to zip and extract.
- To install for just the current user, run
echo $home\Documents\WindowsPowerShell\Modules
to see where to copy. - To install for all users, run
echo “$Env:ProgramFiles\WindowsPowerShell\Modules”
to see where to copy. - Copy in this format:
~\[Module name]\[Module version]\[Content]
. Note that version should be1.2.3
format - chop off any-beta
etc.
powershell_manual_module_installation.txt · Last modified: 2021/02/05 23:06 by 127.0.0.1