Script to Force Download of the Lync 2010 Address Book
http://www.expta.com/2011/02/script-to-force-download-of-lync.html You can use the Update-CsAddressBook cmdlet on the Lync server to force the server to update the address book which will take between 1 to 60 minutes (random). If you cannot wait then make a .bat file with the following commands : @echo off echo Clearing Lync Address Books… reg add HKCU\Software\Policies\Microsoft\Communicator /v GALDownloadInitialDelay … Read more