Powershell Get

Powershell Get 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

1
Install-Module PowerShellGet -Force -AllowClobber -SkipPublisherCheck
What's on this Page