A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - General Queries
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

personal folders keep disappearing



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old February 21st 06, 03:56 PM posted to microsoft.public.outlook
paul
external usenet poster
 
Posts: 197
Default personal folders keep disappearing

Hi,

This is the setup. When we create a personal folder and point the location
of the pst file to the users my documents, which is really a redirected
network location everything is great until the pc is rebooted.

After a reboot their are no personal folders showing and users have to add a
new personal folder and browse to their my documents to locate the pst file.

The outlook profile was automatically created by running a script that
pointed to an edited .prf file.

Here is an extract from the prf file that may be the problem:

[Service1]
OverwriteExistingService=No
UniqueService=Yes
MailboxName=%UserName%
HomeServer=wns06.holtswell.local
OfflineAddressBookPath=%USERPROFILE%\local settings\application
data\microsoft\outlook\
OfflineFolderPath=%USERPROFILE%\local settings\application
data\microsoft\outlook\outlook.ost
AccountName=Microsoft Exchange Server.


Ads
  #2  
Old February 21st 06, 04:28 PM posted to microsoft.public.outlook
paul
external usenet poster
 
Posts: 197
Default personal folders keep disappearing

Here is the script that is supposed to import a prf file called default.prf.

Dim WSHShell, n, MyBox, p, t, mustboot, errnum, vers
Dim enab, disab, jobfunc, itemtype
Set WSHShell = WScript.CreateObject("WScript.Shell")
padd = "HKCU\Software\Microsoft\Office\11.0\Outlook\Setup \ImportPRF"
pval = "\\wns02.holtswell.local\users\default.PRF"
pdel = "HKCU\Software\Microsoft\Office\11.0\Outlook\Setup \First-Run"
itemtype = "REG_SZ"
Err.Clear
On Error Resume Next
n = WSHShell.RegRead (p)
if Err.Number0 then
WSHShell.RegWrite padd, pval, itemtype
WSHShell.Regdelete pdel
end if

Now thinking about it what maybe happening is when a new user logs on and
the script is run this sets up the exchange server and mail box fine and when
the user goes to add a personal folder it also works OK until the next time
the user logs on and the default.prf is being reapplied hence the
disappearing folders.

If this is what is happening does anyone know how to import a .prf file only
once?

"Paul" wrote:

Hi,

This is the setup. When we create a personal folder and point the location
of the pst file to the users my documents, which is really a redirected
network location everything is great until the pc is rebooted.

After a reboot their are no personal folders showing and users have to add a
new personal folder and browse to their my documents to locate the pst file.

The outlook profile was automatically created by running a script that
pointed to an edited .prf file.

Here is an extract from the prf file that may be the problem:

[Service1]
OverwriteExistingService=No
UniqueService=Yes
MailboxName=%UserName%
HomeServer=wns06.holtswell.local
OfflineAddressBookPath=%USERPROFILE%\local settings\application
data\microsoft\outlook\
OfflineFolderPath=%USERPROFILE%\local settings\application
data\microsoft\outlook\outlook.ost
AccountName=Microsoft Exchange Server.


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I arrange my personal folders in alpha order? Selena Armstrong Outlook - General Queries 3 February 21st 06 03:49 PM
two personal file folders on OL2003 ? Christian Goeller Outlook - General Queries 6 February 3rd 06 08:57 AM
Personal folders ed Outlook - General Queries 5 January 31st 06 09:56 PM
I can not delete a duplicate personal folders list Gino Outlook - General Queries 0 January 16th 06 05:28 AM
Corrupt personal folders John Outlook - General Queries 5 January 13th 06 02:15 PM


All times are GMT +1. The time now is 08:08 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2024 Outlook Banter.
The comments are property of their posters.