Publishes the Location Information Server (LIS) configuration to the Central Management database.
Syntax
Publish-CsLisConfiguration [-Confirm [<SwitchParameter>]] [-Force <SwitchParameter>] [-LocalStore <SwitchParameter>] [-WhatIf [<SwitchParameter>]] |
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
Confirm |
Optional |
SwitchParameter |
Prompts you for confirmation before executing the command. |
Force |
Optional |
SwitchParameter |
|
WhatIf |
Optional |
SwitchParameter |
Describes what would happen if you executed the command without actually executing the command. |
Detailed Description
In order to implement Enhanced 911 (E9-1-1) in Microsoft Communications Server 2010 you must create a location mapping (called a wiremap). This mapping includes matching physical addresses to ports, subnets, switches, and wireless access points so any calls made over an Enterprise Voice connection will reach the nearest emergency operator and provide that operator with the correct location of the caller. This mapping configuration, created by calling cmdlets such as Set-CsLisPort and Set-CsLisSubnet, is stored in a central location database. This cmdlet commits any changes made to the configuration to the Central Management database, allowing the information to be replicated. The configuration can be removed from the database by calling the Unpublish-CsLisConfiguration cmdlet.
Return Types
This cmdlet does not return a value.
Examples
-------------------------- Example 1 --------------------------
Copy Code | |
---|---|
Publish-CsLisConfiguration |
This command commits the LIS configuration to the Central Management database.
-------------------------- Example 2 --------------------------
Copy Code | |
---|---|
Publish-CsLisConfiguration -Verbose |
This command commits the LIS configuration to the Central Management database. It also displays output that will tell you the LIS SqlInstance (such as client.litwareinc.com\rtc) that is being published.