Jump to content

Recommended Posts

Posted

I'm currently experimenting with WDS to replace our current Ghost Image builds but I'm having problems getting it to be 100% unattended.

 

While I was playing around with RIS I prestaged my test machines which then meant that after the F12 boot setup I just entered my domain password and the image started.

 

However, I don't know if it's how i've sysprep'd my machine or if it's how I've captured the WIM, but everytime it asks me for the Machine Name.

 

Here is my curreny sysprep.inf

 

;SetupMgrTag
[unattended]
   OemSkipEula=Yes

[userData]
   ProductKey=ourvlk
   FullName= "ICTSupport"
   OrgName= "HABSBOYS"
   ComputerName= %MACHINENAME%

[RegionalSettings]
   LanguageGroup=1
   SystemLocale=00000809
   UserLocale=00000809
   InputLocale=0809:00000809

[GuiUnattended]
   AdminPassword="ourpassword"
   EncryptedAdminPassword=no
   OemSkipWelcome = 1
   OemSkipRegional = 1
   AutoLogon=Yes
   AutoLogonCount=2
   TimeZone=85

[Display]
   BitsPerPel=32
   Xresolution=1024
   YResolution=768
   VRefresh = 60

[Networking]
   InstallDefaultComponents=Yes

[identification]
   JoinDomain=ourdomain
   DomainAdmin=administrator
   DomainAdminPassword=ourpassword

 

Is this still the correct method or have things changed with WDS?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...