Link to home
Start Free TrialLog in
Avatar of JaysonJackson
JaysonJacksonFlag for United States of America

asked on

moving profiles between terminal servers 2003

I am looking for a way to move/copy profiles between 2 termainl servers. Both servers are 2003.  After searching I copied the following from another post ( I am sure it is something i am doing but what?  

 robocopy "\\TS-server\c$\documents and settings" "c:\documents and settings"
             /COPYALL /S
             /XD "\\TS-server\c$\documents and settings\Administrator"
                 "\\TS-server\c$\documents and settings\LocalService"
                 "\\TS-server\c$\documents and settings\NetworkService"
                 "\\TS-server\c$\documents and settings\Default User"
                 "\\TS-server\c$\documents and settings\All Users"
This could be failing due to not knowing how to use robo copy.  when i past this in the shell it bombs. like this.


C:\Program Files\Windows Resource Kits\Tools> robocopy "\\TS-server\c$\documents
 and settings" "c:\documents and settings"

-------------------------------------------------------------------------------
   ROBOCOPY     ::     Robust File Copy for Windows     ::     Version XP010
-------------------------------------------------------------------------------

  Started : Tue Feb 10 07:08:03 2009

   Source : \\TS-server\c$\documents and settings\
     Dest : c:\documents and settings\

    Files : *.*

  Options : *.* /COPY:DAT /R:1000000 /W:30

------------------------------------------------------------------------------

                           0    \\TS-server\c$\documents and settings\

------------------------------------------------------------------------------

                Total    Copied   Skipped  Mismatch    FAILED    Extras
     Dirs :         1         0         1         0         0         0
    Files :         0         0         0         0         0         0
    Bytes :         0         0         0         0         0         0
    Times :   0:00:00   0:00:00                       0:00:00   0:00:00

    Ended : Tue Feb 10 07:08:03 2009

C:\Program Files\Windows Resource Kits\Tools>             /COPYALL /S
'/COPYALL' is not recognized as an internal or external command,
operable program or batch file.

C:\Program Files\Windows Resource Kits\Tools>             /XD "\\TS-server\c$\do
cuments and settings\Administrator"
'/XD' is not recognized as an internal or external command,
operable program or batch file.
ASKER CERTIFIED SOLUTION
Avatar of oBdA
oBdA

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial