Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
|
windows [2026/05/12 18:06] jango [Updates] |
windows [2026/05/20 12:07] (aktuell) jango [Updates] |
||
|---|---|---|---|
| Zeile 31: | Zeile 31: | ||
| =====Updates===== | =====Updates===== | ||
| - | < | + | < |
| Get-WindowsUpdate [-MicrosoftUpdate] | Get-WindowsUpdate [-MicrosoftUpdate] | ||
| + | # Installieren | ||
| Install-WindowsUpdate -MicrosoftUpdate -AcceptAll [-AutoReboot] | Install-WindowsUpdate -MicrosoftUpdate -AcceptAll [-AutoReboot] | ||
| Install-WindowsUpdate -KBArticleID KB5086096, | Install-WindowsUpdate -KBArticleID KB5086096, | ||
| Install-WindowsUpdate -Title " | Install-WindowsUpdate -Title " | ||
| + | # Updates ausblenden | ||
| + | Hide-WindowsUpdate -Title " | ||
| + | |||
| + | # Kategorien einbeziehen/ | ||
| + | Get-WindowsUpdate -Category " | ||
| + | Get-WindowsUpdate -NotCategory " | ||
| + | Get-WindowsUpdate -Category " | ||
| + | |||
| + | # Reboot Status anzeigen | ||
| Get-WURebootStatus | Get-WURebootStatus | ||
| Test-Path " | Test-Path " | ||
| </ | </ | ||
| + | Kategorien z.B | ||
| + | |||
| + | * Critical Updates | ||
| + | * Definition Updates | ||
| + | * Drivers | ||
| + | * Feature Packs | ||
| + | * Security Updates | ||
| + | * Updates | ||
| + | * Upgrades | ||
| =====WMI===== | =====WMI===== | ||