Removes the Location Information Server (LIS) configuration from the Central Management database.
Syntax
Unpublish-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 |
|
LocalStore |
Optional |
SwitchParameter |
This parameter is not used with this cmdlet. |
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. A configuration can be commited to the Central Management database by calling the Publish-CsLisConfiguration cmdlet, which allows for replication of the data. The Unpublish-CsLisConfiguration cmdlet removes the LIS configuration from the Central Management database.
Return Types
This cmdlet does not return a value.
Examples
-------------------------- Example 1 --------------------------
Copy Code | |
---|---|
Unpublish-CsLisConfiguration |
This command removes the LIS configuration from the Central Management database.