Topic Last Modified: 2011-04-06

In the process of decommissioning a deployment, you need to delete Exchange Unified Messaging (UM) contact objects. This is true for cases that involve the removal of the Front End Server and the Front End pool that host the contacts, or the removal of the entire deployment.

To delete the Exchange UM contacts

  1. Log on to the computer where Lync Server Management Shell is installed as a member of the Domain Admins group or the RTCUniversalServerAdmins group.

  2. Start the Lync Server Management Shell: Click Start, click All Programs, click Microsoft Lync Server 2010, and then click Lync Server Management Shell.

  3. To delete the Exchange UM contacts, type:

    Copy Code
    Get-CsExUmContact -Filter {RegistrarPool -eq "<LyncServerPoolFqdn>"} | Remove-CsExUmContact
    

    Where <LyncServerPoolFqdn> is the Front End Server or the Front End pool that you want to run the command on.

See Also