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

VCenter Remediation fails with HPE Oneview SPP image

 If a VMWare host is failing in remediation after adding the HPE Firmware and Drivers Addon most likely the Smart Update Tools isn't con...