Windows 10
#create new PowerShell object to hold Windows Version Info
$WinVer = New-Object -TypeName PSObject
#retrieve version information from registry
$WinVer | Add-Member -MemberType NoteProperty -Name Major -Value $(Get-ItemProperty -Path 'Registry::HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion' CurrentMajorVersionNumber).CurrentMajorVersionNumber
$WinVer | Add-Member -MemberType NoteProperty -Name Minor -Value $(Get-ItemProperty -Path 'Registry::HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion' CurrentMinorVersionNumber).CurrentMinorVersionNumber
$WinVer | Add-Member -MemberType NoteProperty -Name Release -Value $(Get-ItemProperty -Path 'Registry::HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion' ReleaseId).ReleaseId
$WinVer | Add-Member -MemberType NoteProperty -Name Build -Value $(Get-ItemProperty -Path 'Registry::HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion' CurrentBuild).CurrentBuild
$WinVer | Add-Member -MemberType NoteProperty -Name Revision -Value $(Get-ItemProperty -Path 'Registry::HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion' UBR).UBR
#output information
$WinVer
(Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\" -Name ReleaseID).ReleaseId
Download Kumulatives Update KB4103714 für Windows 10 Version 1709 x64 (786,2 MB)
Download Kumulatives Update KB4103714 für Windows 10 Version 1709 x86 (427,8 MB)
Version nach dem Update: 16299.461
Download Kumulatives Update KB4103722 für Windows 10 Version 1703 x64 (1107,8 MB)
Download Kumulatives Update KB4103722 für Windows 10 Version 1703 x86 (644,2 MB)
Version nach dem Update: 15063.1112
Download Kumulatives Update KB4103720 für Windows 10 Version 1607 x64 (1274,9 MB)
Download Kumulatives Update KB4103720 für Windows 10 Version 1607 x86 (672,9 MB)
Version nach dem Update: 14393.2273
Download Remoteserver-Verwaltungstools für Windows 10 Version 1803 x86
Download Remoteserver-Verwaltungstools für Windows 10 Version 1803 x64
Ältere Versionen:
Download Remoteserver-Verwaltungstools für Windows 10 Version 1709 x86>
Download Remoteserver-Verwaltungstools für Windows 10 Version 1709 x64
Download Remoteserver-Verwaltungstools für Windows Server 2016
Wiichtiger Hinweis: Bevor man ein Funktionsupdate macht, muss eine eventuell vorhandene RSAT Version deinstalliert werden. Dies geht leider nur über Powershell, da die Software nicht untern den installierten Programmen aufscheint.
Get-WindowsPackage -Online -PackageName *RemoteServer* |
Remove-WindowsPackage -Online
Bei Windows 10 1709 muss entweder zusätzlich noch KB2693643 entfernt werden oder folgender RegKey gelöscht werden:
HKLM\SOFTWARE\Microsoft\Fusion\PublisherPolicy\Default\v4.0_Policy.3.1.Microsoft.UpdateServices.Administration__31bf3856ad364e35\1\4.0.0.0
Quelle: Microsoft
Folgender Fehler erscheint beim Herstellen einer RDP Verbindung von einem gepatchten Windows Client auf ein Server System:
Lösung:
2018-05 Kumulatives Update für Windows Server 2016 für x64-basierte Systeme (KB4103723)
Download Kumulatives Update KB4103727 für Windows 10 Version 1709 x64 (369,9 MB)
Download Kumulatives Update KB4103727 für Windows 10 Version 1709 x86 (172,0 MB)
Version nach dem Update: 16299.431
Unterkategorien
Windows 10 Updates Beitragsanzahl: 209
Windows 10 Updates