I came across this free addon for Lync 2010 that brings IM notifications to the foreground. A great idea in the right circumstance. See http://www.codelync.com/2011/10/missed-ims-supertoast-to-the-rescue/ for more info.
Designing & deploying IT infrastructure in the enterprise
8
Nov
I came across this free addon for Lync 2010 that brings IM notifications to the foreground. A great idea in the right circumstance. See http://www.codelync.com/2011/10/missed-ims-supertoast-to-the-rescue/ for more info.
Tags: foreground, Lync notifications to the foreground, supertoast
4
Jul
I recently had an issue with Lync 2010 where when trying to use desktop or application sharing through the Lync 2010 client, it tries to start but then just shows a pause symbol. After scratching my head for a while, I realised that the the ‘Terminal Services’ service was not running on the clients – once I set this to auto and started it, it worked perfectly. I don’t remember seeing this in any documentation.
Tags: application sharing, desktop sharing, fails, Lync 2010, pause, paused
18
Feb
There is a simple and great extension of the Lync 2010 client that can allow you to have a real-time conversation with someone in a completely different language.
For example, just by adding a few registry entries, you can have an entire Lync conversation with someone who doesn’t speak English and Lync will do the language translation back and forth.
There is more information here but basically you just need to add the following current user registry entries and a new window is added to the Lync client.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Communicator\ContextPackages\{54C2C31A-A291-4DFA-825A-18994EBE9877}]
"Name"="Conversation Translator"
"ExtensibilityApplicationType"=dword:00000000
"ExtensibilityWindowSize"=dword:00000001
"DefaultContextPackage"=dword:00000000
"InternalURL"="http://input.microsoft.com/translator/OCTranslatorTestPage.html"
"ExternalURL"="http://input.microsoft.com/translator/OCTranslatorTestPage.html"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\microsoft.com\input]
"http"=dword:00000002
Fantastic add-on!!
Tags: language, lync, Lync 2010, translator
16
Feb
If you are running Lync Server 2010 and have previously used OCS, you may realize how hard it is to find the versions of Lync that your clients are running. It was very easy to do with OCS.
Stephen Olsen has written a fantastic tool that will show you the version each client is running along with a bunch of other useful information.
Tags: client, lync, lync server 2010, version, versions
18
Jan
There are almost 550 PowerShell cmdlets to manage Lync 2010. I found it difficult to find the entire list of them and finally found that these 2 URLs were the most useful:
http://technet.microsoft.com/en-us/library/gg398306.aspx
http://blogs.technet.com/b/csps/archive/2010/07/16/refallcmdlets.aspx
Tags: cmdlets, get, lync, powershell
17
Jan
I came across a great tool that helps troubleshoot DNS issues relating to Lync or OCS sign-in trouble.
It queries your SIP domain for the required DNS records, especially helpful to determine which SRV records exist and which need to be added.
More info from http://www.insideocs.com/Tools/MOCLogin.htm.
Pareto’s Principle, the 80/20 Rule, should serve as a daily reminder to focus 80 percent of your time and energy on the 20 percent of you work that is really important. Don’t just “work smart”, work smart on the right things.