Jump to content

Easiest way to export/import outlook data


Recommended Posts

Posted

Whats the easiest way people are exporting their outlook2003 accounts, mail and contacts and then importing back in again unattended style...


Posted

Why not just add the .PST as a new data file in outlook and push your mail around any way you like; to or from another PST. Easy as pie! ;)

Posted

Maybe you can copy the pst in your unatended $OEM\$1\FILES_TO_CoPY\outlook.pst

And then put a line in your GuiRunOnce

[GuiRunOnce]
%systemdrive%\Install\copy.cmd

With this code in copy.cmd

CLS
@echo off
TITLE Copying Outlook Data files

ECHO.
ECHO Copying Outlook Data files
move C:\FILES_TO_CoPY\outlook.pst %username%\Local Settings\Application Data\Microsoft\Outlook\outlook.pst

It have to copy after first login because if you put it in $docs\username you will get a duplicate username (username.machine)

Tell me if this work !!!!

Posted
You know of a way to 'import' the pst back into outlook unattended?

Yes I do... :P

Create an "Outlook Profile File" (.prf) :D Don't use those regedits. Play it clean!

  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...