Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 199 Bytes

Offline PSModule Install.md

File metadata and controls

10 lines (6 loc) · 199 Bytes

Internet Machine

Save-Module -Name [name] -Path [path]

Offline Machine

Copy to C:\Windows\System32\WindowsPowerShell\v1.0\Modules\

Get-Module -ListAvailable Import-Module -Name [name]