script connect to Exchange

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to create a script to add in user script in order to connect
Outlook to our exchange server. I got couple of questions.

1. Do we need any VB program(e.g) VB.NET in order to create that script?
2. Will the script have a vbs extension?
3. Do we just add the script to the "Run script" to the user account under
AD Users and computers?
4. What happen if this is the user first login to any computer, and his
haven't started Outlook yet, will the script still work, because in his
profile, there won't be anything for Office/Outlook yet.
5. How can I create this script? Have you got any sample? I would think
this is one of the most commonly requested script.

Thanks
 
Microsoft uses text files with a .prf extension and a highly structured format to provide information to OUtlook that enables Outlook to create or modify a mail profile. You can create such .prf files with the Custom Installation Wizard or Custom Maintenance Wizard tools in the Office Resource Kit. For more details, including a variety of .prf deployment methods, read the excellent white paper "Configuring Outlook Profiles by Using a PRF File" at http://office.microsoft.com/search/redir.aspx?assetid=HA011403051033&QueryID=pHm7c_60I&respos=3
 
Back
Top