Topic Last Modified: 2011-04-05

The migration process is carried out by a series of Lync Server Management Shell cmdlets.

The Merge-CsLegacyTopology cmdlet is used to migrate trusted service entries and configuration settings from Microsoft Office Communications Server 2007 R2 to Microsoft Lync Server 2010. This cmdlet creates an output file that contains the merged information from Office Communications Server 2007 R2. This file is then used to publish information to the Lync Server 2010 Central Management store. Additionally, the Merge-CsLegacyTopology cmdlet allows you to input an XML file that contains Edge Server information. If you do not plan to import Edge Server information, remove the -UserInputFileName D:\input.xml parameter from Step 2 in the following procedure.

Important:
Before running any of the migration cmdlets, be sure the account used is a member of the RTCUniversalServerAdmins group.

The steps to migrate are:

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

  2. Run:

    Copy Code
    Merge-CsLegacyTopology -TopologyXmlFileName D:\output.xml -UserInputFileName D:\input.xml
    
    Where D:\output.xml is the path where Merge-CsLegacyTopology will write its output file. D:\input.xml is the path where Merge-CsLegacytopology expects to find the Edge Server input.xml file, defined earlier. Change the paths to match your environment accordingly.

  3. Run:

    Copy Code
    Publish-CsTopology -FileName D:\output.xml
    
  4. Run:

    Copy Code
    Enable-CsTopology
    
    Note:
    To verify that this step completed successfully, see Verify Topology Information.
  5. Run:

    Copy Code
    Import-CsLegacyConfiguration
    
    Note:
    You might see a warning, similar to the following, indicating a legacy policy setting name includes characters that are being replaced with an underscore. You can safely ignore this warning. This policy setting name is a default policy that was included with Office Communications Server 2007 R2. Lync Server 2010 will import this policy but replace the offending characters with an underscore.
    Windows PowerShell Import Legacy Config warning
  6. Run:

    Copy Code
    Import-CsLegacyConferenceDirectory
    
  7. Connect the pilot pool to the legacy Edge Servers by following the procedure in Connect Pilot Pool to Legacy Edge Servers.

Now that the merge has completed you can use Topology Builder and Lync Server Control Panel to administer the pool and view the overall side-by-side topology. For additional steps that you should run after migration has completed, see Phase 6: Verify Your Pilot Migration.

See Also