How do you upgrade all Linux hosts tools at the same time… simple with PowerCLI
Get-VM | Where-Object {$_.Guest.OSFullName -like "*Linux*"} | Update-Tools -NoReboot
Random thoughts and technical bits
How do you upgrade all Linux hosts tools at the same time… simple with PowerCLI
Get-VM | Where-Object {$_.Guest.OSFullName -like "*Linux*"} | Update-Tools -NoReboot