Skill Search, SharePoint and Lync
Here for our German speaking friends ;) and thank you to Octavian Spuderka (baggenstos.ch, Swiss) for his contribution Hallo zusammen, anbei etwas Input zum nicht wirklich gut beschriebenen Thema "Skill Search". für die Dokumentation der SharePoint-Konfiguration für die Skill-Search (Qualifikationssuche) im Lync-Client: 1) SharePoint Lync Integration URLsfür People Search Suchcenter und Search als Webservice auf Lync-Server via PowerShell konfigurieren: Commands to run in Lync-Power Shell to enable the Skill based search URLs; Set-CSClientPolicy -SPSearchInternalURL http://<server>/_vti_bin/search.asmx --> http://CIE/_vti_bin/search.asmx Set-CSClientPolicy -SPSearchExternalURL http://<server>/_vti_bin/search.asmx --> http://sp.contoso.com/ _vti_bin/search.asmx Set-CSClientPolicy -SPSearchCenterInternalURL http://<server>/searchcenter/pages/peopleresults.aspx --> http://CIE/searchcenter/pages/peopleresults.aspx ...