If your organization has a need to mass-create AD user accounts, watch this video to see how its done without the need for scripting or other unnecessary complexities.
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
Have a better answer? Share it in a comment.
From novice to tech pro — start learning today.
http://microsoftguru.com.au/2009/08/31/how-to-deploy-custom-windows-7-using-windows-deployment-services-wds/
http://microsoftguru.com.au/2009/12/01/how-to-configure-windows-deployment-services-in-mixed-mode-to-use-legacy-image-and-windows-7/
Check both “Do not listen to port 67” and “Configure DHCP option 60 to PXE Client” option if DHCP and WDS has been configured in same Server. As you dont have DHCP on same server you should manually configure port 60 using http://support.microsoft.com/kb/954410
So far ip helper concern in Cisco core or Cisco L3 Here is an example
Configure IP helper address in each vlan pointing your DHCP server. http://microsoftguru.com.au/2009/10/15/cisco-core-4506-sample-config/
interface Vlan105
description staff Network
ip address 10.143.10.1 255.255.254.0
ip helper-address 10.143.8.24
I hope, this will resolve your issue.