ful56_uk Posted August 7, 2009 Posted August 7, 2009 hi guys i have set all staff for man profiles, i also have redirected there app data folder as well, however when i login as a memeber of staff always get the outlook 2007 start and configure your mail box, we run it exchange 07 so it goes through but is there a way of stopping it so once the user has done it once they will never have to do it again. mark
FN-GM Posted August 7, 2009 Posted August 7, 2009 hi guys i have set all staff for man profiles, i also have redirected there app data folder as well, however when i login as a memeber of staff always get the outlook 2007 start and configure your mail box, we run it exchange 07 so it goes through but is there a way of stopping it so once the user has done it once they will never have to do it again. mark You could use a program called RichProfile.exe. It runs with a command line on login and will configure outlook for you. When the end user opens outlook it will go direct to the inbox. RichProfile Hope it helps.
ful56_uk Posted August 7, 2009 Author Posted August 7, 2009 cheers looks good but how do i get that to run as a vbscript?
FN-GM Posted August 7, 2009 Posted August 7, 2009 cheers looks good but how do i get that to run as a vbscript? I never managed to get it running with a VB script, i used a batch file instead.
DrPerceptron Posted August 7, 2009 Posted August 7, 2009 set owsh = Wscript.CreateObject("Wscript.Shell") owsh.Run ("RichProfile.exe ABC-Mail %username% %username% N D") adapt for your personal needs, but that should do it... may need tweaking.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now