RGroenendijk Posted September 18, 2012 Report post Posted September 18, 2012 Hello, Our company is using SCCM 2007 for deploying Windows 7 to our workstations. Task sequence is used for adding some vbs scripts en other information. A view weeks ago our network engineers added some extra security on the network: 802.1x Therefor we first need to create a AD account before the workstations can access the network. For now I am using a tool called 'PXEaccountCreator.exe' for making this account. So for every workstation that needs a new image, I need to run this tool. I want to make this process automated so no extra handling is required. Is there a script available, VBA, VBS, Command line, ect, that we can import in the task Sequence? Thanks for you help. Robert Quote Share this post Link to post Share on other sites More sharing options...
Mikey C Posted October 15, 2012 Report post Posted October 15, 2012 Are you trying to create the accounts in WinPE!? Are you using 802.11 to access content to OSD? If you are trying to create local accounts in your client OS, you should add them into your unattend.xml and they will be created when installing/configuring Windows. Quote Share this post Link to post Share on other sites More sharing options...
Peter33 Posted October 15, 2012 Report post Posted October 15, 2012 There are several ways to achieve this. The easiest is to modify your unattended.xml (oobe section) file with WAIK. You can also use a command line step with "net user /add" command. Quote Share this post Link to post Share on other sites More sharing options...