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

SentinelOne Log Collector for Fortigate with Windows

I found all the official documentation to be confusing at best, or straight up misleading and wrong at worst for this issue. Below are the s...