S
Sandy Wood
We recently changed file servers for all our user home drives. Many of our
users have created .pst files for AutoArchive purposes and saved them on
their home directories. Most of the users set the path, in the AutoArchive,
as a drive mapping, say F:\myarchive.pst. I'm worried that some users may
have the servername / UNC path instead configured
(\\servername\username\myarchive.pst) instead of the drive letter. I'd sure
like to find a way to query that info for each user, say in a script that
looks at a certain registry location at login.
I noticed that the settings are saved in
HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows
Messaging Subsystem\Profiles under the key 0a0d020000000000c000000000000046
For Outlook 2007 we can look into the value 001f0324 and see the setting.
I'd like to be able to query this value but it's a REG_BINARY key, it doesn't
look like it's a good candidate for querying in a script.
Does anyone have a better way to do this?
users have created .pst files for AutoArchive purposes and saved them on
their home directories. Most of the users set the path, in the AutoArchive,
as a drive mapping, say F:\myarchive.pst. I'm worried that some users may
have the servername / UNC path instead configured
(\\servername\username\myarchive.pst) instead of the drive letter. I'd sure
like to find a way to query that info for each user, say in a script that
looks at a certain registry location at login.
I noticed that the settings are saved in
HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows
Messaging Subsystem\Profiles under the key 0a0d020000000000c000000000000046
For Outlook 2007 we can look into the value 001f0324 and see the setting.
I'd like to be able to query this value but it's a REG_BINARY key, it doesn't
look like it's a good candidate for querying in a script.
Does anyone have a better way to do this?