MDT 2012 Windows 7 Deployment Stops At User Account and Computer Name Setup Page

I was given a sysprepped custom Windows 7 WIM image that was set up by a third party that didn't use MDT to create the WIM.
I created a task sequence to deploy it, but it never finishes.  After the OS installs and it reboots, it comes up to the white setup page asking for a user name and computer name that looks like this image:
Is there a setting in MDT that can change that behavior?

Are you joining the computer to a domain?
It sounds like MDT did not create the unattend.xml file itself (or is there an unattend file already in the image itself?)
MDT needs to be able to autologin with the local admin account
From MDT in your task sequence - OS info - Edit unattend.xml you can check if your unattended file is correct.
Check what's in there for:
- computer name in 4 Specialize area - Windows-Shell-Setup_neutral (it should be empty  if you want MDT to handle it).
- Also i think you need to have in the Specialize section, under Microsoft-Windows-Deployment_neutral - Run Synchronous an EnableAdmin insert
This will enable the local admin account
- Also check in phase 7 oobe System in Shell-Setup_neutral
There should be an autologon with a count of 999
Check if you have any Local Accounts there.
Finally read this:
When I am joining clients to a domain, can I avoid creating a local user
account on the computer?
Yes. To do this, create an image unattend file that adds a domain account to the Administrators group. In addition, you must delete the <LocalAccounts> section if it is present in your
unattend file (simply commenting it out will not work). An example file is below. Note that if domain join fails, Windows Deployment Services will not use the unattend file so you will be able to create a local account. For more information about creating
unattend files, see Automating Setup.
<?xml version='1.0' encoding='utf-8'?>
<unattend xmlns="urn:schemas-microsoft-com:unattend" xmlns:ms="urn:schemas-microsoft-com:asm.v3" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
<settings pass="oobeSystem">
<component name="Microsoft-Windows-Shell-Setup" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="amd64">
<UserAccounts>
<AdministratorPassword>
<Value>password</Value>
<PlainText>true</PlainText>
</AdministratorPassword>
<DomainAccounts>
<DomainAccountList wcm:action="add">
<DomainAccount wcm:action="add">
<Group>Administrators</Group>
<Name>DomainAdmin</Name>
</DomainAccount>
<Domain>DomainName</Domain>
</DomainAccountList>
</DomainAccounts>
</UserAccounts>
</component>
</settings>
</unattend>
I tried opening the unattend.xml from the MDT workbench, but it errors out saying it cannot be done because the captured image is x86.

