Topic Last Modified: 2012-09-28

After you merge the topology and run the Import-CsLegacyConfiguration cmdlet, verify that your Office Communications Server 2007 R2 policies and settings were imported to Lync Server 2013. The following table lists the policies and settings that you should verify.

Policies and Settings to Verify after Migration

If you use this workload: Verify these policies and settings:

Instant messaging (IM) and conferencing

Presence policy

Conferencing policy

Dial-in conferencing

Dial-in access numbers

Dial plans

Enterprise Voice

Voice policy

Voice routes

Dial plans

PSTN usage settings

Communicator Web Access

Simple URLs

External users

External access policies

Archiving

Archiving policy

To verify policies and settings

  1. In your Office Communications Server 2007 R2 environment, make note of the names of dial plans (formerly known as location profiles), dial-in access numbers (Conferencing Attendant access phone numbers and regions), voice routes, and the policies listed in the preceding table, in addition to the URLs used for Communicator Web Access.

  2. On the Lync Server 2013 Front End server, open Lync Server Control Panel.

  3. To verify imported conferencing policies, in the left pane, click Conferencing, click Conferencing Policy, and then verify that all the conferencing policies in your Office Communications Server 2007 R2 environment are included in the list.

    Note:
    The Meeting policy from previous versions of Office Communications Server is now known as the conferencing policy in Lync Server 2013. Additionally, the Anonymous Particpants setting from previous versions of Office Communications Server is now a setting in the Lync Server 2013 conferencing policy.
    Note:
    In Office Communications Server 2007 R2, if the conferencing policy is not set to use per user, only global policy settings are imported. No other conference policies are imported in this situation.
    Note:
    If Anonymous Participants is set to Enforce per user in your Office Communications Server 2007 R2 conferencing policy, two conferencing policies are created during migration: one with AllowAnonymousParticipantsInMeetings set to True and one with AllowAnonymousParticipantsInMeetings set to False.
  4. To verify imported dial plans, click Voice Routing, click Dial Plan, and then verify that all the dial plans in your Office Communicator 2007 R2 environment are included in the list.

    Note:
    In Lync Server 2013, location profiles are now referred to as dial-plans.
  5. To verify imported voice policies, click Voice Routing, click Voice Policy, and then verify that all the voice policies in your Office Communicator 2007 R2 environment are included in the list.

    Note:
    If voice policy is not set to use per user in your Office Communications Server 2007 R2 environment, only global policy settings are imported. No other voice policies are imported in this situation.
  6. To verify imported voice routes, click Voice Routing, click Route, and then verify that all the voice routes in your Office Communicator 2007 R2 environment are included in the list.

  7. To verify imported PSTN usage settings, click Voice Routing, click PSTN Usage, and then verify that the PSTN Usage settings from your Office Communicator 2007 R2 environment are included in the list.

  8. To verify imported external access policies, click Federation and External Access, click External Access Policy, and then verify that all the external access policies in your Office Communicator 2007 R2 environment are included in the list.

  9. To verify archiving policies, click Monitoring and Archiving, click Archiving Policy, and then verify that all the archiving policies in your Office Communications Server 2007 R2 environment are included in the list.

  10. Open the Lync Server Management Shell.

  11. To verify presence policies, at the command line, type the following:

    Copy Code
    Get-CsPresencePolicy
    

    By looking at the name in the Identity parameter, verify that all the presence policies in your Office Communications Server 2007 R2 environment were imported.

To verify policies and settings by using cmdlets

  1. Open the Lync Server Management Shell.

  2. Run the cmdlets in the following table to verify policies and settings.

    The syntax of these cmdlets is like the following example:

    Copy Code
    Get-CsConferencingPolicy
    

    For details about these cmdlets, run:

    Copy Code
    Get-Help <cmdlet name> -Detailed
    

For this policy or setting: Use this cmdlet:

Presence policy

Get-CsPresencePolicy

Conferencing policy

Get-CsConferencingPolicy

Dial-in access numbers

Get-CsDialInConferencingAccessNumber

Dial plans

Get-CsDialPlan

Voice policy

Get-CsVoicePolicy

Voice routes

Get-CsVoiceRoute

PSTN Usage

Get-CsPstnUsage

URLs

Get-CsSimpleUrlConfiguration

External access policies

Get-CsExternalAccessPolicy

Archiving policy

Get-CsArchivingPolicy