Hello,
For testing purposes, I am trying to deploy Windows 10 via my SCCM 2012 R2 OSD. The deployment Task Sequence goes well until it arrives to install the ConfigMgr Client and it does not move on to install my apps/programs since the ConfigMrg installation fails. I know that ConfigMgr is not installing on Windows 10 unless you specify this switch (/skipprereq:windowsupdateagent30-x64.exe). In order to tweak this, I created a package with the program command to run this (CCMSetup.exe /mp:mysccmserver.mydomain /logon SMSSITECODE=mysitecode FSP=myfspserver.mydomain /skipprereq:windowsupdateagent30-x64.exe), and I added in the package to install SCCM client. Then I included this package in my Task Sequence to run before the SCCM client installation starts, but still no luck. When my task sequence comes to the step to install SCCM client nothing happens as it seems that task sequence cannot run this step and completely ignores SCCM client installation and suddenly Windows login screen shows up.
Any suggestion is highly appreciated.
Cheers,
Sameer