R
Reid
Can you tell me how to write a the code for a batch file that uses addpst.exe
to copy multiple office 2003 pst files, for one user from one computer
running XP to a SAN, then from the SAN to a new Vista computer using office
2007.
Using robocopy I have this to back up the psts (I know this works);
%SrvDef%\Robocopy.exe "C:\Documents and Settings\%UserName%\Local
Settings\Application Data\Microsoft\Outlook" "\\SAN\%UserName%\PST" *.pst /e
/xf desktop.ini /r:3 /w:1 /TEE /Log+:"C:\Documents and
Settings\%UserName%\BackupLog.txt"
I would like to add the following, but I don't know how to get it to do
multiple psts for one user;
Addpst.exe -p C:\Users\Username\AppData\Local\Microsoft\Outlook\Outlook.ost
-t \\"SAN"\it\Support\Migration\Username\PST\*.pst -d *.pst –f u
Can you provide any suggestions?
Thanky you,
Reid
to copy multiple office 2003 pst files, for one user from one computer
running XP to a SAN, then from the SAN to a new Vista computer using office
2007.
Using robocopy I have this to back up the psts (I know this works);
%SrvDef%\Robocopy.exe "C:\Documents and Settings\%UserName%\Local
Settings\Application Data\Microsoft\Outlook" "\\SAN\%UserName%\PST" *.pst /e
/xf desktop.ini /r:3 /w:1 /TEE /Log+:"C:\Documents and
Settings\%UserName%\BackupLog.txt"
I would like to add the following, but I don't know how to get it to do
multiple psts for one user;
Addpst.exe -p C:\Users\Username\AppData\Local\Microsoft\Outlook\Outlook.ost
-t \\"SAN"\it\Support\Migration\Username\PST\*.pst -d *.pst –f u
Can you provide any suggestions?
Thanky you,
Reid