in

Exchange Exchange

Check the home page for details on our July/August contest!

Best way to setup Outlook 2003 through Group Policy

Last post 06-13-2008 10:35 AM by Joel Stidley. 10 replies.
Page 1 of 1 (11 items)
Sort Posts: Previous Next
  • 08-30-2007 2:13 PM

    Best way to setup Outlook 2003 through Group Policy

    I know there are three ways you can setup Outlook 2003 without doing it manually.  I know you can create a transform (MST) file, create a custom maintenance wizard (CMW) file, or create a profile (PRF) file.  At my site Office 2003 is already installed so the MST won't help me.  I created a CMW file but when you run this it will actually remove the Outlook Address Book losing the user's contacts.  I don't want to have to manually install Outlook Address Book each time because that just defeats the purpose.  So I've create a PRF file which will set all the settings and get the Outlook Address Book back.  The problem is every time it is run it has to open Outlook.  I've created a script so that it will only run once.  Again the drawback to that is if I have a different user login to this machine they will not have their Outlook configured.  Is there a better or easier way to do this?  I wish I could use Outlook 2007 AutoDiscovery at this point.  My script is below. Thanks in advance.

    IF EXIST C:\OUTLOOKSTD.LOG GOTO END

    \\Server\Shared\MaintWiz.exe /c \\Server\Shared\Office2003STD.CMW /qb-

    ECHO Outlook configured on %computername% for user %username% at %date% %time% >> C:\OUTLOOKSTD.LOG

    :END

  • 08-30-2007 4:20 PM In reply to

    Re: Best way to setup Outlook 2003 through Group Policy

    Are you connecting to an Exchange server with Outlook? Where are these addressed stored?

    If they are stored in the contacts folder in Exchange the Outlook AB client can be added with the PRF file.

    - Joel
  • 08-30-2007 8:53 PM In reply to

    Re: Best way to setup Outlook 2003 through Group Policy

    I should have mentioned Exchange but I thought it would be inferred seeing as I posted in this forum.  Also if you read my post I already stated I created a PRF file to add back the Outlook Address Book.

  • 08-30-2007 9:18 PM In reply to

    Re: Best way to setup Outlook 2003 through Group Policy

    I had thought you were using it, but I was trying to figure out why they would lose contacts if they are stored in Exchange. I guess I didn't properly infer from the message that they would lose the option to view the contacts when adding users to an e-mail message. 

    If you want to continue to use the script you can add some logic into the script that looks for a file. I've used this approach in the past: When you intially create a profile for a user create a file in a folder called USERNAMEPRF.tmp or even make a registry setting.  Then add something to the beginning of the script to look for that file or registry setting, if it is missing create the profile, otherwise exit.

    - Joel
  • 08-31-2007 5:51 AM In reply to

    Re: Best way to setup Outlook 2003 through Group Policy

    Yeah that's what I thought I'd have to do.  I was hoping there would be a better way.  Thank you for your help.

  • 10-04-2007 8:18 AM In reply to

    Re: Best way to setup Outlook 2003 through Group Policy

    Hi JRedmond,

    I wonder if you can help?

    I have a prf file that configures outlook2003 perfectly, except for the exchange contacts are missing. The Global AB is OK.  Any ideas what change to make to the PRF file to add this ?

    Thanks

    Steve

     

     

  • 10-05-2007 2:41 AM In reply to

    Re: Best way to setup Outlook 2003 through Group Policy

    Steve,

    How did you generate the original PRF? Did you do any modifications with a text editor to make it work?

    Perhaps you could attach the PRF to this thread or send it to me in PM.

    - Joel
  • 10-07-2007 9:47 AM In reply to

    Re: Best way to setup Outlook 2003 through Group Policy

    Thanks for replying, But I have fixed it now. The sample PRF file had this missing:-

     [Outlook Address Book]
    ServiceName=CONTAB
    Ben=PT_STRING8,0x6700

     This fixed it.  What the hell Ben and CONTAB are I havent got a clue!

    Cheers

    Steve

     

     

  • 10-07-2007 1:30 PM In reply to

    Re: Best way to setup Outlook 2003 through Group Policy

    CONTAB is the CONTact Address Book.

    I'm not sure what "Ben" means (in the example it says it's a dummy property) but 0x6700 seems to be a constant that correlates with the path to the users profile or personal folders.

     

    - Joel
    Filed under:
  • 06-13-2008 7:43 AM In reply to

    Re: Best way to setup Outlook 2003 through Group Policy

    hello there,

     Can you please email me the .PRF file please with the above strings added.

    you can mail me to notsure_hacksem@hotmail.com

     thanks

    notsure

  • 06-13-2008 10:35 AM In reply to

    Re: Best way to setup Outlook 2003 through Group Policy

    You can download the the sample with those two missing attributes here: http://www.microsoft.com/office/ork/2000/download/Outlook.prf

     Of course this doesn't have all the settings for your environment, the best way to generate a PRF would be to use the Custom Installation Wizard for your version of Office. More information here: http://office.microsoft.com/en-us/orkXP/HA011364251033.aspx

     

     

    - Joel
Page 1 of 1 (11 items)
© 2003-2008 NamedPipes Consulting. All other company and product names are property of their owners.
Powered by Community Server (Commercial Edition), by Telligent Systems