OSDUpdate icon indicating copy to clipboard operation
OSDUpdate copied to clipboard

Windows 10 22H2 and Windows 11 23H2 02-2024 Cumulative Update missing

Open danbu opened this issue 1 year ago • 0 comments

Get-OSDUpdate | ? {$_.UpdateOS -eq 'Windows 10' -and $_.UpdateArch -EQ 'x64' -and $_.UpdateBuild -eq '22H2' -and $_.IsSuperseded -eq $false } | FT

Get-OSDUpdate | ? {$_.UpdateOS -eq 'Windows 11' -and $_.UpdateArch -EQ 'x64' -and $_.UpdateBuild -eq '23H2' -and $_.IsSuperseded -eq $false } | FT Not sure if this is related to the DMA change (https://www.bleepingcomputer.com/news/microsoft/windows-10-kb5034763-update-released-with-new-fixes-changes/)

2024-02-Missing

danbu avatar Feb 21 '24 01:02 danbu