Powershell : How to install PSReadline module in an offline computer

513 Views Asked by At

I need to install PSReadline module in an offline computer

with Windows 7 SP1 and powershell 5.1

I have another computer that is connected to the internet.

Could you please explain how to download the relevant files and how to install them on the offline computer?

1

There are 1 best solutions below

0
On BEST ANSWER

If you download it to an online computer the module will be in one of your module paths - type:

$env:PSModulePath

...this will list all the possible paths, just search for the correct folder and copy it to the offline computer in one of its module paths. If there are any dependencies these will need to be copied also.