Install Windows Updates with PowerShell

preview_player
Показать описание
Here's how to view, install and remove Windows Updates using PowerShell.

Commands covered:
• Install-Module -Name PSWindowsUpdate
• Get-WUHistory
• Get-WindowsUpdate
• Get-WUInstallerStatus
• Get-WindowsUpdate -Install -KBArticleID
‘KBxxxxxxx’
• Remove-WindowsUpdate -KBArticleID
‘KBxxxxxxx’ -NoRestart
• Get-WindowsUpdate -AcceptAll -Install
-AutoReboot

📺 Find our latest Video here:

📖 You can find our Knowledgebase filled with helpful articles here:

💻 Need help? Contact our Support

Рекомендации по теме
Комментарии
Автор

Get-wuhistory should generally have the -list <number> command as this can prevent stalling or issues if there is a large list.

AgentProtonDecay