Wednesday, 30 April 2014

Apt-get upgrade in Powershell V5 oneget

After much playing around, the closest I could get to apt-get upgrade in the preview of Powershell V5 using OneGet is the following:

Get-Package | Select-Object -ExpandProperty name | Find-Package | Install-Package -Force


No comments:

Post a Comment

VM Prep for conversion to PVE from VMWare

To make my life easier I have been working at automating the conversion process from VMWare virtual machines to Proxmox VE 9. The hardest pa...