Setting Option 66 and 67 for DHCP
To get PXE working on a server that is running both DHCP and WDS you need to enable option 66 and option 67. These settings will help your connecting clients to find the appropriate PXE server.
To get PXE working on a server that is running both DHCP and WDS you need to enable option 66 and option 67. These settings will help your connecting clients to find the appropriate PXE server.
After setting up a new DHCP server I enrolled the DP role and enabled PXE. However the WDS role would not start, giving me Error 0x2740.
Here is the back end script that does all of the work. I’ve made some comments on the script in efforts to keep this post less wordy and more scripty.
Again if you have any specific questions please let me know.
Deployment solution based on SCCM 2012 intregrated with MDT 2012. The idea was to set up a User Driven Installation (UDI) so the IT department would have to do as little as possible during the installation process.
Part of this solution was to manage the clients names, we decided to use the serial number as an identifier…
As part of MDT 2012 UDI there is a new wizard page for setting User Device Affinity as part of the task sequence as well as a designer page for configuring the UDA page. The User Device Affinity wizard page is…
When installing an application on a newly deployed computer we received the 0x800702E4 error from Software Center.
After some troubleshooting we concluded that the application was configured…
After editing the UDIWizard_Config.xml file and updating my Distribution points the UDI wizard would no longer let me through.
I edited the welcome text to something a bit more personal than the standard version, however there seems to be a limitation in UDI…
When deploying a HP SSM Driverpack via a SCCM 2012 task sequence I ran into the 0x87D01014 error. Which gave me the following error logs in SMSTS.log…
A customer requested a Lite touch installations process with the ability to change the computers name, OU’s and application setup. Here’s a quick guide how to get the applications to work.
PXE booting makes deploying OS images much simpler for end user technicians. There is a lot that can go wrong though, especially if you’re attempting to run it in a high security, heavily filtered network.