Thread: PST Files
View Single Post
  #5  
Old May 18th 06, 07:15 PM posted to microsoft.public.outlook,microsoft.public.outlook.installation
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default PST Files

There are group policy settings in the Outlk11.adm administrative template file that control AutoArchive. See http://www.howto-outlook.com/howto/policies.htm

PST files don't have an "cached mode." Maybe you're confusing them with OST files?

Setting ModifyDefaultProfileIfPresent to TRUE means that the changes in your PRF file will be applied to the user's existing default profile.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Andrew" wrote in message ...
Is there anyway in the PST file to have auto archiving turned off
completely? If so how? Even better if I could disable it.

I've made a recent change the PST to enable cached mode, however those
profiles created before the new PST don't have this configured. Obviously
if I make the change to disable archiving, they won't have this change
either.

If I set the variable "ModifyDefaultProfileIfPresent" to TRUE will this do
this? But I don't want to disturb users that are already in cached mode and
I don't want to have users auto complete e-mail address reset (When sending
a message).

Thanks,

Andrew


Here is our current PST file:

; ************************************************** ************
; Section 1 - Profile Defaults
; ************************************************** ************

[General]
Custom=1
Profile=My Profile
DefaultProfile=Yes
OverwriteProfile=No
ModifyDefaultProfileIfPresent=FALSE
DefaultStore=Service1

; ************************************************** ************
; Section 2 - Services in Profile
; ************************************************** ************

[Service List]
;ServiceX=Microsoft Outlook Client
ServiceEGS=Exchange Global Section
Service1=Microsoft Exchange Server
ServiceEGS=Exchange Global Section
Service2=Outlook Address Book

;************************************************* **************
; Section 3 - List of internet accounts
;************************************************* **************

[Internet Account List]

;************************************************* **************
; Section 4 - Default values for each service.
;************************************************* **************

[ServiceX]
CachedExchangeMode=0x00000002
CachedExchangeSlowDetect=TRUE

[ServiceEGS]
CachedExchangeConfigFlags=0x00000100
MailboxName=%UserName%
HomeServer=[SERVERNAME]

[Service1]
OverwriteExistingService=No
UniqueService=Yes
MailboxName=%UserName%
HomeServer=[SERVERNAME]
AccountName=Microsoft Exchange Server

[Service2]


Ads