FN-GM Posted April 30, 2008 Posted April 30, 2008 Hi I am trying to make a vbs login script with richprofile that will automatically configure Outlook for Exchange Server. I am using Outlook 2007 and I know for a fact it is compatible. This is the code I am using: objShell.Run "\\fn.local\NETLOGON\BIN\RICHPROFILE FN-EXCHANGE.FN.LOCAL " & strUserName & " email Y D", 0, 0 But when I open outlook it asks me to pick a profile (the only one listed is the one it makes with the above code) then asks me for the details of the exchange server. What am I doing wrong please?
pooley Posted April 30, 2008 Posted April 30, 2008 Not sure how it works with vb but I have a batch file running \\server\netlogon\RichProfile.exe server %USERNAME% %USERNAME% N D Works for me
FN-GM Posted May 1, 2008 Author Posted May 1, 2008 Not sure how it works with vb but I have a batch file running \\server\netlogon\RichProfile.exe server %USERNAME% %USERNAME% N D Works for me That doesn't work for me either
srochford Posted May 2, 2008 Posted May 2, 2008 Not used richprofile but you need to have a value "DefaultProfile" at HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles - can you try setting that value to the name of your profile after you've run richprofile?
FN-GM Posted May 4, 2008 Author Posted May 4, 2008 Ok when I add that to the registry it fixes the profile issue but its still asking for the name of the exchange server. Anyone got any suggestions please?
Hetti Posted August 16, 2011 Posted August 16, 2011 Ok when I add that to the registry it fixes the profile issue but its still asking for the name of the exchange server. Anyone got any suggestions please? I use version 5 which you can get from RichProfile.com and it works great. It might be worth a try if you are still having this issue.
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