idjk
(Just in Town)
2009-10-26 06:28 AM
Copy Multiple User Profile

Dear All

Its my first time to ask anything on forum, but any way lets try. I managed to do allot of things by Kix and its really userfull. I have a case to copy all the my documents, desktop and favorite from userprofile on a XP SP3 Workstation to another location. The issues is that i dont seem to find a way to first to list the dox & settings directory and trim only the user names who have logged in to this machines and copy the three directories for every user. Then in the target directory, i need to apply full access permissions to the username whose profile been copied.

appeciate your input


ChristopheM
(Hey THIS is FUN)
2009-10-27 11:59 AM
Re: Copy Multiple User Profile

you can use the program ROBOCOPY (from the resource kit XP) to copy directories with permissions :

robocopy <sourcedir> <targetdir> [filemask] /s /e /copyall

/s /e copy all subdir AND empty subdir
/copyall copy all attributs and permissions.


Kdyer
(KiX Supporter)
2009-10-27 02:05 PM
Re: Copy Multiple User Profile

While RoboCopy would work, you probably will want to use:
"Files and Settings Transfer Wizard"
%SYSTEMROOT%\system32\usmt\migwiz.exe

Another way you could do this, but will add overhead is to use Roaming Profiles..

HTH,

Kent