Found this great article when looking at issue for a customer the other day around how the client address book file name are generated..
https://ucblog.info/2016/04/16/lync-address-book/
Screen shots below are from the above blog link.
Showing posts with label Address Book. Show all posts
Showing posts with label Address Book. Show all posts
Tuesday, 27 February 2018
Friday, 4 April 2014
Lync ABS Configuration Tool
I came across an issue today where some contact for an organisation were not being updated/added the the Lync address book.
After some research we found that all users that were missing weren't SIP enabled or didn't have any telephone number assigned within Active Directory.
So I decided to play around with the ABS Configuration Tool to see if we can fix the issue.
The first thing that i noticed was the "Is this Attribute Required?" tick-box.
I wasn't able to find anything that explained how this was working as there are multiple "AD Attribute Name" with this tick-box enabled.
After some playing I "think" I figured out they acted like an "OR" statement, so as long as a user account, contact object or group has one of the values "required" Lync would reference them in the address book update.
The following TechNet article on Administering the Address Book Service has a nice description of what can be referenced in the address book.
The ABS Configuration tool can be found in the Lync 2013 Resource Kit Tools, the Lync Server 2013 Resource Kit Tools Documentation has all the details on the tools, there is a word file in the download but there are things wrong that you notice off the bat, the image from the ABS Configuration tool is actually from the Lync Stress tester.
After some research we found that all users that were missing weren't SIP enabled or didn't have any telephone number assigned within Active Directory.
So I decided to play around with the ABS Configuration Tool to see if we can fix the issue.
The first thing that i noticed was the "Is this Attribute Required?" tick-box.
I wasn't able to find anything that explained how this was working as there are multiple "AD Attribute Name" with this tick-box enabled.
After some playing I "think" I figured out they acted like an "OR" statement, so as long as a user account, contact object or group has one of the values "required" Lync would reference them in the address book update.
The following TechNet article on Administering the Address Book Service has a nice description of what can be referenced in the address book.
The ABS Configuration tool can be found in the Lync 2013 Resource Kit Tools, the Lync Server 2013 Resource Kit Tools Documentation has all the details on the tools, there is a word file in the download but there are things wrong that you notice off the bat, the image from the ABS Configuration tool is actually from the Lync Stress tester.
Monday, 26 November 2012
Lync 2013 Client Address Book Update
The Lync client by default will download the address book from the Lync FE server after a random amout of time once the address book is more that 24 hours old.
There is a Registry Key that can be updated to set the initial delay to 0 mins, in other words as soon as your local file is either:
The address book files on the client are now also stored at a different location.
There is a Registry Key that can be updated to set the initial delay to 0 mins, in other words as soon as your local file is either:
- Not on the PC (has been deleted)
- Or is more that 24 hours old
The following reg add is the key, its slightly different to from the 2010 client as Lync 2013 policies now reside under the office 15.0 side of things.
reg add HKLM\Software\Policies\Microsoft\Office\15.0\Lync /v GalDownloadInitialDelay /t REG_DWORD /d 0 /f
The address book files on the client are now also stored at a different location.
%userprofile%\AppData\Local\Microsoft\Office\15.0\Lync\sip_<lync_signin_address>
Saturday, 23 June 2012
Lync Address Book Download
The Lync address book, by default is updated every night at 1:30am. This process updated all the delta, compact and compact delta files that are located on the Lync file share under
To force the address book to download at a controlled point in time you can run a registry hack to add the GalDownloadInitialDelay value
To remove the previously downloaded address books you can delete the two address book files found under:
\\<Server FQDN>\<Share Folder>\1-WebServices-1\ABFilesThe Lync client downloads the user address book (if enabled in the client policy) for the first time after user login a random time between 0 and 60 mins.
To force the address book to download at a controlled point in time you can run a registry hack to add the GalDownloadInitialDelay value
reg add HKLM\Software\Policies\Microsoft\Communicator /v GalDownloadInitialDelay /t REG_DWORD /d 0 /fThis will force the address book to download as soon as the Lync client is signed in, as long as the address book hasn't been downloaded.
To remove the previously downloaded address books you can delete the two address book files found under:
%userprofile%\AppData\Local\Microsoft\Communicator\sip_<lync_signin_address>
- GalContacts.db
- GalContacts.db.idx
Subscribe to:
Posts (Atom)
Zoom Virtual Agent (ZVA) and SNOW Integration
Adding Integration between SNOW and Zoom Virtual Agent (ZVA), is a fairly straight forward configuration, first step is to ensure that an OA...

-
Always loosing this command, and takes me a few tries to find it again for what I'm looking for. In the CSCP when looking at the assoc...
-
So this tweet can across my twitter feed today, I had to share as I think its a fantastic post. Again from Richard Brynteson at maste...
-
This post is to outline the logging/tracing items for a MS Teams environment, most of the tracing will be from the Teams Client/Web App/etc....