A Microsoft Office (Excel, Word) forum. OfficeFrustration

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 » OfficeFrustration forum » Microsoft Outlook » Installation & Setup
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Multiple Mail Profiles



 
 
Thread Tools Display Modes
  #1  
Old May 27th, 2005, 05:11 PM
brantdoug
external usenet poster
 
Posts: n/a
Default Multiple Mail Profiles

I am currently setting a up Outlook 2003 on a Windows 2000 Terminal Server. I
have some users who have multiple mail profiles so when they start outlook up
they prompt to choose which profile they want to use. I have each profile
setup in a PRF. Is there away I can script these PRF files in with out having
hte user donig it. I and manage to get one profile in but when it tries the
second one it fails with no error message. I want to keep my Terminal Server
profiles as desposable as possible.

Thanks
  #2  
Old May 27th, 2005, 05:29 PM
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: n/a
Default

What do these PRF files actually do? Do you have them set to create new =
profiles that are not default profiles? It's hard to imagine a TS =
scenario where a user needs multiple profiles. Fill us in.

--=20
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for=20
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"brantdoug" wrote in message =
...
I am currently setting a up Outlook 2003 on a Windows 2000 Terminal =

Server. I=20
have some users who have multiple mail profiles so when they start =

outlook up=20
they prompt to choose which profile they want to use. I have each =

profile=20
setup in a PRF. Is there away I can script these PRF files in with out =

having=20
hte user donig it. I and manage to get one profile in but when it =

tries the=20
second one it fails with no error message. I want to keep my Terminal =

Server=20
profiles as desposable as possible.
=20
Thanks

  #3  
Old May 27th, 2005, 06:11 PM
brantdoug
external usenet poster
 
Posts: n/a
Default

Yes, these prf add profiles that are not the default. Basicall its for a call
center senario where the users have multiple mail boxes. Its been requested
to add to TS in order to allow the users to work from home over the weekends.
Basically we have 4 different mailboxes that the people need to be able to
sign into plus there own which is the default. Its required to have seperate
mail profiles in order for the application that they use to work properly.

Up until this point we have just manually added them. But as we are
upgrading our TS enviorment we want to try and make the profiles disposiable.
Where historically there been system setting like multiple mailbox barried
with in them.

"Sue Mosher [MVP-Outlook]" wrote:

What do these PRF files actually do? Do you have them set to create new profiles that are not default profiles? It's hard to imagine a TS scenario where a user needs multiple profiles. Fill us in.

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


"brantdoug" wrote in message ...
I am currently setting a up Outlook 2003 on a Windows 2000 Terminal Server. I
have some users who have multiple mail profiles so when they start outlook up
they prompt to choose which profile they want to use. I have each profile
setup in a PRF. Is there away I can script these PRF files in with out having
hte user donig it. I and manage to get one profile in but when it tries the
second one it fails with no error message. I want to keep my Terminal Server
profiles as desposable as possible.

Thanks


  #4  
Old May 27th, 2005, 06:20 PM
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: n/a
Default

So, how are you invoking the PRF files? Post the first five sections if =
that will shed light on the subject.=20

--=20
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for=20
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"brantdoug" wrote in message =
...
Yes, these prf add profiles that are not the default. Basicall its for =

a call=20
center senario where the users have multiple mail boxes. Its been =

requested=20
to add to TS in order to allow the users to work from home over the =

weekends.=20
Basically we have 4 different mailboxes that the people need to be =

able to=20
sign into plus there own which is the default. Its required to have =

seperate=20
mail profiles in order for the application that they use to work =

properly.
=20
Up until this point we have just manually added them. But as we are=20
upgrading our TS enviorment we want to try and make the profiles =

disposiable.=20
Where historically there been system setting like multiple mailbox =

barried=20
with in them.
=20
"Sue Mosher [MVP-Outlook]" wrote:
=20
What do these PRF files actually do? Do you have them set to create =

new profiles that are not default profiles? It's hard to imagine a TS =
scenario where a user needs multiple profiles. Fill us in.
..
=20
"brantdoug" wrote in message =

...
I am currently setting a up Outlook 2003 on a Windows 2000 Terminal =

Server. I=20
have some users who have multiple mail profiles so when they start =

outlook up=20
they prompt to choose which profile they want to use. I have each =

profile=20
setup in a PRF. Is there away I can script these PRF files in with =

out having=20
hte user donig it. I and manage to get one profile in but when it =

tries the=20
second one it fails with no error message. I want to keep my =

Terminal Server=20
profiles as desposable as possible.
=20
Thanks


  #5  
Old May 28th, 2005, 12:19 AM
brantdoug
external usenet poster
 
Posts: n/a
Default

Well currently I am checking in a login script to see if the the user already
has a profile. If they don't we invoke the default profile by using the
outlook.exe /importprf default.prf

Which works but it doesn't appear that you can import more then one profile
this way.

Ideally we would have a script that follows the following logic

Checks to see if user has mail profile (Querying Registry)
If does depolys a Outlook Short Cut to the desktop

