Seeking help from someone who is experienced in scripting. I am trying to
move a home folder and its content from 1 server to another that I created
that is virtualized.
Seeking help from someone who is experienced in scripting. I am trying to
move a home folder and its content from 1 server to another that I created
that is virtualized.
"teddkilroy" <teddkilroy@xxxxxx> wrote in message
news:4436CA7D-D1CB-42FD-B4C5-ABC8C0E6DBC7@xxxxxxWhile you can do this with some VB Script of between 50
> Seeking help from someone who is experienced in scripting. I am trying to
> move a home folder and its content from 1 server to another that I created
> that is virtualized.
and 100 lines, an easier solution would be to use dedicated
administrative tools, e.g. this one:
robocopy /s "d:\User Files" \\Server2\SomeShare\User Files *.*
installed it, works fine the only drawback, it only does one copy/move at a
time. So I can't move say H$ which has X user home dir's.
"Pegasus (MVP)" wrote:
>
> "teddkilroy" <teddkilroy@xxxxxx> wrote in message
> news:4436CA7D-D1CB-42FD-B4C5-ABC8C0E6DBC7@xxxxxx>
> > Seeking help from someone who is experienced in scripting. I am trying to
> > move a home folder and its content from 1 server to another that I created
> > that is virtualized.
> While you can do this with some VB Script of between 50
> and 100 lines, an easier solution would be to use dedicated
> administrative tools, e.g. this one:
> robocopy /s "d:\User Files" \\Server2\SomeShare\User Files *.*
>
>
>
Why can't you move the whole lot in one fell swoop?
Just move one level up in the source tree!
"teddkilroy" <teddkilroy@xxxxxx> wrote in message
news:F4416CE6-7C81-4C27-9733-AAC1112CE3A4@xxxxxx
> installed it, works fine the only drawback, it only does one copy/move at
> a
> time. So I can't move say H$ which has X user home dir's.
>
>
> "Pegasus (MVP)" wrote:
>
>>
>> "teddkilroy" <teddkilroy@xxxxxx> wrote in message
>> news:4436CA7D-D1CB-42FD-B4C5-ABC8C0E6DBC7@xxxxxx>>
>> > Seeking help from someone who is experienced in scripting. I am trying
>> > to
>> > move a home folder and its content from 1 server to another that I
>> > created
>> > that is virtualized.
>> While you can do this with some VB Script of between 50
>> and 100 lines, an easier solution would be to use dedicated
>> administrative tools, e.g. this one:
>> robocopy /s "d:\User Files" \\Server2\SomeShare\User Files *.*
>>
>>
>>
| Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Delete files after copy completes or move files or cut/paste | GrJ Computers, Javi, essejc, | VB Script | 2 | 14 Nov 2009 |
| Can't move files with UAC OFF! | mendopaul | System Security | 9 | 10 Oct 2009 |
| Can't move files even with UAC off! | mendopaul | Software | 0 | 04 Oct 2009 |
| Move, but keep both files | TheFlork | General Discussion | 4 | 26 Apr 2009 |
| Cannot Move Files | Bonyicecream | Vista General | 9 | 29 Jun 2008 |