[This is preliminary documentation and is subject to change. Blank topics are included as placeholders.]

Retrieves information about the web service provided by the Enhanced 911 (E9-1-1) Network Routing Provider to verify locations.

Syntax

Get-CsLisServiceProvider

Parameters

Parameter Required Type Description

Detailed Description

In an Enterprise Voice implementation with E9-1-1, emergency calls must first be routed through an E9-1-1 Network Routing Provider to ensure that the calls are routed to the appropriate Public-Safety Answer Point (PSAP). (A PSAP is the agency in the United States that directs the calls to the nearest emergency services, such as police, fire, and ambulance services.) In order to do this, the provider must have a list of locations from the enterprise that it can then match against the Master Street Address Guide to ensure all locations are valid. This cmdlet retrieves information about a provider, including the name of the provider and a URL for the web service the enterprise will use to send the locations.

Return Types

This cmdlet retrieves an object of type System.Management.Automation.PSCustomObject.

Examples

-------------------------- Example 1 --------------------------

Copy Code
Get-CsLisServiceProvider

Get-CsLisServiceProvider does not have any parameters (other than the Windows PowerShell common parameters, such as Verbose). There will never be more than one service provider for an E9-1-1 implementation, so this cmdlet will retrieve information about the web service provided by that service provider.