Start the Microsoft Deployment Toolkit Workbench
- Open Deployment Workbench
- Right Click Deployment Shares
- Click New Deployment Share
- Change Deployment Share Path to match your environment – in my case I change to D:\DeploymentShare
- Click Next
- Change the share name or leave as is
- Click Next
- Change Deployment share description or leave as is
- Click Next
- Remove all the checks – we will configure these at a later point (CustomSettings.ini)
- Click Next
- Review details
- Click Next
- Click Close
Now we have the a deployment share to work from – Now we need some data
Let’s start by importing Windows 10 Enterprise Technical Preview
If you haven’t already downloaded the iso – get it though the Windows Insider Program (http://windows.microsoft.com/da-dk/windows/preview-iso)
- Expand Deployment Shares
- Expand the newly created MDT Deployment Share
- Right click Operating Systems
- Click Import Operating System
- Mark Full set of source Files
- Click Next
- Browse to the content of the ISO downloaded from the Windows Insider Program – I mounted the ISO onto my MDT VM, you could also just extract the content and move it to a reachable location UNC or otherwise.
- Click Next
- Destination Name will show up as Windows 8.1 Enterprise x64 – change this to Windows 10 Enterprise Technical Preview x64
- Click Next
- Review the details
- Click Next
- Click Finish
- The imported operating system will name appear in Operating Systems with the name Windows 8.1 Enterprise in Windows 10 Enterprise Technical Preview x64 Install.wim
Now let’s go ahead and create Task Sequence to install this nice vanilla version of Windows 10 Enterprise Technical Preview
- Right Click Task Sequences
- Click New Task Sequence
- Type in an ID for your new install task sequence – I will Type IW10ETPX64, could be anything
- Type Task sequence name – I will type Install Windows 10 Enterprise Technical Preview x64
- Maybe we even type a comment – I will type todays date, this field is not mandatory
- Click Next
- Choose Standard Client Task Sequence
- Click Next
- Choose the newly import Windows 10 Enterprise Technical Preview x64 Install.wim
- Click Next
- We could specify the MAK Key that we got from the Windows Insider Program, but it’s not required
- Click Next
- Type in Full Name, Organization Name and homepage
- Click Next
- Type a local administrator password
- Click Next
- Review the details
- Click Next
- Click Finish
So now we got the task sequence ready – so what’s next?
Let’s start the creation of the needed boot images (or either ISO or PXE boot)
- Right click the Deployment Share
- Click Update Deployment Share
- Click Next
- Click Next
- Click Finish
Browse to your Deployment Share in Windows Explorer
Locate the boot folder – We now have the newly generated boot files. Wim files if we want to PXE boot using Windows Deployment Services, or ISO if we want to use a Boot CD.
I’m going to copy the LiteTouchPE_x64.iso to my Hyper-V host, so I can test boot a VM.
Let’s boot and see what happens
- Insert the boot media into your VM or test computer (keep in mind we still haven’t added any drivers
- Boot on the media
We are now being presented with the Deployment Wizard Welcome screen
If we to automate or just plain and simple skip this window
- Add SkipBDDWelcome=Yes to bootstrap.ini
- Click Run the Deployment Wizard to install a new Operating System
- We are now being prompted for Network credentials to access the share
- Type in valid user credentials
- This can be automated or skipped with
- UserID, UserDomain and UserPassword in Bootstrap.ini
- Click OK
Now we are connect to the deployment share – all changes needed from heron out is done within the task sequecen, CustomSettings.ini or within the Deployment Share
- Choose your Task Sequence – Install Windows 10 Enterprise Technical Preview x64
- This can be automated with the SkipTaskSequence=Yes & TaskSeuqneceID=IW10ETPX64 (ID of your task seuqecen) – the changes is needed in CustomSettings.ini
- Click Next
- Type in a computer name
- Of course we can automate this as well… – CustomSettings.ini
- Type in Domain or Workgroup information
- Click Next
- Choose whether or not to move data and settings from previous versions of Windows
- Click Next
- Choose to restore user data – we don’t in this case
- Click Next
- Choose your locale and time preferences
- Again – we ca automate this in…… CustomS……s.ini
- Click Next
- Review the details
- Click Begin
The computer is now being installed with the Windows 10 Enterprise Technical Preview
Automating the process will be covered in another post, as well as adding applications and customizing J