Topic Last Modified: 2013-02-22

Removes the Location Information Server (LIS) configuration from the Central Management store. This cmdlet was introduced in Lync Server 2010.

Syntax

Unpublish-CsLisConfiguration [-Confirm [<SwitchParameter>]] [-Force <SwitchParameter>] [-WhatIf [<SwitchParameter>]]

Examples

EXAMPLE 1

This command removes the LIS configuration from the Central Management store.

Copy Code
Unpublish-CsLisConfiguration

Detailed Description

In order to implement Enhanced 9-1-1 (E9-1-1) in Lync Server, you must create a location mapping (called a wiremap). This mapping includes matching physical addresses to ports, subnets, switches, and wireless access points so emergency 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 the Set-CsLisPort cmdlet and the Set-CsLisSubnet cmdlet, is stored in the location configuration database. A configuration can be committed from the location configuration database to the Central Management store by calling the Publish-CsLisConfiguration cmdlet, which allows for replication of the data to the Location Information Server. The Unpublish-CsLisConfiguration cmdlet removes the LIS configuration from the Central Management store.

Who can run this cmdlet: By default, members of the following groups are authorized to run the Unpublish-CsLisConfiguration cmdlet locally: RTCUniversalServerAdmins. To return a list of all the role-based access control (RBAC) roles this cmdlet has been assigned to (including any custom RBAC roles you have created yourself), run the following command from the Windows PowerShell prompt:

Get-CsAdminRole | Where-Object {$_.Cmdlets –match "Unpublish-CsLisConfiguration"}

Parameters

Parameter Required Type Description

Confirm

Optional

System.Management.Automation.SwitchParameter

Prompts you for confirmation before executing the command.

Force

Optional

System.Management.Automation.SwitchParameter

Suppresses any confirmation prompts that would otherwise be displayed before making changes.

WhatIf

Optional

System.Management.Automation.SwitchParameter

Describes what would happen if you executed the command without actually executing the command.

Input Types

None.

Return Types

This cmdlet does not return a value.

See Also