[This is pre-release documentation and subject to change in future releases. This topic's current status is: Milestone-Ready]

Topic Last Modified: 2010-06-22

Before publishing the Location database you must validate new locations against the Master Street Address Guide (MSAG) maintained by the Emergency Services Provider.

For more information about Emergency Service Providers, see Routing an Emergency Call.

For more information validating addresses, see the Communications Server Management Shell documentation for the following cmdlets:

To validate addresses located in the location database

  1. Open Communications Server Management Shell.

  2. Run the following cmdlets to configure the Emergency Service Provider connection.

    Copy Code
    $pwd = Read-Host –AsSecureString <password>
    Set-CsLisServiceProvider -ServiceProviderName Provider1 -ValidationServiceUrl <URL provided by provider> -CertFileName <location of certificate provided by provider> -Password $pwd
    
  3. Run the following cmdlet to validate the addresses in the location database.

    Copy Code
    Get-CsLisCivicAddress | Test-CsLisCivicAddress –UpdateValidationStatus
    

    You can also use the Test-CsLisCivicAddress cmdlet to validate individual addresses.