Difference between revisions of "User Mgmt"
From Stadm
Jump to navigationJump to search (Created page with "=Title= ==Migrating Local Users to domain users==") |
|||
Line 2: | Line 2: | ||
==Migrating Local Users to domain users== | ==Migrating Local Users to domain users== | ||
+ | *copy over(or install) USMT from server so that you can execute LoadState and SaveState commands from windows | ||
+ | *if on domain server | ||
+ | xcopy \\server\share\USMTx86 C:\USMT | ||
+ | *how to migrate only one profile: | ||
+ | scanstate /i:migapp.xml /i:miguser.xml \\server\share\storage /ue:*\* /ui:"LOCALUSERNAME" | ||
+ | */ue is for user exculdes which we exclude all users with *\* first(scanstate by default backups all users profiles) | ||
+ | */ui is for user include and has precedence over /ue even if user is part of the domain/workgroup that is excluded if /ui is specified profile will be backed up | ||
+ | *\\server\share\storage can be local or network, it is where scanstate will save the profile backup | ||
+ | *how to load backup profile to a new profile: |
Revision as of 13:42, 26 August 2014
Title
Migrating Local Users to domain users
- copy over(or install) USMT from server so that you can execute LoadState and SaveState commands from windows
- if on domain server
xcopy \\server\share\USMTx86 C:\USMT
- how to migrate only one profile:
scanstate /i:migapp.xml /i:miguser.xml \\server\share\storage /ue:*\* /ui:"LOCALUSERNAME"
- /ue is for user exculdes which we exclude all users with *\* first(scanstate by default backups all users profiles)
- /ui is for user include and has precedence over /ue even if user is part of the domain/workgroup that is excluded if /ui is specified profile will be backed up
- \\server\share\storage can be local or network, it is where scanstate will save the profile backup
- how to load backup profile to a new profile: