![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
Hi,
This is my situation. More than 50 users using an PST file on Outlook2007 as a pop3 client. Now I have to change the location of the PST file. If you do this you get a Personal Folders message when you start Outlook for the first time: "The path specified for the file ....PST is not valid" Normally you browse to the new location and everything is fine. In my situation I know that the helpdesk will be busy to support alot of users who ring the helpdesk at the above message. Therefore I would like to change this location automatically without user interaction. Does anyone know how to accomplish this? I've tried the following already without success: GPO setting at \UsrConf\Adminitempl\msoffice2007outlook\miscellan eous\pstsettings Only this setting affect only new PST's. So in the above situation. When outlook can't find the moved PST, it creates a new blank pst in de GPO's location. So I need this for the future users, but it doesn't solve my question. Registery key hk_cu\softw\microsoft\off\12.0\outlook\ForcePSTPat h But this didn't work. (tried String Value and an Expandable String Value) If you need more information let me know. Best regards, Yuri |
#2
|
|||
|
|||
![]()
It will be hard to do this without any 3rd party tools (if there are any for
this situation) or some custom scripting. The location of the pst-files are kept in the registry in a REG_BINARY which doesn't allow itself to be easily retrieved (as you'll need to look up some other references first) and read so let alone edited. If you want to go "massive attack" on it with your favorite scripting language, then just iterate through all the registry keys you'll find in; HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles And then modify key-name: 001f6700 Set its value to the new path but with its original pst-name. -- Robert Sparnaaij [MVP-Outlook] Coauthor, Configuring Microsoft Outlook 2003 http://www.howto-outlook.com/ Outlook FAQ, HowTo, Downloads, Add-Ins and more http://www.msoutlook.info/ Real World Questions, Real World Answers ----- "Yuri NLD" wrote in message news ![]() Hi, This is my situation. More than 50 users using an PST file on Outlook2007 as a pop3 client. Now I have to change the location of the PST file. If you do this you get a Personal Folders message when you start Outlook for the first time: "The path specified for the file ....PST is not valid" Normally you browse to the new location and everything is fine. In my situation I know that the helpdesk will be busy to support alot of users who ring the helpdesk at the above message. Therefore I would like to change this location automatically without user interaction. Does anyone know how to accomplish this? I've tried the following already without success: GPO setting at \UsrConf\Adminitempl\msoffice2007outlook\miscellan eous\pstsettings Only this setting affect only new PST's. So in the above situation. When outlook can't find the moved PST, it creates a new blank pst in de GPO's location. So I need this for the future users, but it doesn't solve my question. Registery key hk_cu\softw\microsoft\off\12.0\outlook\ForcePSTPat h But this didn't work. (tried String Value and an Expandable String Value) If you need more information let me know. Best regards, Yuri |
#3
|
|||
|
|||
![]()
Hi Robert,
Thank you for participating. I found the “massive attack” 001f6700 key and noticed the current location. Unfortunately I do not have the knowledge about binary codes to change that into the new location. Since I have to check the name of all .PST files, this looks like a tremendous job. Also the location of the .PST can be different between departments. :-( In this case it cost less time to help the users through helpdesk incidents. Thanks again. Cheers, Yuri |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to change AutoArchive Path via Registry | Rosenberg David | Outlook - Installation | 1 | March 12th 08 11:44 AM |
Change OLK8 path | Concierge | Outlook - General Queries | 2 | November 20th 06 01:09 AM |
change the cache mode path (.ost file path) | bln-ami | Outlook - Installation | 0 | July 18th 06 08:45 AM |
programmatically add control for user interaction/feedback | Loane Sharp | Outlook - General Queries | 1 | May 24th 06 06:44 PM |
New user - Location/Path of my my Outlook data is? Want to Backup | DJE | Outlook - General Queries | 1 | March 31st 06 07:52 PM |