foreach ($update in $updatestoinstall){
Install-WindowsUpdate -KBArticleID $update.KB -AcceptAll -AutoReboot
}
foreach ($update in $updatestoinstall){
Install-WindowsUpdate -KBArticleID $update.KB -AcceptAll -AutoReboot
}
Need it for work related things :P
Need it for work related things :P