If User doesn't have Deault mail profile
Import Default profile (Currently copying short cut with the /importprf
default.prf)
If the users are in a NT GRoup
Import the other profiles


If that makes any sense...


"Sue Mosher [MVP-Outlook]" wrote:

So, how are you invoking the PRF files? Post the first five sections if that will shed light on the subject.

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


"brantdoug" wrote in message ...
Yes, these prf add profiles that are not the default. Basicall its for a call
center senario where the users have multiple mail boxes. Its been requested
to add to TS in order to allow the users to work from home over the weekends.
Basically we have 4 different mailboxes that the people need to be able to
sign into plus there own which is the default. Its required to have seperate
mail profiles in order for the application that they use to work properly.

Up until this point we have just manually added them. But as we are
upgrading our TS enviorment we want to try and make the profiles disposiable.
Where historically there been system setting like multiple mailbox barried
with in them.

"Sue Mosher [MVP-Outlook]" wrote:

What do these PRF files actually do? Do you have them set to create new profiles that are not default profiles? It's hard to imagine a TS scenario where a user needs multiple profiles. Fill us in.

..

"brantdoug" wrote in message ...
I am currently setting a up Outlook 2003 on a Windows 2000 Terminal Server. I
have some users who have multiple mail profiles so when they start outlook up
they prompt to choose which profile they want to use. I have each profile
setup in a PRF. Is there away I can script these PRF files in with out having
hte user donig it. I and manage to get one profile in but when it tries the
second one it fails with no error message. I want to keep my Terminal Server
profiles as desposable as possible.

Thanks


  #6  
Old May 28th, 2005, 12:57 AM
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: n/a
Default

You definitely can import as many profiles as you want. You just have to =
shut down Outlook after each import.=20

--=20
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for=20
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"brantdoug" wrote in message =
...
Well currently I am checking in a login script to see if the the user =

already=20
has a profile. If they don't we invoke the default profile by using =

the=20
outlook.exe /importprf default.prf
=20
Which works but it doesn't appear that you can import more then one =

profile=20
this way.
=20
Ideally we would have a script that follows the following logic
=20
Checks to see if user has mail profile (Querying Registry)
If does depolys a Outlook Short Cut to the desktop
=20
If User doesn't have Deault mail profile
Import Default profile (Currently copying short cut with the =

/importprf=20
default.prf)
If the users are in a NT GRoup
Import the other profiles
=20
Yes, these prf add profiles that are not the default. Basicall its =

for a call=20
center senario where the users have multiple mail boxes. Its been =

requested=20
to add to TS in order to allow the users to work from home over the =

weekends.=20
Basically we have 4 different mailboxes that the people need to be =

able to=20
sign into plus there own which is the default. Its required to have =

seperate=20
mail profiles in order for the application that they use to work =

properly.
=20
Up until this point we have just manually added them. But as we are =


upgrading our TS enviorment we want to try and make the profiles =

disposiable.=20
Where historically there been system setting like multiple mailbox =

barried=20
with in them.
=20
"Sue Mosher [MVP-Outlook]" wrote:
=20
What do these PRF files actually do? Do you have them set to =

create new profiles that are not default profiles? It's hard to imagine =
a TS scenario where a user needs multiple profiles. Fill us in.
..
=20
"brantdoug" wrote in message =

...
I am currently setting a up Outlook 2003 on a Windows 2000 =

Terminal Server. I=20
have some users who have multiple mail profiles so when they =

start outlook up=20
they prompt to choose which profile they want to use. I have =

each profile=20
setup in a PRF. Is there away I can script these PRF files in =

with out having=20
hte user donig it. I and manage to get one profile in but when =

it tries the=20
second one it fails with no error message. I want to keep my =

Terminal Server=20
profiles as desposable as possible.
=20
Thanks


  #7  
Old June 1st, 2005, 12:18 AM
brantdoug
external usenet poster
 
Posts: n/a
Default

Thanks for your Help, I have now created A VBS script that will preform the
function..



"Sue Mosher [MVP-Outlook]" wrote:

You definitely can import as many profiles as you want. You just have to shut down Outlook after each import.

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


"brantdoug" wrote in message ...
Well currently I am checking in a login script to see if the the user already
has a profile. If they don't we invoke the default profile by using the
outlook.exe /importprf default.prf

Which works but it doesn't appear that you can import more then one profile
this way.

Ideally we would have a script that follows the following logic

Checks to see if user has mail profile (Querying Registry)
If does depolys a Outlook Short Cut to the desktop

If User doesn't have Deault mail profile
Import Default profile (Currently copying short cut with the /importprf
default.prf)
If the users are in a NT GRoup
Import the other profiles

Yes, these prf add profiles that are not the default. Basicall its for a call
center senario where the users have multiple mail boxes. Its been requested
to add to TS in order to allow the users to work from home over the weekends.
Basically we have 4 different mailboxes that the people need to be able to
sign into plus there own which is the default. Its required to have seperate
mail profiles in order for the application that they use to work properly.

