![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
I have created a .cmw to add an LDAP setting to Outlook Profiles, using
Modify Profiles. When this is installed, the Global Address List is kept as the default to the existing Outlook profile. When a new account is logged on the computer and a new Outlook Profile is created, that particular LDAP setting becomes the default Address Book, which then needs to be manually changed to the GAL. Is there a setting in the CMW to not make this particular LDAP the default address book for new Outlook profiles? I was unable to find a setting of this sort in the Office Admin Template for GP. Here is my basic script, if this would help. Originally I had the .cmw being copied to the client's Temp folder, which worked fine, but when a new account is logged on the computer, the LDAP Address Book is doubled in Outlook, which is why it's being copied to the root -------. if exist "c:\StateAgenciesLDAP.cmw" GOTO END if not exist "c:\program files\microsoft office\office11\outlook.exe" GOTO END copy "\\serverName\Deployment\State Agencies LDAP\StateAgenciesLDAP.cmw" c:\ "\\serverName\Deployment\State Agencies LDAP\MaintWiz.exe" /c c:\StateAgenciesLDAP.cmw /qb- :END EXIT ------- Any info/advise would be appreciated. Thank you. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
how do i add my phone number to outlook address book ? | Ingaga | Outlook - General Queries | 3 | January 19th 07 11:35 AM |
Outlook address book enabled by default. | adam_in_utah | Outlook - Installation | 6 | February 24th 06 02:43 PM |
How to add default and anoymous permissions? | Fuzzy Logic | Outlook - General Queries | 0 | February 8th 06 08:01 PM |
What is the default search used by outlook address book in a LDAP Server | |mouse| | Outlook - General Queries | 0 | February 8th 06 01:25 PM |
Set which local email account can send mail to contacts in address book. (associating an email address with a contact) | Scott Streit | Outlook - General Queries | 3 | January 27th 06 03:57 PM |