Analog Devices

Analog Devices are very similar to Common Area Phones in the sense that they are also contact objects associated with the Lync Server 2010 pool. These objects need to be moved. The process is pretty much the same as moving Common Area Phones, but using a slightly different command:

1. Start the Lync Server Management Shell: Click Start, All Programs, Microsoft Lync Server 2013, and then select Lync Server Management Shell.

2. At the command line, type this:

Get-CsAnalogDevice -Filter {RegistrarPool -eq "pool01.companyabc.com"} |
Move-CsAnalogDevice -Target pool02.companyabc.com

3. Verify that all contact objects have been moved to the Lync Server 2013 pool. At the command line, type this:

Get-CsAnalogDevice -Filter {RegistrarPool -eq "pool02.companyabc.com"}

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset