Jump to content

Easiest way to export/import outlook data


Recommended Posts


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 !!!!

  • 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...