When installing Lync the other day I came across an issue where certain users could not view presence status of users in Outlook 2013. When investigating this I found that all users had the exact same version of Office 2013 with the same updates but some users were seeing presence just fine. I concluded that it must be a common issue with the local machines rather than the Lync server so I began to try and find the common link between each affected user. It turned out that the users affected were part of the Cisco Voice team. I also found that each of these users had Cisco Jabber installed, or had been installed at one point.
It turns out that it was a user profile issue where the Cisco Jabber whether it was installed or not had been set as the Default IM App Provider. This is read by Outlook 2013 to determine presence.
In order to resolve this I needed to change this. I found the offending registry key
HKCU/Software/IM Providers
Change the DefaultIMApp String Value from Cisco Jabber or whatever it is to Lync
Restart Outlook and presence will be shown.
If you have to modify this for a large number of users then perhaps a user logon script to address this would be a better approach
reg delete "HKEY_CURRENT_USER/Software/IM Providers" /v DefaultIMApp
reg add "HEY_CURRENT_USER/Software/IM Providers" /v DefaultIMApp /t Reg_sz /d Lync
Obviously the user executing this script should be able to modify the registry. As it is HKCU there should be no massive issues in doing this
Mark is an Independent Microsoft Teams Consultant with over 15 years experience in Microsoft Technology. Mark is the founder of Commsverse, a dedicated Microsoft Teams conference and former MVP. You can follow him on twitter @UnifiedVale
Thanks Mark!!! this was a 2 min fix, just coz of this article 🙂
Hi
Glad it helped you. I have included it in my custom lync/sfb admx template too if you have multiple computers that need it applied.
Mark
Hi, i have same issue, but doen’t fix this artical
Hi
I am not sure what else could be causing the issue for you. This resolved all instances that I have encountered. If you find a resolution, please share.
thanks
Thank you. This worked perfectly for our users who had Jabber installed.
this method worked for me…
Key: HKEY_CURRENT_USER\Software\Microsoft\Office\x.0\Common\IM
DWORD: TurnOffPresenceIcon
Value: 0
DWORD: TurnOffPresenceIntegration
Value: 0
Key: HKEY_CURRENT_USER\Software\Microsoft\Office\x.0\Common\PersonaMenu
DWORD: Enabled
Value: 1
Note The x.0 placeholder represents your version of Office (16.0 = Office 2016, 15.0 = Office 2013, 14.0 = Office 2010).
Is it suitable for Skype (not for Skype for business) ??
Hi
I would say not since skype consumer is not an office package, sorry
HI Mark;
This was one of the solutions I have used recently. I posted all 4 solutions I know about http://www.urtech.ca/2017/01/solved-outlook-not-showing-presence-icons-skype-lync/ . I hope this helps others 🙂
Thanks for sharing Ian, appreciate it
Thank you! Changing the DefaultIMApp resolved the issue for me!
It works for me Thank you 🙂