Share via


%deployroot% folder location

Question

Wednesday, March 30, 2016 1:30 PM

Hi everyone,

I have 2 questions

First: I integrated MDT 2013 Update1 with SCCM as described in the following article.

https://www.windows-noob.com/forums/topic/12852-how-can-i-upgrade-to-system-center-2012-r2-sp1-with-mdt-2013-update-1-integrated/

I need to know the path of %deployroot%. I start deployment workbench on SCCM and there are no items under the Deployment Shares. 

I just checked and under the MDT Toolkit folder, I found folders such as Applications, Captures, Operatings Systems, Scripts, Out-of-Box-Drivers and so on.  That made me to think that, MDT Toolkit folder must be the %deployroot%. Is that so? 

My second questions is, I need to add a run command line step in my OSD TS but I am not sure where to add. I added it just after the TS step named "Install Application". This step will add a wifi profile.

Thanks

Yavuz Selim Atmaca

All replies (4)

Wednesday, March 30, 2016 1:46 PM ✅Answered

Hi,

When using MDT Integrated with SCCM %Deployroot% is the MDT Toolkit Package you create when you create your MDT task sequence that will be the scriptroot folder..

your second question, yes you can that step basically where you like after the computer reboots to full OS.

Regards,
Jörgen

-- My System Center blog ccmexec.com -- Twitter @ccmexec


Wednesday, March 30, 2016 1:44 PM

Have you created a Deployment share at all (using the workbench)?
Adding the WiFi profile after "Install Applications" is ok.

Torsten Meringer | http://www.mssccmfaq.de


Thursday, March 31, 2016 6:03 AM

Dear Sir,

    Yes, as Jörgen said the MDT Toolkit folder is the %deployroot%.

Best regards,

Jimmy

Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected].


Thursday, March 31, 2016 6:07 AM

Thanks a lot, Jörgen

Yavuz Selim Atmaca