Force Windows Update from MS Online
Sun Jul 26 2020[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Install-PackageProvider -Name NuGet -Force
Install-Module -Name PowerShellGet -Confirm:$false -Force
Install-Module -Name PSWindowsUpdate -Confirm:$false -Force
Install-WindowsUpdate -Category "Security","Critical" -MicrosoftUpdate -AcceptAll -IgnoreReboot