Up until this point we have just manually added them. But as we are
upgrading our TS enviorment we want to try and make the profiles disposiable.
Where historically there been system setting like multiple mailbox barried
with in them.

"Sue Mosher [MVP-Outlook]" wrote:

What do these PRF files actually do? Do you have them set to create new profiles that are not default profiles? It's hard to imagine a TS scenario where a user needs multiple profiles. Fill us in.
..

"brantdoug" wrote in message ...
I am currently setting a up Outlook 2003 on a Windows 2000 Terminal Server. I
have some users who have multiple mail profiles so when they start outlook up
they prompt to choose which profile they want to use. I have each profile
setup in a PRF. Is there away I can script these PRF files in with out having
hte user donig it. I and manage to get one profile in but when it tries the
second one it fails with no error message. I want to keep my Terminal Server
profiles as desposable as possible.

Thanks



  #8  
Old June 10th, 2005, 01:07 PM
PhilippeM
external usenet poster
 
Posts: n/a
Default

Hi,

I would like to do the same think then you. But I don't find how to do this.
I read the prfwhitepaper.doc, but I don't understand.

can you mail me an exemple off you're PRF file with multiple profiles.

thank you very much, and sorry for my english.

Phil

"brantdoug" wrote:

I am currently setting a up Outlook 2003 on a Windows 2000 Terminal Server. I
have some users who have multiple mail profiles so when they start outlook up
they prompt to choose which profile they want to use. I have each profile
setup in a PRF. Is there away I can script these PRF files in with out having
hte user donig it. I and manage to get one profile in but when it tries the
second one it fails with no error message. I want to keep my Terminal Server
profiles as desposable as possible.

Thanks

  #9  
Old June 10th, 2005, 03:59 PM
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: n/a
Default

In the PRF file, set DefaultProfile, OverwriteProfile, and =
ModifyDefaultProfileIfPresent all to False. Set ProfileName to the name =
you want to use for the new profile. This will create a new named =
profile, using the settings in the PRF file, without making it the =
default profile.=20

--=20
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for=20
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"PhilippeM" wrote in message =
...
Hi,=20
=20
I would like to do the same think then you. But I don't find how to do =

this.=20
I read the prfwhitepaper.doc, but I don't understand.
=20
can you mail me an exemple off you're PRF file with multiple profiles.
=20
thank you very much, and sorry for my english.
=20
Phil
=20
"brantdoug" wrote:
=20
I am currently setting a up Outlook 2003 on a Windows 2000 Terminal =

Server. I=20
have some users who have multiple mail profiles so when they start =

outlook up=20
they prompt to choose which profile they want to use. I have each =

profile=20
setup in a PRF. Is there away I can script these PRF files in with =

out having=20
hte user donig it. I and manage to get one profile in but when it =

tries the=20
second one it fails with no error message. I want to keep my =

Terminal Server=20
profiles as desposable as possible.
=20
Thanks

  #10  
Old September 7th, 2005, 10:52 PM
david_ekstrom
external usenet poster
 
Posts: n/a
Default Multiple Mail Profiles

Sue,

Can you put multiple profile names in a PRF file? Here is our situation.

We are migrating ur users to a new exchange server (MCREX632 to EXM-01). We
also have shared machines where the users login with the same login ID, but
have their own Outlook profiles.

We need an automated way to change the exchange server name for every
profile. I was thinking of using the MS Configuration Maint. Wizard, but I
want to do all users at the same time.

Any thoughts?

thanks,
David

"Sue Mosher [MVP-Outlook]" wrote:

In the PRF file, set DefaultProfile, OverwriteProfile, and ModifyDefaultProfileIfPresent all to False. Set ProfileName to the name you want to use for the new profile. This will create a new named profile, using the settings in the PRF file, without making it the default profile.

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


"PhilippeM" wrote in message ...
Hi,

I would like to do the same think then you. But I don't find how to do this.
I read the prfwhitepaper.doc, but I don't understand.

can you mail me an exemple off you're PRF file with multiple profiles.

thank you very much, and sorry for my english.

Phil

"brantdoug" wrote:

I am currently setting a up Outlook 2003 on a Windows 2000 Terminal Server. I
have some users who have multiple mail profiles so when they start outlook up
they prompt to choose which profile they want to use. I have each profile
setup in a PRF. Is there away I can script these PRF files in with out having
hte user donig it. I and manage to get one profile in but when it tries the
second one it fails with no error message. I want to keep my Terminal Server
profiles as desposable as possible.

Thanks


 




Thread Tools
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 Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Multiple different profiles and multiple Ipaq devices? Roady [MVP] General Discussion 0 March 26th, 2005 09:47 AM
One outgoing mail server for multiple e-mail accounts? Stimpy General Discussion 6 July 9th, 2004 10:42 AM
One outgoing mail server for multiple accounts Stimpy General Discussion 0 July 8th, 2004 05:12 PM


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


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.