Unpublish-CsLisConfiguration
Removes the Location Information Server (LIS) configuration from the Central Management store. This cmdlet was introduced in Lync Server 2010.
Syntax
Unpublish-CsLisConfiguration
[-Force]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
In order to implement Enhanced 9-1-1 (E9-1-1) in Skype for Business 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.
Examples
-------------------------- EXAMPLE 1 --------------------------
Unpublish-CsLisConfiguration
This command removes the LIS configuration from the Central Management store.
Parameters
-Confirm
Prompts you for confirmation before executing the command.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019 |
-Force
Suppresses any confirmation prompts that would otherwise be displayed before making changes.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019 |
-WhatIf
Describes what would happen if you executed the command without actually executing the command.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019 |
Inputs
None.
Outputs
This cmdlet does not return a value.