Site Tools


start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

start [2026/03/02 23:22] – created 217.75.216.171start [2026/03/02 23:24] (current) 217.75.216.171
Line 1: Line 1:
-sss+====== Postup: Update WSUS na Windows Server ====== 
 + 
 +**Autor:** Filip Oliva   
 +**Datum:** {{DATE}}   
 +**Aplikuje se na:** Windows Server 2022, Hyper-V cluster   
 + 
 +**Popis:** Diagnostika a force update klientů z WSUS. [[wsus:start|Zpět do sekce WSUS]]   
 + 
 +=== Předpoklady === 
 +* Admin práva na WSUS serveru 
 +* PowerShell 5.1+ 
 + 
 +=== Kroky === 
 +1. Ověř WSUS status: 
 +<code powershell> 
 +Get-WsusServer | Get-WsusServiceStatus 
 +</code> 
 + 
 +2. Force update na klientovi: 
 +<code powershell> 
 +wuauclt.exe /detectnow /updatenow 
 +</code> 
 + 
 +3. Reset WSUS client (pokud nereportuje): 
 +<code powershell> 
 +Stop-Service wuauserv 
 +Remove-Item "C:\Windows\SoftwareDistribution" -Recurse 
 +Start-Service wuauserv 
 +</code> 
 + 
 +**Poznámka:** Pro vzdálený klient použij Invoke-Command. [cite:5] 
 + 
 +=== Tabulka chyb === 
 +^ Chyba ^ Řešení ^ 
 +| 0x8024402C | Reset SoftwareDistribution | 
 +| 0x80072EE2 | Firewall/Proxy check | 
 + 
 +**Související:** [[fortigate:vpn|FortiGate VPN tunnel]] | [[hyperv:backup|Hyper-V backup]] 
 + 
 +**Změny:** 
 +  * 2026-03-03: Přidáno reset krok [Filip] 
start.txt · Last modified: by 217.75.216.171

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki