Windows updates via PowerShell

By | December 21, 2018

The script runs for a while at get-wulist

Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 –Force

Install-Module PSWindowsUpdate

get-wulist

get-wuinstall –acceptall –AutoReboot