Lync Server 2013 cmdlets by category
Topic Last Modified: 2017-09-20
Microsoft Lync Server 2013 ships with almost 550 cmdlets specifically designed to allow administrators to manage Lync Server from the command line. You access the cmdlets from the Lync Server Management Shell. You can retrieve help on a cmdlet directly from the command line by typing a command similar to the following:
Get-Help New-CsVoicePolicy -Full
The preceding command will retrieve all the help available for the New-CsVoicePolicy cmdlet. Substitute the reference to 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 Microsoft Lync Server 2013, type the following at the Lync Server Management Shell command prompt:
Get-Command * -Module Lync -CommandType cmdlet
If you are unsure which cmdlets you need, we have also provided a categorized list of cmdlets and their help topics. You will find that some of the cmdlets show up in more than one category, which was intentional as they apply to multiple areas of the product. The following is a list of categories:
Note
Skype for Business cmdlet reference has moved to docs.microsoft.com. Clicking on the links below will take you to the new docs.microsoft.com page. The content is now open sourced and available for community contributions through GitHub. Interested in contributing? Check out the README in the repo here: https://github.com/MicrosoftDocs/office-docs-powershell
See Also