Setting up a client based configurtion for WDS deployment


hello,

basically i'm trying setup automated wds deployment, i've finished required image , can deploy through wds 1 manual action changing password (i can't seem find option disable this)

so i'm trying setup simple html page can use fill in ip information, network information, hostname ect.
once filled in should create sort of file wds picks up.
have able install multiple desktop @ once changing unattend file isn't option.

working setupcomplete.cmd file doesns't seem option well, would've been option if wds pick filename (let's use mac address in filename)

i hope here has idea's!

thanks,

sander

regarding ip, exactly. best practise use dhcp, except servers.

if wds doesn't find corresponding computer account mac address, pick name @ random.

to skip password prompt, little different win7 , win8 (and other os:es). windows 7, disable built-in admin-account , pre-create e.g. account named "admin" (that without password). can type in whatever password in unattend.xml, , won't matter.

<useraccounts>
  <administratorpassword>
            <value>uabhacqajab3adaacgbkaeeazabtagkabgbpahmadabyageadabvahiauabhahmacwb3ag8acgbkaa==</value>
<plaintext>false</plaintext>
  </administratorpassword>
</useraccounts>

for windows 8, slighly different, _have to_ create new account, can delete using script after installation complete.



Windows Server  >  Setup Deployment



Comments

Popular posts from this blog

2008 Windows Deployment Server Properties Error

Can no longer user MS Update - Files required to use Microsoft Update are no longer registered

How do a find data in one file, search for it in another file and if not found, write a custom message to another file