I have only recently upgraded to MDT from BDD2007 and seem to be having a couple of minor problems with automating the Deployment screens. I get prompted with the following: Welcome to Deployment screen - can select Keyboard layout (I keep the default and click next) - I don't want to have to do this User Credentials Screen - I need to manually enter usename, password and domain to connect to deployment share - I don't want to have to do this Select a Task - This is good I want to be able to select which image to deploy Configure the computer name - This is good I want to manually enter the name Ready to begin - This is good for now as I want to be able to see these details The process then begins - however when it gets to the point where it should join the domain automatically I get prompted to click next to join the domain and then have to enter credentials to do so. After that the build completes perfectly. So like I said - minor problems but I can't seem to get around them. Here is my Customs.ini file that I used under BDD: [Settings] Priority=UUID, Default Properties=MyCustomProperty [Default] OSInstall=Y UserDataLocation=NONE UserID=BDDUser UserPassword=BDDUserPassword UserDomain=MyDomain SkipAdminPassword=YES SkipApplications=YES SkipAppsOnUpgrade=YES SkipBDDWelcome=YES SkipBuild=NO SkipCapture=NO SkipDomainMembership=YES JoinDomain=MyDomain SkipFinalSummary=NO SkipPackageDisplay=NO SkipSummary=NO SkipProductKey=YES SkipTimeZone=YES SkipUserData=YES SLShare=\\MyServer\distribution$\logs Any help would be greatly appreciated. Oh Also - I have changed the Background image file under the WinPE tab of my deployment point but still get the standard Microsoft image... Any ideas on this one? |