I am working on a pilot to move our Windows servers to MS Defender. Our Windows Servers are behind on Windows Updates by few months. We do a project to remediate this issue underway.
As part of onboarding a Windows 2016 server to MS Defender, you need to install an installation package (md4ws.msi) from security.microsoft.com. This package requires installation of KB4052623. Since I am unable to run Windows Update to download this update (KB4052623), I cannot deploy the installation package.
I have gone to https://www.catalog.update.microsoft.com/Search.aspx?q=KB4052623 to look for the offline install file but when you click on the download button for 1st option ( Update for Microsoft Defender Antivirus antimalware platform - KB4052623 (Version 4.18.2203.5) ), you get a list of 3 exe and 3 cab files. I have downloaded all 6 files. I have looked at the file properties | details for each of the exe files to figure out the file for amd64 ( updateplatform_4ca3e501a402a6d913024fdb532c0750152ffb12.exe ).
However, when I execute updateplatform_4ca3e501a402a6d913024fdb532c0750152ffb12.exe and run it as an administrator, the update extracts some files in %temp% and then nothing happens.
On a separate Windows 2016 VM where I am able to run Windows Update, I can run the installation package (md4ws.msi) without any issues. So basically, I need to install KB4052623 on my Windows 2016 server to resolve my issue.
Any suggestions?