Link to home
Start Free TrialLog in
Avatar of Rubicon2009
Rubicon2009

asked on

Outlook 2007 & Logon script/group policies : Add an additional mailbox

Hi !

I'm looking for a way to automagically add an additional mailbox in outlook 2007 when users logon to their workstation.

Users have full access to this mailbox

The reason I need this as a logon script or a group policy is because when the users change workstation (about avery days) it has to re-add the additionnal mailbox on each new computer is working on.

Please see print screen
ASKER CERTIFIED SOLUTION
Avatar of stehardy88
stehardy88
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Netman66
It sounds like you're aren't using roaming profiles or they aren't working properly.

This information is stored in the user's profile and would follow the user to whatever machine he/she logs into.

star outlook with a PRF file, for 2007 you have to use a command file (.bat or .vbs)
in logon: (.bat or any command line)
"C:\Program Files\Microsoft Office\OFFICE12\outlook.exe" /PromptImportPRF c:\_stas\outlook\outlook2k3.PRF

the prf is generated from the office developpement kit
it can automate the configuration of outlook

so, download the developpement kit for office
generate a PRF, use the PRF in logon script