Topic Last Modified: 2012-10-02

You can move multiple users from your Lync Server 2010 pool to your Lync Server 2013 pilot pool using Lync Server 2013 Control Panel or Lync Server 2013 Management Shell.

To move multiple users by using the Lync Server 2013 Control Panel

  1. Open Lync Server Control Panel.

  2. Click Users, click Search, and then click Find.

  3. Select two users that you want to move to the Lync Server 2013 pool. In this example, we will move users Chen Yang and Claus Hansen.

    Move users to specific register pool

  4. From the Action menu, select Move selected users to pool.

  5. From the drop-down list, select the Lync Server 2013 pool.

  6. Click Action and then click Move selected users to pool. Click OK.

    Move Users, destination registrar pool dialog box

  7. Verify that the Registrar pool column for the users now contains the Lync Server 2013 pool, which indicates that the users have been successfully moved.

To move multiple users by using the Lync Server 2013 Management Shell

  1. Open the Lync Server 2013 Management Shell.

  2. At the command line, type the following and replace User1 and User2 with specific user names you want to move and replace pool_FQDN with the name of the destination pool. In this example we will move users Hao Chen and Katie Jordan.

    Copy Code
    Get-CsUser -Filter {DisplayName -eq "User1" -or DisplayName - eq "User2"} | Move-CsUser -Target "pool_FQDN"
    
    Example of PowerShell Get-CsUser cmdlet

  3. At the command line, type the following

    Copy Code
    Get-CsUser -Identity "User1"
    
  4. The Registrar Pool identity should now point to the pool you specified as pool_FQDN in the previous step. The presence of this identity confirms that the user has been successfully moved. Repeat step to verify User2 has been moved.

    Output of PowerShell Get-UsUser -Identity cmdlet

To move all users at the same time by using the Lync Server 2013 Management Shell

In this example, all users have been returned to the Lync Server 2010 pool (pool01.contoso.net). Using the Lync Server 2013 Management Shell, we will move all users at the same time to the Lync Server 2013 pool (pool02.contoso.net).

  1. Open the Lync Server 2013 Management Shell.

  2. At the command line, type the following:

    Copy Code
    Get-CsUser -OnLyncServer | Move-CsUser -Target "pool_FQDN"
    
    PowerShell cmdlet and results in Management Shell

  3. Next, run Get-CsUser for one of the pilot users.

    Copy Code
    Get-CsUser -Identity "Hao Chen"
    
  4. The Registrar Pool identity for each user now points to the pool you specified as “pool_FQDN” in the previous step. The presence of this identity confirms that the user has been successfully moved.

  5. Additionally, we can view the list of users in the Lync Server 2013 Control Panel and verify that the Registrar Pool value now points to the Lync Server 2013 pool.

    Lync Server 2013 Control Panel user list