On October 27th, 2020, Microsoft released an update to definitively remove Adobe Flash Player (KB4577586) from all Windows 8.1+ and Windows 10 1607+ Operating System.
This important update is needed for Adobe Flash end of support on December 31, 2020. For now, the only way to deploy his Adobe Flash Player update to your devices is by using SCCM. The update has not been released to Windows Update yet. This means that if you want to use your SCCM Update Point to deploy it, you’ll have to manually import the update first and then create a software update synchronization.
This post will describe every step you need to take in order to Deploy Adobe Flash Player Update to Windows 10 using SCCM/MEMCM or Microsoft Intune.
Here’s the important information you need to know :
The only way to restore Adobe Flash Player after this update is to use a System Restore or reinstall the OS
The first step to do add the Adobe Flash Update to your SCCM server or Intune Tenant is to manually download the Adobe Flash update (KB4577586).
For now, it’s not possible to import the update directly in your WSUS. We’ve tried it and get this error.





If you need the Microsoft Intune Instructions, just skip directly to the Intune section
We will now create the SCCM Package to deploy this MSU file. Package are soooo 2012, it’s true but in that case, it’s so simple that why add the complexity of creating an application.













We will now test our deployment.
On a Windows 10 Machine, refresh the Machine Policy and wait for the program to execute. You won’t see anything as this is a silent installation.
You can monitor the installation in C:\Windows\CCM\Logs\Execmgr.log.
We are looking for an installation exit code 0 :

If you want to deploy the Adobe Flash Update using intune, you must use the Win32 App installation method.
We won’t describe it from the start to the end since our previous blog post is pretty clear.
Here’s the important information to consider :
$result = systeminfo.exe | findstr KB4577586
if ($result)
{
Write-Output "Found KB4577586"
exit 0
}
else
{
exit 1
}
Once you’ve deployed the Adobe Flash Update to your devices. There’s a couple of ways to monitor which machine has the KB4577586 applied.
You can use CMPivot to have live results, using this query :
SoftwareUpdate | summarize countif( (KBArticleIDs == ‘KB4577586’) ) by Device | where (countif_ > 0)
Please fill out the form, and one of our representatives will contact you in Less Than 24 Hours. We are open from Monday to Friday.
Thank you for subscribing to our newsletter or requesting a quote. You will receive our next month's newsletter. If you have requested a quote, we will get in touch with you as soon as possible.
Something went wrong!
Thank for your reply!