Add LDAP, Keep Default Address Book: Using CMW

E

elizabeth

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top