Before setting up OSD, I did some research and found different views/instructions on how to setup OSD with SCCM. Some people said to configure WDS while others said it wasn’t necessary.
Personally, I configured WDS and it works for me...
Personally, I configured WDS and it works for me...
Install and configure the WDS role in Computer Management, THEN add the PXE service point role in SCCM:

Create _Capture and _Deploy Collections
Give Machine account Read rights to the network share where you save your drivers.
Import NIC Drivers
Distribute the Boot images to your PXE Distribution Point: SMSPXEIMAGES$
Give the Network Access Account Read rights to SMSPXEIMAGES$ (
Install the PXE Certificate (Site Settings --> Certificates --> PXE
Enable command line support on the boot images (See Troubleshooting section below)
Open the Configuration Manager Console -->
Expand Computer Management à Operating System Deployment --> Right-click on Computer Association and select Import Computer Information.
Right-click on the computer that was just added. Add the OSDTargetSystemRoot variable with the value of the directory where windows is installed (ex. C:\windows)
Create the Deployment Task Sequence
Right-click on Task Sequences --> New --> Task Sequence
Right-click on the new task sequence --> Edit --> Add
Add the tasks shown in the picture below:
Add the tasks shown in the picture below:
Right-click on the newly created Task Sequence and then click Advertise.
Choose the collection with the computer account you want to capture and put a checkmark in ‘Make this task sequence available to boot media and PXE’
Choose the collection with the computer account you want to capture and put a checkmark in ‘Make this task sequence available to boot media and PXE’
Create mandatory advertisement and set it to ‘As soon as possible’
Take the default options for the rest of the wizard.
When the computer performs a network boot, it should load WindowsPE and start the Task Sequence.
When the computer performs a network boot, it should load WindowsPE and start the Task Sequence.
And that should do it!








