Administration

This section reviews common administration tasks for Lync Server. As mentioned previously, the focus is primarily on the use of the PowerShell-based Management Shell. The most common administrative function is enabling a user for Lync Server. For example, to enable the user Rand Morimoto with the SIP address of rand@companyabc.com, you use the following command:

Enable-csUser –Identity "Rand Morimoto" –RegistrarPool "cspool.companyabc.com" –SIPAddress "sip:rand@companyabc.com"

This example explicitly specifies the SIP address to be used. Lync Server can also automatically generate the address using the SIPAddressType parameter based on a number of options including first.last name (firstLastName), email address (emailaddress), ...

Get Microsoft® Lync Server 2010 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.