最近发现自己的Skype for Biusess 2015测试环境通讯录好几天不同步到客户端,郁闷啊。
于是做了如下测试操作:
内部用户;
https://<internal web services url>/abs/handler
https://<internal web services url>/abs/handler/GroupExpansion/Service.svc
外部用户:
https://<external web services url>/abs/handler
https://<external web services url>/abs/handler/GroupExpansion/Service.svc
Test-CsAddressBookService
Test-CsAddressBookWebQuery
- 检查AddressBookAvailability设置
运行以下命令查看地址簿设置。
Get-CsClientPolicy | Select-Object Identity,AddressBookAvailability | ft
如果用户正在运行Skype For Business 2016
-
-
- %userprofile%\appdata\Local\Microsoft\Office\15.0\Lync
-
-
- HKCU\Software\Microsoft\Office\16.0\Lync\sip@Domain.com
如果用户正在运行Lync 2013 \ Skype For Business 2015
-
-
- %userprofile%\appdata\Local\Microsoft\Office\15.0\Lync
-
-
- HKCU\Software\Microsoft\Office\15.0\Lync\sip@Domain.com
如果用户正在运行Lync 2010
如果用户正在运行Skype For Business 2016,请运行以下命令
reg add HKLM\Software\Policies\Microsoft\Office\16.0\Lync /v GalDownloadInitialDelay /t REG_DWORD /d 0 /f
如果用户正在运行 Lync 2013\Skype For Business 2015,请运行以下命令
reg add HKLM\Software\Policies\Microsoft\Office\15.0\Lync /v GalDownloadInitialDelay /t REG_DWORD /d 0 /f
如果用户正在运行 Lync 2010,请运行以下命令
reg add HKLM\Software\Policies\Microsoft\Communicator /v GalDownloadInitialDelay /t REG_DWORD /d 0 /f