Powershell – PSWindowsUpdate

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*
Hide-WUUpdate uvm.

Mit Hilfe der Powershell nach Microsoft Updates suchen und installieren

Powershell – PSWindowsUpdate