My Goal:
Deploy a custom Image to a laptop using MDT via a external USB.
What I have done so far:
Created the Task sequence
Created Media on the deployment share
Created the custom sysprepped Image
Updated the task sequence to point to the custom image and updated the media so that the content is present on the share
Formatted and prepped an external drive
Copied the contents of the "Content" directory to the root of the external drive.
What is happening:
The target system boots from the USB fine and runs through the task sequence, however instead of imaging the target laptop it actually applies the image to the external drive instead. I have tried playing with the diskpart, and image target settings in the task sequence to no avail. When I open a command window pre task sequence in PE, diskpart shows that the target laptop is the 0 drive and the usb is the 1 drive, but it keeps imaging the external drive.
Any help with this would be greatly appreciated.