You can download the latest updates for Microsoft products from the Microsoft Update Catalog. How to Find and Download the Latest Security Updates for Windows 10?
In my case, I need to find the latest security updates for Wind圆4. Get-ComputerInfo | select WindowsProductName, WindowsVersion, OsHardwareAbstractionLayer, OsArchitecture WindowsProductName WindowsVersion OsHardwareAbstractionLayer OsArchitecture
Now you can get the current Windows build and version on your computer. Get-WUHistory|Where-Object |Sort-Object date -desc You can also display the Windows Update installation history using the Get-WUHistory cmdlet from PSWindowsUpdate module: