fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


microsoft:allgemeines:update-probleme

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
microsoft:allgemeines:update-probleme [2021/03/15 09:50] gsysmicrosoft:allgemeines:update-probleme [2024/02/17 19:03] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Update-Probleme beheben ====== ====== Update-Probleme beheben ======
  
 +===== Powershell-Befehle =====
 <code> <code>
 Get-Item "HKLM:\Software\Policies\Microsoft\Windows\WindowsUpdate\" Get-Item "HKLM:\Software\Policies\Microsoft\Windows\WindowsUpdate\"
 +Get-WindowsUpdateLog
 +</code>
 +
 +===== UsoClient =====
 +
 +Ab Windows 10 / Server 2016
 +<code>
 +usoclient <switch>
 +          startscan         
 +          startdownload
 +          startinstall
 +          scaninstallwait
 +          refreshsettings
 +          startinteractivescan         # öffnet GUI
 +</code>
 +
 +===== wuauclt =====
 +
 +Bis Windows 7 / Server 2012 R2
 +
 +<code>
 +wuauclt <switch>
 +        /DetectNow
 +        /ReportNow     # bei WSUS melden
 </code> </code>
microsoft/allgemeines/update-probleme.1615798254.txt.gz · Last modified: 2024/02/17 19:03 (external edit)