xerxes2985 Posted July 25, 2019 Report post Posted July 25, 2019 Is it safe to chain an OS upgrade Task Sequence? For example, I've finally been able to upgrade Windows 7 Enterprise SP1 to Windows 10 Enterprise 1703, then once that upgrade is complete, I want it to immediately upgrade from 1703 - 1903. Will it work like this? Or do I need to create some sort of variable, etc. Thanks! Quote Share this post Link to post Share on other sites More sharing options...
anyweb Posted July 25, 2019 Report post Posted July 25, 2019 why bother chaining in this example, it just adds more complexity, why not just create a collection that holds your 1703 computers, and target a 1903 upgrade to that Quote Share this post Link to post Share on other sites More sharing options...
xerxes2985 Posted July 25, 2019 Report post Posted July 25, 2019 Primarily the remaining computers I am upgrading are Windows 7, so I'd like to hit them all with Windows 10 1703, then right after upgrade them to 1903. I've got individual collections for both 7, and 1703. Was hoping/trying to accomplish a one-two punch to upgrade, then upgrade. Quote Share this post Link to post Share on other sites More sharing options...
anyweb Posted July 25, 2019 Report post Posted July 25, 2019 you can try that, but like i said, it will be less complicated with a collection and dual deployment. But try both methods and see which works best in your environment, then report back here. Quote Share this post Link to post Share on other sites More sharing options...