location of Outlook profiles

J

Jeremy Schubert

My clients have XP and Outlook 2003 and they talk to an Exchange 2003
server. I'm writing a script that should check to see if an Outlook profile
exisits. If it doesn't exist (so Outlook hasn't been run on that computer
for that user), then run a prf file. So, can I have my script search for a
*.ost file? And if one doesn't exist, assume no Outlook profile exists?
Thanks,
Jeremy
 
D

Diane Poremsky [MVP]

I almost forgot - an ost only exists if they are configured for cached
exchange. if the user set up their own profile, it might use a pst. I'd
check the registry and use a prf that amends the default profile if one
exists.


Diane Poremsky said:
You could... or look in the registry for entries under the profile key.

--
Diane Poremsky [MVP - Outlook]





EMO - a weekly newsletter about Outlook and Exchange:
(e-mail address removed)

You can access this newsgroup by visiting
http://www.microsoft.com/office/community/en-us/default.mspx or point your
newsreader to msnews.microsoft.com.


Jeremy Schubert said:
My clients have XP and Outlook 2003 and they talk to an Exchange 2003
server. I'm writing a script that should check to see if an Outlook
profile exisits. If it doesn't exist (so Outlook hasn't been run on that
computer for that user), then run a prf file. So, can I have my script
search for a *.ost file? And if one doesn't exist, assume no Outlook
profile exists?
Thanks,
Jeremy
 
J

Jeremy Schubert

Thanks Diane. So I can ammend a prf file to say something like 'only create
this profile and set it as default if a default profile does not already
exist"?

Diane Poremsky said:
I almost forgot - an ost only exists if they are configured for cached
exchange. if the user set up their own profile, it might use a pst. I'd
check the registry and use a prf that amends the default profile if one
exists.


Diane Poremsky said:
You could... or look in the registry for entries under the profile key.

--
Diane Poremsky [MVP - Outlook]





EMO - a weekly newsletter about Outlook and Exchange:
(e-mail address removed)

You can access this newsgroup by visiting
http://www.microsoft.com/office/community/en-us/default.mspx or point
your newsreader to msnews.microsoft.com.


Jeremy Schubert said:
My clients have XP and Outlook 2003 and they talk to an Exchange 2003
server. I'm writing a script that should check to see if an Outlook
profile exisits. If it doesn't exist (so Outlook hasn't been run on
that computer for that user), then run a prf file. So, can I have my
script search for a *.ost file? And if one doesn't exist, assume no
Outlook profile exists?
Thanks,
Jeremy
 
J

Jeremy Schubert

Also, do you know, is there a big difference between a prf for 2003 and
2007?
Thanks,

Jeremy Schubert said:
Thanks Diane. So I can ammend a prf file to say something like 'only
create this profile and set it as default if a default profile does not
already exist"?

Diane Poremsky said:
I almost forgot - an ost only exists if they are configured for cached
exchange. if the user set up their own profile, it might use a pst. I'd
check the registry and use a prf that amends the default profile if one
exists.


Diane Poremsky said:
You could... or look in the registry for entries under the profile key.

--
Diane Poremsky [MVP - Outlook]





EMO - a weekly newsletter about Outlook and Exchange:
(e-mail address removed)

You can access this newsgroup by visiting
http://www.microsoft.com/office/community/en-us/default.mspx or point
your newsreader to msnews.microsoft.com.


My clients have XP and Outlook 2003 and they talk to an Exchange 2003
server. I'm writing a script that should check to see if an Outlook
profile exisits. If it doesn't exist (so Outlook hasn't been run on
that computer for that user), then run a prf file. So, can I have my
script search for a *.ost file? And if one doesn't exist, assume no
Outlook profile exists?
Thanks,
Jeremy
 
D

Diane Poremsky [MVP]

I don't think there is any difference. AFAIK PRF is ancient technology and
hasn't changed much at all.

See http://www.outlook-tips.net/howto/prf_listing.htm for modifying and
overwriting profiles.

--
Diane Poremsky [MVP - Outlook]





EMO - a weekly newsletter about Outlook and Exchange:
(e-mail address removed)

You can access this newsgroup by visiting
http://www.microsoft.com/office/community/en-us/default.mspx or point your
newsreader to msnews.microsoft.com.


Jeremy Schubert said:
Also, do you know, is there a big difference between a prf for 2003 and
2007?
Thanks,

Jeremy Schubert said:
Thanks Diane. So I can ammend a prf file to say something like 'only
create this profile and set it as default if a default profile does not
already exist"?

Diane Poremsky said:
I almost forgot - an ost only exists if they are configured for cached
exchange. if the user set up their own profile, it might use a pst. I'd
check the registry and use a prf that amends the default profile if one
exists.


You could... or look in the registry for entries under the profile key.

--
Diane Poremsky [MVP - Outlook]





EMO - a weekly newsletter about Outlook and Exchange:
(e-mail address removed)

You can access this newsgroup by visiting
http://www.microsoft.com/office/community/en-us/default.mspx or point
your newsreader to msnews.microsoft.com.


My clients have XP and Outlook 2003 and they talk to an Exchange 2003
server. I'm writing a script that should check to see if an Outlook
profile exisits. If it doesn't exist (so Outlook hasn't been run on
that computer for that user), then run a prf file. So, can I have my
script search for a *.ost file? And if one doesn't exist, assume no
Outlook profile exists?
Thanks,
Jeremy
 
