Sorry. My webpage had a power outage, but now it is back online.
Lync server 2010 rtchost.exe crashes after Windows Update.
After running Windows update on a Lync 2010 edge server I was unable to communicate with external contacts. I could see their presence but no chat/video or audio. The eventlog contained lots of event 1001 “Information”(Why not error !!!!!) that RTCHOST.EXE crashed. Probably failed installation of KB2982385.
Continue reading Lync server 2010 rtchost.exe crashes after Windows Update.
How to reset Exchange database indexes
I know the situation, Your are using OWA, ActiveSync or Outlook (in online mode) to search for an old email. Your search request only returns new emails even though you can browse old emails. Now there is a good chance that mailbox database index has gone corrupt. You could do a check by running Test-ExchangeSearch but this might not return an error even though the index is corrupt.
What can I do to fix this problem?
Provisioning Lync federation with Skype.
If you want your Lync users to be able to federate with Microsoft and Skype you will need to go to https://pic.lync.com and request a new service. Login with the live account that has permissions to access your Microsoft Licenses through the Microsoft licensing portal.
Enter your Licensing type and License Agreement number.
Add you Lync Edge serve Access name ( sip.yourdomain.com) and all domains that are handled by this edge server (yourdomain1.com … yourdomain9.com).
Wait for the emails from LCSprovisioningsupport, one when your request are entered and one when provisioning has been completed. Usually no more than 2-3 hours.
Also remember to enable federation with messenger/skype in the Lync Control Panel og Lync Management Shell.
Outlook contact phone number will not display in Lync client.
There have been some issues where phone numbers in Outlook does not show in Lync 2013 Client. After some time we discovered that this was because of a Lync/Office update. Yesterday Microsoft releast August update for Lync 2013 Client, this includes a fix for this issue. The updated version is 15.0.4641.1000
Can be downloaded from : http://support.microsoft.com/kb/2881070
Lync federation failes for some partners.
Lync Server 2013 August update.
The August update for Lync Server 2013 , Cumulative Update KB 2809243. There seems to be some long awaited fixes.
http://www.microsoft.com/en-us/download/details.aspx?id=36820
Out of office rule not working for one user.
One user enabled his OOF but Exchange refused to send oof messages. Tested another mailbox – worked fine. I tried to check using Get-MailboxAutoReplyConfiguration and all seemed correct. Also checked that ExternalOOFOptions was enabled on his mailbox Get-Mailbox ALIAS | fl exter* – result : ” ExternalOofOptions : External”. Logged on to his mailbox using OWA checked that OOF was enabled and looked correct.
Continue reading Out of office rule not working for one user.
Publish Lync 2013 web services using Windows 2012R2
Do you want to publish Lync 2013 web services using something other than TMG or UAG now that they are getting closer to the end? Doug Deitterick has a nice how to guide. You will find this guide on TechNet. Continue reading Publish Lync 2013 web services using Windows 2012R2
How to do Lync 2013 Meetings
Microsoft has released a very god document about Lync 2013 Meetings. http://www.microsoft.com/en-us/download/details.aspx?id=36186. I would advice you to distribute this among your users. Also you have the Lync 2013 Rollout and Adoption Success Kit (RASK) User Education and Training Resources to help you in the user training.
Disable missed call notification in Lync
If you have Lync enterprise enabled, and use simultaneous ringing on Lync and mobile, you are probably tired of all the Missed Call Notifications in your inbox. I have disabled this in the Lync Client policy
Set-CsClientPolicy -Identity “PolicyName” -EnableCallLogAutoArchiving $False
You will still get your IM conversations saved in Outlook.
Lync server 2013:Automatic collection of configuration data failed.
Wanted to install a second Central site in my Lync 2013 deployment. Added the site , pool and servers to my Topology Builder. Deployed it and started installing the new server. When installation came to the point where it is supposed to locate CMS and replicate it : “Automatic collection of configuration data failed” . What now?
Continue reading Lync server 2013:Automatic collection of configuration data failed.
HTTPS/SSL session reset.
When Publishing a Windows 2012R2 web site using F5 it all works fine as long as you publish HTTP. When you switch to HTTPS the published page is blank. The F5 report that the server has reset the SSL session. Continue reading HTTPS/SSL session reset.
msRTCSIP-GroupingID editor.
This is my msRTCSIP-GroupingID editor. I use it to segregate addresslists in Lync solutions. It takes a commaseparated text file containing Company name and GUID for the addresslist assigned to this Company (filename : groupingids.txt) sample:
Name,Value
CompanyA,00000000-0000-0000-0000-000000000010
CompanyB,00000000-0000-0000-0000-000000000011
CompanyC,00000000-0000-0000-0000-000000000012
I have placed this file on the Lync share for my own convenience. Powershell script Groupingeditor.ps1 loads these values to a listbox. It let you search for users and then apply the groupingID to the selected users.
Next Version will contain possibillities to select entire OU’s and list users containing a spesific GroupingID.