The task I am looking at is to automate the process of creating new users on a Lync 2010 server. Looking at the Lync Server SDK, this only allows creating new phone calls and sending IM. I'm looking for an interface to automate administrative task.

What I don't want to do in first place is to parse the web interface. Does anyone know of anything that might help?

有帮助吗?

解决方案

There is a certain number of PowerShell cmdlets I wasnt aware of. The complete list can be found in the Documentation.

I don't find the good step-by-step guide I once came across, but there are several others out there that descript how you connect your PowerShell to the Lync Server (like this).

I haven't tested any of these scripts, but Microsoft also provides a list of useful scripts to administrate Lync (link).

The problem I was initially looking for was: How do I hide disabled user accounts in the Lync Contact list. This can be done by ticking the checkbox "Hide user from global address list" in Exchange (Note: when this is done via e.g. VBScript it takes some time before the GAL is updated, in my case the account first vanished from GAL and the next morning it also disappeared from the Lync Contact List).

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top