perlabsrat Posted April 30, 2009 Posted April 30, 2009 I have a server running 2k8 and WDS so we can do PXE installs. I am wondering if there is a way to bypass the need for typing in the server name and a user/pass to logon. We do not need the security in our lab and I would like the server to be open to anyone who hits it.Currently we do the following steps:Step1: User boots serverStep2: User hits F12 at 'Press f12 for network service' promptStep3: User selects X86 or X64 depending on preferenceStep4: User chooses language, clicks NEXT and is then prompted for domain\userIdealy I would like to not be prompted for the domain\user but even if all they had to do was hit enter at this screen would work.Does anyone know if this is possible?Thanks...
fizban2 Posted April 30, 2009 Posted April 30, 2009 if you prepare an unattend build you can add the Microsoft Windows Setup Component, here under WDS there is a section for Logon credentials for connection to the WDS server
perlabsrat Posted April 30, 2009 Author Posted April 30, 2009 if you prepare an unattend build you can add the Microsoft Windows Setup Component, here under WDS there is a section for Logon credentials for connection to the WDS serverNone of the installs are unatended, I need the uesrs to go through the manual steps of performing the install for the type of work we are doing. I am just looking for a hack to bypass the need to authenticate on the pxe/wds server before picking what OS to install.Thanks.
fizban2 Posted April 30, 2009 Posted April 30, 2009 you don't have to unattend teh whole installation, your unattned file could have just the XML to provide credentials for logon to the WDS server
perlabsrat Posted April 30, 2009 Author Posted April 30, 2009 you don't have to unattend teh whole installation, your unattned file could have just the XML to provide credentials for logon to the WDS serverDoes the xml need to be injected in the wim images or is this a file that gets dropped somewhere on the server?
fizban2 Posted May 1, 2009 Posted May 1, 2009 on teh WDS server properties page there is a tab for unattended files for 32 bit, 64bit and IA64. You can set them up to run from there
cluberti Posted May 12, 2009 Posted May 12, 2009 You could also use something like MDT 2008 to provide the deployment choices to the users, which allows you to put credentials into the configuration files on the server so the users never get prompted. Assuming you aren't using the credentials to provide a specific image or set of images to display to the users (which is all this is really for), then this might be the easiest way to go. It can be easily automated using config files too, so they only see the choices they need (it builds the unattend.xml file from these choices on the fly which then get applied to the image deployment).
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now