Topic Last Modified: 2014-03-19

Microsoft Lync Server 2013 ships with more than 700 cmdlets that enable administrators to manage Lync Server 2013 from the command line. The Lync Server cmdlets are typically used with the Lync Server Management Shell. One way to use the Lync Server Management Shell is to log on to a computer running a Lync Server service or server role, click Start, click All Programs, click Microsoft Lync Server 2013, and then click Lync Server Management Shell. After the Management Shell is open you can retrieve help for a cmdlet directly from the command line by typing a command similar to the following:

Copy Code
Get-Help New-CsVoicePolicy -Full

The preceding command retrieves the complete help available for the New-CsVoicePolicy cmdlet. To view help for a different cmdlet, substitute New-CsVoicePolicy with the name of the cmdlet for which you want to retrieve help.

To retrieve a full list of cmdlets available for managing Lync Server, type the following at the Lync Server Management Shell command prompt:

Copy Code
Get-Command * -Module Lync -CommandType cmdlet

For details about using the Lync Server Management Shell, see the Lync Server Windows PowerShell blog at http://go.microsoft.com/fwlink/p/?linkId=203150.

Lync Server 2013 Cmdlets

Following is a list of the cmdlets that ship with Lync Server 2013: