One friend send me these lines to automate the configuration of the Lync Client and connect to Office Communicator Server (OCS 2007 R2) environment. Here are the one line to configure your client.
For Lync 2010 to OCS
reg add HKCUSoftwarePoliciesMicrosoftCommunicator /v DisableServerCheck /t REG_DWORD /d 1 /f
For Lync 2013 to OCS
reg add HKLMSOFTWAREPoliciesMicrosoftOffice15.0Lync /v DisableServerCheck /t REG_DWORD /d 1 /f
Hi Carlos
What does this do exactly?
This tells the Lync client to ignore the Server version and try to connect anyway