I'm playing around with MDT with the intent of facilitating the rollout of new laptops.
As we turn on the new laptop for the first we want to go through with the standard windows OEM installation.
Afterwards we just want to run a post os task sequence from the deployment share that presents the deployment wizard and prompts us for the exact same parameters as a new deployment
- Hostname
- Domain Joining Credentials
- OU
- Local admins
- Install applications list
Basically the task sequence should only join the domain, install apps without actually installing an operating system. We are using the Windows 7 OEM that comes with the laptop and run litetouch.vbs within windows.
I'm having issues calling the deployment wizard script in my post os task sequence. How exactly would I do that?