Jump to content

Recommended Posts

Posted

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?

Posted

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

Posted
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 :(

Posted
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?
Posted
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?
  • 3 years later...
Posted
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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...