Install-WindowsUpdate -AcceptAll -Install -AutoReboot | Out-File "c:\logs\$(get-date -f yyyy-MM-dd)-WindowsUpdate.log" -force You can only install the specific updates by their KB numbers: Get-WindowsUpdate -KBArticleID KB2267602, KB4533002 -Install If you want to skip some updates d...