Microsoft
Software
Hardware
Network
Question : Robocopy correct syntax for copying user profiles
I am trying to 'Robocopy' user profiles from our 'old' Domain Controller, to the new one (old = SBS 2003, new = Server 2008 X64). When I use Robocopy, it fails on the NTUSER.DAT file, saying access is denied.
What syntax would I need to complete this operation. I am trying to copy all of the user files from d:\data\home to p:\Profiles
P: is a network drive, I need to copy *.* from the home directory to the P: drive.
Answer : Robocopy correct syntax for copying user profiles
Robocopy "Source" "Destination" /MIR
it will Mirror the same data in the target or else
Robocopy.exe "source" "Dest" /copy:DOTS /z /s /e /R:5 /W:10 /LOG:c:\copy.log /TEE
Random Solutions
SAS 9.1 - Excel Import
Oracle Session Locks
AD Scripts and Windows 7
How do I unlock an Imation flash drive
Creating an AD Query
I have an Exchange 2003 on a SBS2003 and I need it to handle 2 or more email domains
Virus and/or Malware redirecting my links
Xquery assign datetime variable
Raid 1 Rebuild Failed - Adaptec 1210SA
importing mdb into sql server 2008 with vb6