Topic Last Modified: 2012-09-29

Common Area Phones are IP phones that most often reside in a shared workspace or common area, like a lobby, kitchen, or factory floor. Common Area Phones do not need to be connected to a computer to provide Lync Server UC functionality. After migrating an Lync Server 2010 deployment to Lync Server 2013, you must also migrate the contact objects associated with the legacy Common Area Phone. Using Lync Server Management Shell you will first retrieve all contact objects associated with the Lync Server 2010 Common Area Phones, and then move those objects to the Lync Server 2013 pool.

Migrate Common Area Phones
  1. From the Lync Server 2013 Front End server, open Lync Server Management Shell.

  2. From the command line, type the following:

    Copy Code
    Get-CsCommonAreaPhone -Filter {RegistrarPool -eq "pool01.contoso.net"} | Move-CsCommonAreaPhone -Target pool02.contoso.net
    
  3. To verify all contact objects have been moved to the Lync Server 2013 pool, from the Lync Server Management Shell type the following:

    Copy Code
    Get-CsCommonAreaPhone -Filter {RegistrarPool -eq "pool02.contoso.net"}
    

    Verify all contact objects are now associated with the Lync Server 2013 pool.