Guidance on enabling Extended Security Updates (ESU) for Windows 10 using Intune, especially for systems that cannot be upgraded to Windows 11
Updated Oct 20, 2025
Version 5.0If my company has only purchased 1 year of ESU, what, if anything, do I need to edit in the detection and remediation scripts to ensure it doesn't fail?
In the sample code update the value for
$win10_Y1_Key = "Your-Year-1-ESU-Key-Here"
When you update the value with your Key the code will check, install, or activate as needed. If you leave the default placeholder value the code will skip the check. In you case update the value for Year 1 and leave the default for Years 2 and 3
Jon, thank you for the speedy response! I feel a lot more comfortable deploying this now.
Thanks again,
Moe