Is there any way to remotely configure a Microsoft Lync account?
Posted
by
John O
on Server Fault
See other posts from Server Fault
or by John O
Published on 2012-06-11T21:42:58Z
Indexed on
2012/06/11
22:42 UTC
Read the original article
Hit count: 212
There are no perl modules for Lync. No open source clients. Windows Powershell can do some things with it, but only on the server on which the server software is installed.
It would be useful to be able to forward a certain desk phone number (we use Lync for voip) to a personal cell phone. We can do this from our own desktop machines, but only using the Lync client. It would be nice to be able to have a cron script run that just did rotations, I wouldn't have to carry around the lousy on-call phone with me.
communicator.exe doesn't take any useful parameters. Nor are there any obvious function names in the DLLs that would let me just use rundll32.exe to accomplish this. There is a Lync SDK, but no examples of changing phone forwarding, and my Windows 7 machine refuses to install the Silverlight SDK dependency for some reason I can't fathom.
Does anyone have any other ideas how I might accomplish this?
© Server Fault or respective owner