Has anyone successfully deployed Windows 10 1607 upgrade with SCCM Task Sequence with using PADT? If so, if you could share this that would be great!
Not sure why you would want to do that with PowerShell application deployment Toolkit? All that’s required in sccm is a upgrade image and a upgrade task sequence.
Care to elaborate?
I would like to do the same. I wan’t to make the deployment available, in this case the task sequence is alway proposed to the client. So I would like to deploy it and make a detection of the version of the os. I would like to use padt to ask the user if it is a good time to do the upgrade, and it could take 1 hour to do it. In this case I will have two button and one to defer the task sequence.
Is it complicated to do it?
Thanks
this link gives some of the steps to create an application that calls an upgrade TS, but for me it does not seem to work as the application always fails with error 0xEA68(60008).
Did someone get to make it work properly?
My advice would be to use a task sequence UI, not PSADT. Something that can generate HTA windows to interact with the user.
PSADT was not designed for this, so you’re going to spend lots of time massaging it on top of troubleshooting your actual task sequence. Use a tool designed for the purpose. You’ll learn new things, and it will actually be easier & better.