Help! How to migrate local account settings to domain account in Windows 8.1 Pro

All kinds of answers to this question come up for Windows 7 (even though I specify Windows 8.1 Pro)
Anyway, have a laptop originally with Win 8.1 and a local account created.   Upgraded to Win 8.1 Pro and logged in as domain user.  How can I copy all the settings I had as a local account to my domain account? Surely SOMEONE has found a way
to do this?

Hi,
You can use USMT to achive your goals. However, I doubt whether you would encounter some problem, as domain controller would set some restricted settings and some policy of your local account won't be applied.
To know more about USMT, please refer to the link below:
http://blogs.technet.com/b/nepapfe/archive/2013/04/15/using-usmt-v-5-to-migrate-your-profile-data-apps-amp-profile-settings.aspx
Roger Lu
TechNet Community Support

Similar Messages

  • Best Way To Migrate Local Accounts to new OD Server?

    Hello everybody, I'll keep this simple:
    I've got about 20 macs that have just joined themselves to my shiny new Open Directory (i.e. I bound each machine through the Directory Utility).
    What is the best way to migrate their local accounts to network accounts? Note that almost all of these macs are laptops that will be taken home from time to time. And of course, the less 'interruption' of normalcy, the better.
    Thanks for any suggestions,
    Evan

    I did something similar last year, migrating local accounts to network accounts after binding the machines to AD. I'm not sure how much what I did will differ for your particular case, but maybe this will point you in the right direction. Bear in mind, this sort of laborious, but it works well enough.
    In my particular case, the local accounts were named the same as the network accounts so I had to do some sleight of hand with the home folders to make sure nothing got deleted on accident.
    Log in as root (you could do this with an admin account, but root makes it much easier.)
    Move the local account home folder out of the /Users folder and to the root desktop for safekeeping.
    Go to User Account control panel and delete the user account.
    Log out of root and log back in as the network user.
    Log out of network user and log back in as root.
    Delete the new, default home folder in /Users and move the old one back.
    Use chown -R username /Users/username/ on the command line to give the new network account ownership of the old home folder.

  • How to Move Local Users to Network Domain Users

    Before you follow these instructions...... I'm a rank amateur so I'd check to see if the smart kids have corrected my errors or improved on the method in the replies below
    The reason for the post is I have good and established local user accounts on all the computers and moving them to domain controlled accounts is the one topic I could not find a script to follow that worked for my low level of knowledge of OS X.
    Let me first explain my setup and needs. I'm replacing a Windows Home Server (WHS) with the Mac Mini Server. My goal was to have the Mac Mini as the server holding all our photos, data, etc. and running a user account to run the family iTunes account to feed the Apple TV and be the backup / sync point for a family sized set of iPod Touches, iPads and iPhones. I want to be able to log into each mac and have the same information setting, links, etc........ basically walk around the house, find any mac shaped device not used by someone else, log in and carry on where I was before -  with the MacBook Air having a portable account so it can come travelling with us.
    The key hardware is...
    Mac Mini Server running Snow Leopard 10.6.8
    Apple TV
    2 x iMac Running Lion 10.7.1 [upgraded from 10.6.8]
    MacBook Air running Lion 10.7.1 [upgraded from 10.6.8]
    Normal stuff like wifi, hubs and a router doing the DHCP (and for me reserving IP addresses based on the 'MAC Address' to save me having to manually configure all the IP addresses)
    Key Resources I used as I learnt how to do this; to level set you all, I'm a relative newcomer to OS X having had a Windows life with Linux for fun, so i'm not a mac or IT specialist but like to play around.
    Apple's podcast series 'Apple Quick Tour of Leopard Server'  - this is great, it informed me and kept me motivated through all the bah moments, all 33 episodes and it's in the iTunes store as a podcast.
    The book 'Mac OS X Snow Leopard Server For Dummies' - I bought this about half way through the whole process and wish i'd bought it earlier, my reccomendation would be get the Kindle version so you can search it for advice.
    The excellent information on DNS from Hoffman Labs http://labs.hoffmanlabs.com/node/1436
    The video 'Setting up a primary DNS zone.....' from Lynda.com on youtube  http://www.youtube.com/watch?v=OOEgQY9oFK4
    The Series of PDF document on Snow Leopard Server from Apple http://support.apple.com/manuals#mac%20os%20x%20server%20v10.6
    And finally this excellent post from Joe Ferrante which was the core of what I used http://joeferrante.net/how-to-migrate-local-user-account-to-network-user-account -with-networked-home-folder-on-snow-leopard-server/
    Right off we go....
    Setting up the Server [this took me 6 goes to get it right as I learnt a little each time].
    So i'm not going to go through this step by step because it in the 'dummies' book and the videos from Apple above and those will be better than anything I write but here's my details/advice.
    I split the primary disc into 2 partitions using disk utility so I could reformat the operating system without moving my data.
    100GB for the OS X system
    400GB for user data
    Install OS X from the DVD, press the buttons based on your desires but stop at the bit about naming you computer titled Network Names
    READ UP ON DNS  - this one of the reason I had so many goes as it was the 1st time i've set up a server like this using DNS and guessing didn't get me there.
    If you don't have one buy a domain name for your network it make it much easier in the long run & is $10 well spent
    The name needs to be [the computer name].[your domain name].[com or net or org, etc]
    So if you want you computer to be called fred and you bought or have the domain location.com enter fred.location.com in the primary DNS name box
    This shoud automatically put fred in the computer name box.
    Follow along with the set up guide to finish
    After you have finished the set up test the DNS with NSLOOKUP in a terminal window
    nslookup fred.location.com    in my example and you should get the IP
    Add your servers IP address to the list of DNS servers in network preferences on the client mac.
    Bind [link] the client computers to the server in Accounts on the client computer - I used the 'dummies' book for this but there's lots of data on the web.
    Clean up the user profile on the client to reduce the size of the Home folder as much as possible or the data transfer is loooooooonnnnng - i also connect the iMac on a cable rather than wifi to speed it up.
    Read Joe's post http://joeferrante.net/how-to-migrate-local-user-account-to-network-user-account -with-networked-home-folder-on-snow-leopard-server/ and follow along.useful info I learnt somewhere - to get the paths to the folders correct in the terminal window go to the folder in Finder and then drag it to the terminal window and let go - this will put the correct link in the instruction.
    You now need to be on a terminal window on your server, with a finder window open and logged into the client as the user you are moving
    THE CLIENT COMPUTER NEEDS TO BE LOGGED OUT or logged in as a different user than the one you're trying to move.
    so when you're at the right point - type sudo cp -R then hit the space bar, drag the existing user folder onto the finder window, add the /* and hit space then find the users folder on the server and drag that onto the terminal window to complete the instruction.
    Hit enter and wait a while assuming it starts ok - i used network traffic on the Activity Monitor utility to check if it was working.
    If you got this far and it all worked - login to the profle you moved on any computer linked to the server or the server but not the original client computer to see if it worked and all your setting and data are intact and then delete the profile off the original client if it was ok [archiving the home directory took ages for me].
    As you can probably guess most of this was good learning for me and it worked successfully for me in the end, moving all my history, saved password, etc, etc without any problems.
    Hope this helps other in the same situation & feel free to expand or correct this if I've missed anything.
    Ed

    Hi,
    I was unable to access the Joe Ferrante information (it appears to now requrie a password and was not able to determine how a username and password were assigned)  Would you happen to have a copy of the post that you refer to above?
    I am still at the early stages of this process but am hoping that the steps you refer to are going to get me where I want to be.  Your stated end goal is where I hope to get to.
    Thanks,
    Sean

  • Metro Apps don't open on Local and Domain account. Works on Microsoft Live account. Windows 8.1 Pro

    This is Happening on Three different computers.
    All computers are Windows 8.1 Pro. This is a clean install.
    When the computer is initially setup, I first sign on with my Windows Live ID and everything seems to work fine there.
    After Joining the computer to the domain, none of the Metro UI apps will open, they open briefly and close.
    Added a local account and found that it also does not work there.
    Steps I have tried to resolve this:
    Modified owner and permissions on registry Key: HKCR\AppID\{3EB3C877-1F16-487C-9050-104DBCD66683}
    Changed owner to Local Administrator and gave full controll to Local Admin and Domain user account.
    Ran DCOMCNFG and under Computers ->My Computer-> WinInetCacheServer Properties I went to the IDENTITY TAB and changed
    it to the Interactive User.
    That did not help.
    Ran this command: "powershell
    -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.xml" from elevated command prompt and also did not help.
    I tried downloading the App troubleshooter but it would not run.
    I also tried "wsreset.exe" and got an error saying: " Windows cannot find 'ms-windows-storePurgeCaches'. Make sure you typed the name
    correctly, and then try again"
    When Trying to open the app and it fails I get this error under Applications in Event Viewer:
    "Activation of app winstore_cw5n1h2txyewy!Windows.Store failed with error: This app does not support the contract specified or is not installed. See the Microsoft-Windows-TWinUI/Operational log for additional information."
    Anyone know how to resolve this.
    We are looking to implement Windows 8.1 Pro to our clients pretty soon and need to get this resolved asap.
    Thanks

    This is Happening on Three different computers.
    All computers are Windows 8.1 Pro. This is a clean install.
    When the computer is initially setup, I first sign on with my Windows Live ID and everything seems to work fine there.
    After Joining the computer to the domain, none of the Metro UI apps will open, they open briefly and close.
    Hi,
    Did you mean that this problem only after you join the computer to the domain? if so, you may need to check whether you domain controller would install any program to your system. or you can contact domain adminstrator for further assistance.
    In addition, run the following in a Command Window (CMD) to re-register the Store App:
    powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.XML
    Roger Lu
    TechNet Community Support

  • Help:  How to add a library item to hide the default Window menu

    Hi,
    In this post: Help: How to add a library item to hide the default Window menu, it described how to create an menu that will hide the default window menu.
    I'd like to know if there a way to put this component into library so that others can directly inherit this menu in other FORMS and how to implement it.
    Jimmy

    Hi,
    I found the solution and the post was not properly phrased. There is no need to add menu into library. All we need is to put the compiled menu into Oracle AS and add the menu name the menu module of the given form.
    Thanks.
    Jimmy

  • Mail server not responding. Need help how to verify my account

    Mail server not responding. Need help how to verify my account

    There are instructions on this page for how to create a new account without giving credit card details (the instructions won't work with existing accounts) : http://support.apple.com/kb/HT2534
    Unless an account is created via those instructions then credit card details will need to be entered on it before the account can be used.

  • How to enable administrator account in windows 8

    I need Administrator Account access to install SQL server 2005 in Windows 8  and I tried all Possible or given solution in PC but I'm not succeed to enable this account.. I tried lusrmgr.msc also but there is nothing option.
    Mainly I couldn't find the option Local User and group management option in Windows 8..
    and also i tried from cmd by net user administrator /active:Yes
    but command displays access denied
     

    Hi,
    Please try this to enable CMD on logon screen:
    http://www.askvg.com/how-to-launch-command-prompt-or-other-programs-using-ease-of-access-button-at-login-screen-in-windows-vista-and-7/
    Then, try to enable built-in admin account.
    net user administrator /active:Yes

  • Local accounts in Windows 8.1

    Is there a way to create a local account in the Windows 8.1 Preview instead of using a Microsoft account?

    You really have to shake your head when you look at the way Microsoft is using dimmed text and small fonts to try to get everyone to overlook that it's possible to set up a LOCAL ACCOUNT and avoid their predatory cloud integration.
    I guess most everyone entrusts Microsoft to have a permanent "foot in the door" anyway (e.g., via Windows Update), so shipping their administrative account info to them doesn't really seem such a stretch.  And of course, pure consumers
    who just use their computing hardware as playthings don't really care much about privacy anyway.  Near as I can tell, they don't care about much of anything.
    Trust mother Microsoft.  We'll be good to you.
    I admit I really didn't see the modern era of "dumbed down computing" arriving quite so rapidly.  I blame Apple Computer for starting the trend that handily averts a "Star Trek future" in which everyone is highly educated on technology.  Now
    we have a nation (world?) of people who are constantly distracted - on purpose. 
    And now Microsoft is feverishly trying to follow Apple.
    "Dumb and dumber".  Sigh.
    -Noel
    Detailed how-to in my eBooks:  
    Configure The Windows 7 "To Work" Options
    Configure The Windows 8 "To Work" Options
    Hi Noel, I see  your being more acceptable to windows blue. Anyways I proposed your answer. Noel if U dislike MS why do U use MS products?

  • How to unlock user account in Windows Server 2003

    Hi,
    I want to unlock a user account in Windows Server 2003.
    I have read a great post at http://forums.sun.com/thread.jspa?threadID=716240&start=0&tstart=0
    But I can not get it to work. According to the post the only thing you need to do is:
    "+to unlock an account, just set the value of the attribute lockoutTime to zero+".
    When I set lockoutTime to zero nothing happens. The user can still not logon.
    When I read the lockoutTime attribute for an account that is locked it is empty or zero if I have tried to unlock it earlier.
    So it doesn´t seem to change when the account is locked.
    Thanks!

    Hi,
    Windows Server 2012 has come with the concept of Group Managed Service Account (gMSA).  
    Following are the benefits of gMSA,
    - A single gMSA can be used on multiple hosts.
    - A gMSA can be used for scheduled tasks.
    - A gMSA can be used for IIS Application Pools, SQL 2012 etc.
    Checkout the below link regarding complete information on gMSA (creation and usage),
    http://blogs.technet.com/b/askpfeplat/archive/2012/12/17/windows-server-2012-group-managed-service-accounts.aspx
    Checkout the below thread on similar discussion,
    http://social.technet.microsoft.com/Forums/en-US/5bc96d1b-0cec-4d0c-a99d-7f34509c0714/how-to-use-correctly-managed-service-account-in-windows-server-2012-?forum=winserverDS
    Regards
    Gopi
    JiJi Technologies

  • Not able to view SETTINGS,CAMERA tiles in my Windows 8.1 pro

    Hey Hi,
    I'm using Windows 8.1 Pro, for the past few months am facing an issue where i couldn't view my SETTINGS & CAMERA tiles in START Menu or APPS but i could find the installation directory of CAMERA available in drive when i try to execute EXE i couldn't
    see no response.But i hope i done a big mistake by deleting two folders in my C drive namely
    (i) 7e9ccd370a55bf48082430fc4a76
    (ii)f347ecf48dbec73441492a4d
    then i started facing the mentioned problem from that moment and those tiles disappeared, i was able to restore those folder but no luck It was no more. Please could you help me over it !!!!
    Thanks & Regards,
    Naresh S.

    Hi
    Run this Apps troubleshooter and see if it make any difference, if doesn't work, then
    Please run DISM(with admin)command, and check if it can help you to fix the missing\corrupted files
    DISM /Online /Cleanup-Image /RestoreHealth
    If you have a restore point, you can also restore your PC to a previous state which the computer is working fine.
    Regarding to the deleted file, could you please paste the full path of the files here so we can better know what the file is?
    Yolanda Zhu
    TechNet Community Support

  • How can I find the currently logined domain name on Windows??

    Dear,
    I've a program that query some user account information from A.D.
    But I don't want to hard code anything.
    I've read some previous post about using LDAP, and using DNS queries to found all LDAP server of A.D.
    But how can I get the A.D. domain name in Java?
    for example
    ldcp://_ldap._tcp.xxxx.yyyy
    I want to get "xxxx.yyyy" from the logined user account. It is possible in Java.

    You coud use the NTSystem class to derive the NetBIOS domain name, however without doing some gymnastics it isn't easy to derive the fully qualified domain name. import java.io.*;
    import com.sun.security.auth.module.NTSystem;
    class NTDomain {
         public static void main(String[] args) {
              NTSystem system = new NTSystem();
              String domain = system.getDomain();
              System.out.println("Domain: " + domain);
    }The only other alternatives could be to check the domain suffix of the user principal that was authenticated via Kerberos ....
    lc = new LoginContext(searchkrb5.class.getName(),new SampleCallbackHandler());
         lc.login();
         catch (LoginException le) {
              System.out.println("Logon failed: " + le);
              System.exit(-1);
         System.out.println("Authenticated via GSS-API");
            System.out.println("User: " + lc.getSubject().getPrincipals().toString); however I think that you still have to specifify the Kerberos realm in the apps configuration file.
    Another alternative could be to make assumptions about the machines hostname, however one day an assumption will always be proven wrong, (eg. The machine's DNS domain name does not need to match the Active Directory domain).
    Unless there is a Java API to read the Windows registry or extract Kerberos ticket information from the WIndows Kerberos ticket cache, you may be kind of stuck.

  • How can I find fingerprint reader driver and software for windows 8.1 Pro - HP Dv5 1225et

    I have Hp dv5 1225et Laptop. There are drivers in Hp's web site for win 7 and vista.. I need validity sensors driver and software for windows 8.1 Pro (64Bit)... Thanks a lot all of users. 

    Hi @mfatihbodur
    Welcome to the HP Support Community. I see that you are looking for Windows 8.1 version of your Validity Sensor and SimplePass software. I have included the links below but as your model doesn't have drivers I can't guarantee that they will work but they are the latest versions.
    Validity Fingerprint Sensor Driver (Windows 8.1)
    HP SimplePass Identity Protection Software (Windows 8.1)
    Please click “Accept as Solution ” if you feel my post solved your issue.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Thank you,
    BHK6
    I work on behalf of HP

  • How to configure local account to use local software update service?

    ok folks here is the question. i have OD setup and i configured network users to get updates from my software update and it works just fine. the one thing i cant figure out is how can i configure local machine accounts to get updates from that same server.
    any help would be appreciated.

    Hi VMF
    OK I understand what you are saying. In which case why dont you apply the managed preference at machine level?
    Failing that create an account on the server which is the same as your local admin account. Ideally all the local admin accounts should have the same name and password and the name should be different to the server admin account. One or both of these suggestions should work. HTH

  • Help - How To Add Email Account To ITunes

    I’ve added a Gmail account to my iPhone (original model using iTunes 7.7 & OS 2.0) and Entourage and Mail applications. It works fine in both applications and the iPhone.
    My problem is that it does not appear in the list of my older mail accounts in iTunes when I sync my iPhone. It appears that iTunes does not recognize the newly added Gmail account even though it is fully functional.
    Does anyone know how to add an email account to iTunes so that its settings will be synced?

    I am having the same problem. Two mail accounts on the computer but none show up in itunes. They did the first time I synced the phone and now they are gone, unfortunately the first time i synced I didn't sync the mail accounts and on the second sync I was going to set up the mail accounts but they've vanished. Very strange. I've searched and have seen another post on this problem, but no solution.

  • How to migrate local iCal data - iCal Server 2?

    Hi folks,
    my topic already says everything: How can I migrate my local iCal calendars to iCal Server 2 without having to touch each appointment?
    (10.6.2 Server + iCal Server 2 is properly running and well configured in iCal)
    Tnx,
    Christian

    I found the solution
    1. export the local calendar you wish to migrate
    2. import the exported file again
    3. you will be asked in which calendar you wish to import -> choose the server-side calendar
    that's it!

Maybe you are looking for

  • RFC Sender (XI 3.0, SP14) Load Balancing doesn't work

    Hi all, We're "desperately" trying to use the Load Balancing option of RFC Sender Adapter (XI 3.0, SP14). It doesn't work. The Adapter can not register to the sender SAP server. But when we do not use the "Load Balancing" option, everything works wel

  • Testing / Editing SLD connection in WebDynPro Content Manager

    In my WebDynPro Content Manager (http://<hostname>:<port>/webdynpro) I went to test the JCO Connection to the SLD defined under: "System Defined Content" | "JCo Destinations" When I test it I get: com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNI

  • Finder sidebar _icon size_

    Is there any way to increase the finder window sidebar icons? I hate leaning in and squinting because I can't increase the size. So my home window stays in icon mode and that's a waste of a perfectly good sidebar tips? cli prompt? Bueller?

  • PC Suite File Sync

    I just downloaded the PC Suite 6.84.10.3 since I have been longin g file sync for long time. Unfortunately it seems to be working only partially. Changes on my E61i files are not identified as more recent from the suite and the older PC files are ove

  • Aperture and Bridge interface

    I cannot access photos in the Aperture library from Bridge. When I click on the Aperture cube icon (Aperture Library.aplibrary") from Bridge, Aperture opens and nothing more. Is this usual? Or do I need to do something to get Bridge to recognize all