You are not logged in.
Due to a large amount of fake accounts registrations for advertising purpose (spam), this forum does not accept new registrations any longer.
You can still browse existing threads to find the help you are looking for. If you do not find it and have questions, please use this contact form.
====================================
En raison d'un nombre important d'enregistrements de faux comptes utilisateurs à des fins de spam (publicité non sollicitée), il n'est désormais plus possible de s'enregistrer sur les forums de support technique.
Vous pouvez toujours parcourir les sujets existants pour trouver ce que vous recherchez. Si vous ne trouvez pas l'information et avez des questions, veuillez utiliser ce formulaire de contact.
Just bought Fab's AutoBackup 7 Pro and have hit a snag. I backed up a machine with 7 domain accounts. Now when I restore, the only option is to create local accounts one at a time. I don't want to local accounts, and I can't ask the 7 users (many of them are part-time volunteers) to log in one by one to pre-create the profiles for their domain accounts.
Also, it seems the restore only works one user at a time instead of doing all users at once like the backup.
Can I handle multiple existing domain users with Fab's?
Offline
All domain user profiles must have been created first. Then there should not be any problem restoring several users at once. Then it works like with regular profiles
Fab
Offline
Thanks for your reply.
I see now how the multi-user restore works (I was looking for checkboxes like on the backup).
Is there a way to create an empty domain profiles without requiring each user to logon to the new machine? I've seen other tools do this (USMT, ForensIT), but so far I haven't found a way to do that manually, even outside of Fabs, e.g. a command-line tool.
Offline
so far I haven't found a way to do that manually, even outside of Fabs, e.g. a command-line tool.
You could use a script for that, every user account should have a password or this will not work at all :
runas /savecred /user:Domain\User1 /password:Password1 "C:\Windows\System32\systray.exe"
runas /savecred /user:Domain\User2 /password:Password2 "C:\Windows\System32\systray.exe"
...
runas /savecred /user:Domain\UserX /password:PasswordX "C:\Windows\System32\systray.exe"
Systray.exe closes itself automatically. When it is called, Windows will create the basic folder structure and basic registry hive for the target user account. Then, run Fab's AutoBackup and it will see the new profiles.
Fab
Offline
Interesting idea, but that's the problem: I don't know the passwords and really, I don't want to know.
I did some more hunting around but so far, I only found variations on the approach you suggest. Many say to start cmd.exe using runas.
So it seems there are no pre-built tools to do this. I wonder how USMT et. al. handle it. Maybe they just load the files and add the SID and path to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
I checked a machine that I migrated using USMT. That registry key lists the eight users that I migrated even though only two have logged on so far. I'm not sure if or how USMT handles HKCU for each user--maybe manipulating NTUSER.DAT directly?
Fab's Autobackup is still useful in situations where the profiles already exist. It would be nice if it could optionally create profiles on the fly without needing passwords.
Offline
The problem is that I do not know how all of this works behind the scene. It's easy to screw up the things
Fab
Offline
[ Generated in 0.040 seconds, 7 queries executed - Memory usage: 1.43 MiB (Peak: 1.61 MiB) ]