Dezember 15 2023
Windows OS Patch Build Level (System.BuildExt)
Um die Betriebssysteme nach dem aktuellen Patch Level im ConfigMgr zusammen zu suchen verwende ich ein Collection Query:
select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System where SMS_R_System.BuildExt like „10.0.1904%.3803“ or SMS_R_System.BuildExt like „10.0.226%1.2861“
Damit finde ich alle Windows 10 21H2 (19044), 22H2 (19045) sowie Windows 11 22H2 (22621) und 23H2 (23631) Clients mit dem jeweilig aktuellen Build Stand siehe Liste der letzten Monate:
Patch Month | Windows 10 | Windows 11 | Server 2016 | Server 2019 | Server 2022 |
2024/08 | 1904%.4780 | 226%1.4037 | 14393.7259 | 17763.6189 | 20348.2655 |
2024/07 | 1904%.4651 | 226%1.3958 | 14393.7159 | 17763.6054 | 20348.2582 |
2024/06 | 1904%.4529 | 226%1.3880 | 14393.7070 | 17763.5936 | 20348.2529 |