I'm working on building a deployment of Windows 10 version 1703 using an SCCM upgrade task sequence while another SCCM admin is working on deploying an upgrade to SEP 14 to our SEP 12 clients. Is it possible to add the SEP 14 upgrade to the task sequence to have it upgrade the SEP client before it installs the Win10 upgrade?
I've done a test where SCCM runs the task sequence, upgrades the SEP 14 client, and restarts. It requires logging back into the computer manually and them SCCM finished the Windows 10 upgrade about 15 minutes later. That's not a very seamless process. I'd like to see if I can fully automate it without the manual logon.
Any better solutions out there?
My last resort will be to write a PowerShell script that checks for the SEP client version and stops the task sequence, asking the user to call the service desk to finish the upgrade.