Get-CsEnhancedEmergencyServiceDisclaimer
Retrieves the disclaimer text that is used globally to prompt for location information for an Enhanced 9-1-1 (E9-1-1) implementation. This cmdlet was introduced in Lync Server 2010.
Syntax
Get-CsEnhancedEmergencyServiceDisclaimer
[[-Identity] <XdsIdentity>]
[-LocalStore]
[<CommonParameters>]
Get-CsEnhancedEmergencyServiceDisclaimer
[-Filter <String>]
[-LocalStore]
[<CommonParameters>]
Description
In order for an Enterprise Voice implementation to provide E9-1-1 service, locations must be mapped to ports, subnets, switches, and wireless access points to identify the caller's location. When the caller is connecting from outside one of these mapped points, he must enter his location manually in order for it to be received by emergency services. This cmdlet retrieves a text string that will be displayed to users who decide not to enter their location information. This message will be displayed only if the LocationRequired property of the user's location policy is set to Disclaimer. (You can retrieve location policy settings by calling the Get-CsLocationPolicy cmdlet.)
Examples
-------------------------- Example 1 --------------------------
Get-CsEnhancedEmergencyServiceDisclaimer
This command retrieves the text of the enhanced emergency service disclaimer.
Parameters
-Filter
This parameter allows for wildcard searches of the Identity. However, since the only valid value for Identity is Global, this parameter is not useful for this cmdlet.
Type: | String |
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 |
-Identity
This will always be Global.
Type: | XdsIdentity |
Position: | 2 |
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 |
-LocalStore
Retrieves the disclaimer information from the local replica of the Central Management store, rather than the Central Management store itself.
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 |
Inputs
None
Outputs
Microsoft.Rtc.Management.WritableConfig.Policy.Location.EnhancedEmergencyServiceDisclaimer