Outlook prf import
From Zarafa wiki
For an automatic import of a new profile you can use a .prf file
The setting:
HomeServer=http://192.168.48.128:236/zarafa
Is the setting that you have to change.
The syntax to import the prf file is: outlook.exe /importprf \\path_to_prf_file\import.prf
Note 1: Outlook 2000 can not use prf files
Note 2: When you import the prf, the user has to give his password If single signon is used this is is not necessary
Example PRF file: import.prf
;Automatically generated PRF file from the Microsoft Office Customization and Installation Wizard ; ************************************************************** ; Section 1 - Profile Defaults ; ************************************************************** [General] Custom=1 ProfileName=Paris2 DefaultProfile=No OverwriteProfile=No ModifyDefaultProfileIfPresent=FALSE BackupProfile=No ; ************************************************************** ; Section 2 - Services in Profile ; ************************************************************** [Service List] Service1=Microsoft Outlook Client Service2=Outlook Address Book Service3=Zarafa Server ;*************************************************************** ; Section 4 - Default values for each service. ;*************************************************************** [Service3] OverwriteExistingService=Yes UniqueService=Yes MailboxName=%UserName% HomeServer=http://192.168.48.128:236/zarafa Password= ;*************************************************************** ; Choose flags for caching / online or autodetect modus ; flags 0x580 = caching mode ; flags 0x000 = online ; flags 0x80 = autodetect online/offline ;*************************************************************** Flags=0x000 ;*************************************************************** ; Define path of the offline caching data ;*************************************************************** ;Path= d:\ [Service2] ; Outlook Address Book ; No configuration needed with the Address Book [Service1] DoAutoArchive=True AutoArchiveFileName = C:\archive.pst ;*************************************************************** ; Section 6 - Mapping for profile properties ;*************************************************************** [Zarafa server] ServiceName=ZARAFA6 MDBGUID=CA3D253C27D23C4494FE425FAB958C19 MailboxName=PT_STRING8,0x6701 HomeServer=PT_STRING8,0x6700 Password=PT_STRING8,0x6702 Flags=PT_LONG,0x6704 Path=PT_STRING8,0x6710 [Outlook Address Book] ServiceName=CONTAB [Microsoft Outlook Client] SectionGUID=0a0d020000000000c000000000000046 DoAutoArchive=PT_BOOLEAN,0x0320 AutoArchiveFileName=PT_STRING8,0x0324