Similar Messages

  • Parse Security Logs for User Account logon Computer Name

    Greetings,
    I was recently tasked with creating a list of user accounts and the computer in which they logged onto.  Unfortunately, we do not have time to use the logon script method.   I believe we can achieve this goal using software similar to LANSweeper
    however not all computers will be turned on at a given time and I believe this application gathers it's information from the client PC.  One possible solution I see is parsing the data from our domain controllers Security Logs / Successful Logons however
    this is proving to be a challenge. Any suggestions?  
    Thanks,
    Chris

    Hi Chris,
    I was recently tasked with creating a list of user accounts and the computer in which they logged onto.
    I believe we can achieve this goal using software.
    There is no built-in tool to complete this task.
    However, we can configure event log trigger to send email when specific logon events are generated.
    Here are some related articles below for you:
    Getting event log contents by email on an event log trigger
    http://blogs.technet.com/b/jhoward/archive/2010/06/16/getting-event-log-contents-by-email-on-an-event-log-trigger.aspx
    Send an email when an event is logged
    http://blogs.iis.net/rickbarber/archive/2012/10/26/send-an-email-when-an-event-is-logged.aspx
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Reading windows user id and computer name

    I am using servlet and jsp's in my web application. I want to read clients computer name and their windows userId in jsp. How I can do this?
    Thanks,
    Reddy

    You can use an Applet to do this but you'll need to sign the applet and the user will need to have jre1.3 or greater installed (see Java Plugin).

  • My login widow shows both user account and system administrator account . how do i not show the root account on my MBP i have upgraded to mountain lion

    my log in window shows btoh my user account and the system administrator (root) acount. how do i not show the system accout on the log in window?

    I think you need to disable the root user assuming you have it enabled.
    Navigate thus;
    /Applications/Utilities/Directory Utility
    ...and then.....
    Edit>Disable Root User

  • How to stop the removing a user account and saving the home directory  to a disk image?

    I tried to delete one of two administers on my iMac (10.10.1). After more than 12 hours it will not let me quit System Preferences for it "is removing a user account and saving the home directory to a disk image". How do I finish deleting the administer and quit System Preferences?

    I would recommend asking them in C# forums: https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=csharpgeneral&filter=alltypes&sort=lastpostdesc
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • 2 ipods, 2 user accounts, 1 computer, 1 library

    its got to be possible...
    me and my girlfriend both have new ipods, we have one laptop at home that we both have seperate user accounts for. I've spent a while ripping all of our cds to itunes so we can listen to them.
    I have a networked hard drive that we can both access and all of the music files are stored on this, both user accounts itunes point to this shared location.
    Unfortunatly the problem is this only moves the content, not the library .xml files themselves. Although my g/f can see the mp3s she cant see my itunes library files so her itunes appears blank.
    I thought sharing my library would work, but it seems that this is only true if you have a pc each, not a logon each.
    I can manually copy my itunes library xml files to her "my documents" folder but if either of us then add or download new cds then the others isnt updated.
    so my question? how can i make this work? i presume i need to move the location of our itunes library xml files to a common folder we can both access. I cant seem to find a way of doing this (i've already moved the actual music files themselves successfully)
    How can you get round this as its "our" music we dont want seperate librarys, and no, i dont really want to grant her acceess to my logon (if only cos she might accidently delete stuff!)
    Ideas please...
    Thanks,
    Ian

    Your idea about scripting got me thinking, i could write a vbscript to update the relevent files but this would have to be run manually or scheduled to run frequently, either way theres room for error. the link you gave me seems to do a simalar thing.
    it gave me an idea about fooling itunes into thinking it was updating another location, as i only use my "my music" folder for storing my library xml (all other files are on the network drive) i changed the regestry keys for the my documents folder to a local folder with 'everyone' access.
    HKEYCURRENTUSER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders (&User Shell Folders)\My Music\Value="C:\Documents and Settings\Ian\My Documents\My Music"
    and change value to "C:\Shared iTunes Library"
    A search in regedit will bring up any other locations that need changing.
    Do this with both user accounts and it works a treat, one big library working with two seperate user accounts on one laptop :o)
    The free app "tweakUI" makes the registry chnages for you i've just found out!
    http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx
    Enjoy!

  • Cannot change anything in user account and family safety, even logging as an administrator account.

    My 1st user account was an administrator account, 2nd user account was a standard account. 3rd user account was a guest account of window 8 single language, however i accidentally made a mistake by setting guest account from standard account to become an
    administrator account. I also set down the 1st user account from administrator to standard account and after these stupid settings, the guest account becomes administrator account anyone can access in without any password, the 1st and 2nd accounts become standard
    accounts! Before this mistake, the 1st user account was the main account of mine, 2nd and 3rd (guest account) were logged in very rarely.
    The problem is when i logged in guest account as administrator, i cannot set the 1st or 2nd back to become another administrator account. Something has gone strange, it has been prevented me to set the others to be administrator and the guest back to standard
    account. Being as an administrator account, the guest account was totally useless in changing settings. When i logged in with 1st and 2nd account, i also cannot change anything in the user account settings (change type of user account) and family safety, all
    attempts to change the user account settings was useless such as i never tried. I also tried "refresh your computer without losing files" but not worked. Please provide me some advices!
    I did not find the forum for win 8 single language, so i place my question here.

    Thanks for your reply. I tried to go to safe mode of win 8 by holding the shift key while clicking "restart" on the login screen. (My login screen now shows 3 account users). Then i chose troubleshoot -> advanced options -> windows startup
    settings-> i went to safe mode. The safe mode only showed a complete black screen with an only window: "Administrator: cmd.exe". I did as you said (typing NETPLWIZ) and the User accounts window appeared. I went to "properties" of each
    user account and set 1st and 2nd accounts to Administrator but got the error: "This user cannot be added. Access is denied." and another error window: "Usert accounts: the group membership for ... could not be updated."
    Yesterday, i went to elevated command prompt as an administrator and typed "net user administrator /active:yes" with hope that the built-in administrator would be activated and i would use it for full control settings of 3 other user accounts.
    But i got the error: "system error 5. Access is denied."
    Now, my position is quite bad. Login with guest account which was set as administrator, i still can not have full control of this laptop, so that all attempts of mine to change the user account settings is denied. This guest account also does not have a
    password at all so that everyone can open my computer without typing a password. Because access is denied, i cannot set a password for the guest account even now it is the administrator account and i am loging in it.
    p/s: I tried to refresh the system but still got the error: "There was a problem refreshing your PC. No changes were made". And i also tried to restore the system, but got the error: "System restore did not complete successfully. Your computer's
    system files and settings were not changed. Details: A volume shadow copy service component encountered an unexpected error. Check the Application event log for more information (0x80042302)"
    I went in registry editor in safe mode and did as you said but there was no "AutoAdminLogon", "DefaultUserName", "DefaultPassword". I only saw "AutoLogonSID" and other different names...
    The problem i got half year ago has still remained and recently i made this mistake. https://social.technet.microsoft.com/Forums/en-US/8ebd868c-bdfd-412e-95a6-9dc0095d431c/cannot-paste-any-online-pictures-from-any-websites-into-wordpowerpointonenote-2013?forum=officeitpro
    I am a young woman who always creates mistakes when setting computer because of my carelessness.
    Hi,
    These phenomenon should be access rights problem, you need to check your current system User Accounts status. In my opinion, your administrator account probably disabled.
    Open Run, type LUSRMGR.MSC, press Enter.
    Then check your current system account which Group they are belongs to.
    If there is any progress, please feel free let me know.
    Roger Lu
    TechNet Community Support

  • I changed user account and now Time Machine won't back up.

    A few months ago I had a problem with my user account. I can't remember the details but i think it would no longer accept my password. After doing some hunting around for answers i made a new user account with administrative priviledges and transferred all the files over to that account. I also changed the permissions on those files to allow me to access them as a new user identity. For the most part that seems to have worked for me, although possibly i have not done the right thing.
    Anyway, i have just realised recently that although the little circular arrow that indicated that Time machine is backing up my files, it hasn't actually made a backup since the end of august, which was possibly when i did this funny thing with my user account.
    I am assuming that Time Machine has just got very confused about the disappearance of my files from the previous user account and change of permissions etc.
    What can i do? I read on 'pondini.org' that i could reset my time machine by deleting the preferences file from my system library and then rehooking up my external hard drive as the desired backup volume. It would then, i assume make a full backup to begin with?
    Any advice gratefully received. I am a graphic designer and i do need to have my files backed up!
    thanks
    Lesley
    ps i had some extra  RAM installed a little while before the user account problem and only mentioning it here in case that is an issue with Time Machine as well.

    Hi Lesely, sadly the great pondini has passed away.
    Have you looked through Pondini's extensive TM help site?
    http://Pondini.org/TM/FAQ.html
    http://pondini.org/TM/Troubleshooting.html
    Can't imagine something not being covered there.

  • How do I create a new user account and migrate my data to it?

    I have problem with Adobe Bridge crashing when I exit Camera Raw.  I was advised by my local apple service store to create a new user account and test Bridge using the new account.  It works fine.  So what do I do now?  I don't know what in my account is causing the conflict but assume that the solution might be e newly setup user. 

    Checking the behaviour in another user account is a TEST, not a solution! You don't need to move everything over. Otherwise, every time you get a user account problem, you'll keep moving to a new user account again and again.
    If the problem does not occur in a new user account, then the cause is something IN your user account. This is usually a Preference file. Adobe Bridge seems to crash a lot, and it can usually be fixed by deleting the Bridge folder in <user>/Library/Application Support/Adobe/
    You can also try deleting the Bridge preference file, which will be in <user>/Library/Preferences, and called com.adobe.bridge5.plist (or similar).
    If that doesn't work, you can test removing a whole bunch of the various Adobe files in those folders. You can always put them back if they don't change anything. And you've got a backup, haven't you? ;-)

  • HOW TO SHARE MY ITUNES LIBRARY WITH MY WIFE ON SAME IMAC WITH DIFFERENT USER ACCOUNTS AND APPLE ID'S. PLEASE HELP, SOMEBODY!

    I just created an Apple Id for my wife and a user account for her.  We are on the same computer (iMac). I cant for the love of God get my itunes library to show on her user account on computer.  My library shows up under shared library when i select it it just keeps loading and nothing.  When i try the hold down option while opening itunes on her user account and then choose library my library doesnt show up as option.  What in the world am i doing wrong, why is Apple making this so difficult. We are not going to buy separte computers just to share itunes content. Please help.

    You can sync devices with the same iCloud ID, not seperate ones.
    If she has a different login on your Mac, make sure she has her own ID defined in System Prefs > iCloud

  • We are having sync issues when trying to use separate user accounts and Apple ID's on the same iMac. What can we do?

    My wife and I share an iMac and we each sync to it using separate user accounts and separate Apple IDs. She has an iPad 2 and I have an iPhone 4. We upgraded the mac to Lion and the iphone to OS 5. Now itunes only recognizes my apple id no matter which user is logged in. Now if I download the Home Depot app to my phone it automatically gets pushed to my wife's iPad, which she does not want. We want to keep things separate. How can we do this?

    You can sync devices with the same iCloud ID, not seperate ones.
    If she has a different login on your Mac, make sure she has her own ID defined in System Prefs > iCloud

  • HT4796 I used migration to transfer iTunes from pc to mac book. It had me set up another user account. Now i have 2 user accounts and i have the iTunes on the wrong one. How do i get the iTunes on the original account.

    I used migration to transfer iTunes from pc to mac book. It had me set up another user account. Now i have 2 user accounts and i have the iTunes on the wrong one. How do i get the iTunes on the original account.

    In Mail Preferences/Accounts/each GMail account, set up the SMTP Outgoing Server for each account separately, going into SMTP name/edit/Advanced and specify the Username of each account.  The Outgoing servers must be two different servers, authenticated by the Username and Password of each.
    Otherwise, the GMail SMTP server will change the from address to that of the account where the SMTP server was setup.
    Ernie

  • How can I find the user that created a user account and the user who last updated the account

    How can I find out who created a user account and who last updated the account. I think that this is the same information that is displayed in the description field on the General tab.
    I am using ADO commands and vbscript
    ug3j

    I should point out that there are two attributes of all AD objects that can help you track down the correct information in the system logs. These are the whenCreated and whenChanged attributes. This will tell when the object was created and when it was last
    modified, which should help when you search the logs. Also, while whenCreated is replicated to all DC's, so they will all have the exact same creation time, the whenChanged attribute is technically not replicated. The date/time on each DC reflects when
    the last modification was replicated to that DC. The values will differ slightly on each DC, reflecting how long it took for the change to replicate.
    Richard Mueller - MVP Directory Services

  • What exactly happens to my apps and settings when i create a new user account, and delete all the other user accounts?

    Such apps and settings that apply to icloud, appstore, and itunes. I know the apps will still be in the new account and any other purchased apps will be in the appstore for re-download. But what will happen I delete user accounts and choose not to save any folders or files of the soon to be deleted user accound? I don't have a disk to do a clean install and I'm trying to give my super old macbook pro to a friend and I want to make sure the laptop is his and everything of mine is gone. Will erasing free space do that trick?

    If it is not installed in HD>Applications folder and installed in a user account then it's gone with the user account. It's that simple.

  • Can I Create a New User Account and Move Existing Account ???

    Lion was reinstal.
    I'm suspecting issue with one user account.
    Can I creat a new user account and move all my files to that new user?
    What are the impact?
    How about permissons on this files?
    What about the Library Folder?
    Thank you for your help and support.
    BigBlaze

    This should help you out after  you have created the new user account. You are trying to make it much more complex than it needs to be. Just follow the directions in:
    Transferring files from one User Account to another.

Maybe you are looking for

  • BarCode Reader In Java

    Hi Every One My problem is how can i manage barcode reader in java. thanks

  • Stuck in BASH (Bourne-again Shell)!

    I would appreciate if anyone offered any ideas how to fix my PowerBook G4 with OS X 10.3.7. In the middle of an update, the computer froze, and I restarted the machine. Now, after an extra-long boot up process, it loads up BASH (Bourne-again Shell),

  • If I upgrade to CS4 and later upgrade OS?

    If I upgrade  to  CS4 with Windows XP, what happens when I upgrade OS to 64bit Vista (or its successor) or to a Mac?  Will I need to pay more? What are the kinks?  Thanks.

  • Where's the Interactions panel?

    Okay, so I downloaded the trial version of FC and can't seem to find the iInteractions panel. I can select a button (that I created), edit my timeline, making transitions for objects to move in and out with a moose over. During all this time I have y

  • Database slow on moving to 8.17

    Hi, we have upgraded from 8.16 to 8.17, with the XML packages enabled. Since doing so when certain intensive reports are run my system grinds to almost a halt. The slowdown seems to be associated with disk activity. Lots of it. I have these line to t