Managing a SIP Application on Lync Server

Managing a SIP application on Microsoft Lync Server 2010 involves retrieving and modifying the application settings as well as removing the application. These can be done using the following Microsoft Windows PowerShell commands:

To retrieve an application's settings:
  Copy imageCopy Code
get-CsServerApplication
To change an application's settings:
  Copy imageCopy Code
set-CsServerApplication
To remove an application:
  Copy imageCopy Code
remove-CsServerApplication

These commands can be used to dynamically update an application's settings, without shutting down the server.