PSPKI icon indicating copy to clipboard operation
PSPKI copied to clipboard

Missing documentation about manuall installation

Open georg-x opened this issue 4 years ago • 1 comments

The module might be used on specially hardened servers. You can download the package for manual installation at https://www.powershellgallery.com/packages/PSPKI/3.7.2 But there is no real instruction for offline installations - e.g. restricted systems, that can't install via nuget or directly from the internet.

georg-x avatar Oct 16 '20 09:10 georg-x

Basic offline installation works when extracting the nupkg file into some path defined in $Env:PSModulePath e.g. C:\Program Files\WindowsPowerShell\Modules Afterwards you might use Import-Module pspki

georg-x avatar Nov 18 '21 12:11 georg-x