Topic Last Modified: 2010-10-01

Publishes the Location Information Server (LIS) configuration to the Central Management store.

Syntax

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

Parameters

Parameter Required Type Description

Force

Optional

SwitchParameter

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

WhatIf

Optional

SwitchParameter

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

Confirm

Optional

SwitchParameter

Prompts you for confirmation before executing the command.

Detailed Description

In order to implement Enhanced 9-1-1 (E9-1-1) in Microsoft Lync 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 in the central location database to the Central Management store, allowing the information to be replicated to the Location Information servers so that the locations can be rendered to clients. The configuration can be removed from the Central Management store by calling the Unpublish-CsLisConfiguration cmdlet.

Who can run this cmdlet: By default, members of the following groups are authorized to run the Publish-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 "Publish-CsLisConfiguration"}

Input Types

None.

Return Types

This cmdlet does not return a value.

Example

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

Copy Code
Publish-CsLisConfiguration

This command commits the LIS configuration to the Central Management store.

See Also