PsGet - PowerShell Modules Directory - Get started

PsGet Overview Directory Search and install PowerShell modules easy. While this tool streamlines installation of the modules, it should be installed. In your PowerShell console execute: (new-object Net.WebClient).DownloadString("http://psget.net/GetPsGet.ps1") | iex You are done. This nice line of PowerShell script will download GetPsGet.ps1 and send it to Invoke-Expression to install PsGet Module. Alternatively you can do installation manually Download PsGet.psm1 from https://github.com/psget/psget/ Copy PsGet.psm1 to your modules folder (e.g. Modules\PsGet\ ) Execute Import-Module PsGet (or add this to your profile) Enjoy! To install something (in our case PsUrl ) from central directory just type: install-module PsUrl Of course, you can browse/search modules directory: Get-PsGetModuleInfo Posh* Q: Error "File xxx cannot be loaded because the ex...

Linked on 2014-01-02 21:56:03 | Similar Links