J

Jeremy Schubert

Thanks again Diane. From that site I see I can use
ModifyDefaultProfileIfPresent.
If we're only using the exchange server account, and no other pop3 etc
accounts, can I just leave sections 3 and 5 in the prf blank?
Jeremy


Diane Poremsky said:
I don't think there is any difference. AFAIK PRF is ancient technology and
hasn't changed much at all.

See http://www.outlook-tips.net/howto/prf_listing.htm for modifying and
overwriting profiles.

--
Diane Poremsky [MVP - Outlook]





EMO - a weekly newsletter about Outlook and Exchange:
(e-mail address removed)

You can access this newsgroup by visiting
http://www.microsoft.com/office/community/en-us/default.mspx or point your
newsreader to msnews.microsoft.com.


Jeremy Schubert said:
Also, do you know, is there a big difference between a prf for 2003 and
2007?
Thanks,

Jeremy Schubert said:
Thanks Diane. So I can ammend a prf file to say something like 'only
create this profile and set it as default if a default profile does not
already exist"?

I almost forgot - an ost only exists if they are configured for cached
exchange. if the user set up their own profile, it might use a pst. I'd
check the registry and use a prf that amends the default profile if one
exists.


You could... or look in the registry for entries under the profile
key.

--
Diane Poremsky [MVP - Outlook]





EMO - a weekly newsletter about Outlook and Exchange:
(e-mail address removed)

You can access this newsgroup by visiting
http://www.microsoft.com/office/community/en-us/default.mspx or point
your newsreader to msnews.microsoft.com.


My clients have XP and Outlook 2003 and they talk to an Exchange 2003
server. I'm writing a script that should check to see if an Outlook
profile exisits. If it doesn't exist (so Outlook hasn't been run on
that computer for that user), then run a prf file. So, can I have my
script search for a *.ost file? And if one doesn't exist, assume no
Outlook profile exists?
Thanks,
Jeremy
 
B

Bangali

Jeremy,
Could profiles be used to sync two computers and avoid repeating mail
accounts when moving? How can I export-import profiles?
Thanks
 
D

Diane Poremsky [MVP]

you can export profiles but if the computers are not 100% identical with
user accounts, software, addins and file names and locations, you'll end up
with errors.

profiles are stored here: HKEY_CURRENT_USER\Software\Microsoft\Windows
NT\CurrentVersion\Windows Messaging Subsystem\Profiles\
--
Diane Poremsky [MVP - Outlook]





EMO - a weekly newsletter about Outlook and Exchange:
(e-mail address removed)

You can access this newsgroup by visiting
http://www.microsoft.com/office/community/en-us/default.mspx or point your
newsreader to msnews.microsoft.com.
 
J

Jeremy Schubert

We used to use roaming profiles as teachers had one computer on their desk
and then shared a few computers in their offices. The roaming profiles
worked very well for this. But now they're all getting desktops. So we
won't have the issue of users moving between computers. I just want to make
the laptop deployment simpler.

Diane Poremsky said:
you can export profiles but if the computers are not 100% identical with
user accounts, software, addins and file names and locations, you'll end
up with errors.

profiles are stored here: HKEY_CURRENT_USER\Software\Microsoft\Windows
NT\CurrentVersion\Windows Messaging Subsystem\Profiles\
--
Diane Poremsky [MVP - Outlook]





EMO - a weekly newsletter about Outlook and Exchange:
(e-mail address removed)

You can access this newsgroup by visiting
http://www.microsoft.com/office/community/en-us/default.mspx or point your
newsreader to msnews.microsoft.com.


Bangali said:
Jeremy,
Could profiles be used to sync two computers and avoid repeating mail
accounts when moving? How can I export-import profiles?
Thanks
 
D

Diane Poremsky [MVP]

Did they use exchange accounts or pop3? If exchange, just push out a prf
during deployment. I don't think you can convert a roaming profile to a
local profile, but I'm not an expert on deployment so you might want to
check on it.

--
Diane Poremsky [MVP - Outlook]





EMO - a weekly newsletter about Outlook and Exchange:
(e-mail address removed)

You can access this newsgroup by visiting
http://www.microsoft.com/office/community/en-us/default.mspx or point your
newsreader to msnews.microsoft.com.


Jeremy Schubert said:
We used to use roaming profiles as teachers had one computer on their desk
and then shared a few computers in their offices. The roaming profiles
worked very well for this. But now they're all getting desktops. So we
won't have the issue of users moving between computers. I just want to
make the laptop deployment simpler.

Diane Poremsky said:
you can export profiles but if the computers are not 100% identical with
user accounts, software, addins and file names and locations, you'll end
up with errors.

profiles are stored here: HKEY_CURRENT_USER\Software\Microsoft\Windows
NT\CurrentVersion\Windows Messaging Subsystem\Profiles\
--
Diane Poremsky [MVP - Outlook]





EMO - a weekly newsletter about Outlook and Exchange:
(e-mail address removed)

You can access this newsgroup by visiting
http://www.microsoft.com/office/community/en-us/default.mspx or point
your newsreader to msnews.microsoft.com.


Bangali said:
Jeremy,
Could profiles be used to sync two computers and avoid repeating mail
accounts when moving? How can I export-import profiles?
Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top