Oneget

From wikinotes
get-command -module PackageManagement
list all commands related to package management
find-package    <package> 
package name must be explicity
install-package <package> 
install package

OneGet is pretty useless on it's own (but definitely a step in the right direction!!). Here is how to install the chocolatey module in oneget.

## Start > Powershell
get-packageprovider -name chocolatey   ## install chocolatey source
install-package vlc ## install vlc with oneget