Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 292 Bytes

add-powershellget.md

File metadata and controls

10 lines (6 loc) · 292 Bytes

PowershellGet Package Management

Powershell get is the latest package management to handle modules. It is required to install preview releases of modules

To install issue the following powershell command

Install-Module PowerShellGet -Force -AllowClobber -SkipPublisherCheck