PSWindowsUpdate Mit Hilfe der Powershell nach Microsoft Updates suchen und installieren. Import-Module PSWindowsUpdate Get-WUInstall Get-WURebootStatus Get-WUInstall -Acceptall -Autoreboot -Verbose Get-WUInstall -MicrosoftUpdate -ListOnly Get-WUServiceManager Get-Command -module pswindows*
Weiterlesen