Skip to content

Commit 38e059c

Browse files
authored
Merge pull request MicrosoftDocs#8373 from JensTrier/emergencydisclaimer2
Update text for Set-CsOnlineEnhancedEmergencyServiceDisclaimer
2 parents 80e1c05 + a466428 commit 38e059c

File tree

1 file changed

+25
-16
lines changed

1 file changed

+25
-16
lines changed

skype/skype-ps/skype/Set-CsOnlineEnhancedEmergencyServiceDisclaimer.md

Lines changed: 25 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
33
online version: https://docs.microsoft.com/powershell/module/skype/set-csonlineenhancedemergencyservicedisclaimer
4-
applicable: Skype for Business Online
4+
applicable: Skype for Business Online, Microsoft Teams
55
title: Set-CsOnlineEnhancedEmergencyServiceDisclaimer
66
schema: 2.0.0
77
manager: bulenteg
@@ -13,8 +13,16 @@ ms.reviewer:
1313
# Set-CsOnlineEnhancedEmergencyServiceDisclaimer
1414

1515
## SYNOPSIS
16-
Use the `Set-CsOnlineEnhancedEmergencyServiceDisclaimer` cmdlet to record your organization's acceptance of the enhanced emergency service terms and conditions.
17-
Any tenant administrator can accept the terms and conditions.
16+
When using Microsoft Teams PSTN Calling Services you need to record your organization's acceptance of the enhanced emergency service terms and conditions. This is done per
17+
country and it needs to be done before you can provide PSTN calling services to Microsoft Teams users in the country.
18+
19+
You can record your organization's acceptance using the Set-CsOnlineEnhancedEmergencyServiceDisclaimer cmdlet at any time. If you haven't accepted it for a given country
20+
you will be prompted to do so by warning information in the Teams PS Module, when you try to assign a phone number to a Microsoft Teams user, or in the Teams admin center,
21+
when you create an emergency address in a country.
22+
23+
Any tenant administrator can accept the terms and conditions and it only needs to be done once per country.
24+
25+
As the output the cmdlet will show the emergency service disclaimer and that it has been accepted. You can use Get-CsOnlineEnhancedEmergencyServiceDisclaimer to see the status of the emergency service disclaimer.
1826

1927
## SYNTAX
2028

@@ -23,9 +31,11 @@ Set-CsOnlineEnhancedEmergencyServiceDisclaimer -CountryOrRegion <String> [-Versi
2331
[-Tenant <Guid>] [-DomainController <Fqdn>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2432
```
2533

26-
2734
## DESCRIPTION
28-
You must run this cmdlet prior to assigning phone numbers and locations to voice enabled users in the United States.
35+
You must run this cmdlet prior to assigning Microsoft Calling Plan phone numbers and locations to voice enabled users or accept the similar disclaimer in the Teams admin center.
36+
37+
Microsoft Calling Plan phone numbers are available in several countries, see [Country and region availability for Audio Conferencing and Calling Plans](https://docs.microsoft.com/MicrosoftTeams/country-and-region-availability-for-audio-conferencing-and-calling-plans/country-and-region-availability-for-audio-conferencing-and-calling-plans)
38+
2939

3040
## EXAMPLES
3141

@@ -41,14 +51,13 @@ version of the enhanced emergency service terms and conditions.
4151
## PARAMETERS
4252

4353
### -CountryOrRegion
44-
Specifies the region or country whose terms and conditions you wish to accept.
45-
The United States is currently the only country supported, but it must be specified as "US".
54+
Specifies the region or country whose terms and conditions you wish to accept. You need to use the ISO 31661-1 alpha-2 2 letter code for the country. For example for the United States it must be specified as "US" and for Denmark it must be specified as "DK".
4655

4756
```yaml
4857
Type: String
4958
Parameter Sets: (All)
5059
Aliases:
51-
Applicable: Skype for Business Online
60+
Applicable: Skype for Business Online, Microsoft Teams
5261

5362
Required: False
5463
Position: Named
@@ -64,7 +73,7 @@ The Confirm switch causes the command to pause processing and requires confirmat
6473
Type: SwitchParameter
6574
Parameter Sets: (All)
6675
Aliases: cf
67-
Applicable: Skype for Business Online
76+
Applicable: Skype for Business Online, Microsoft Teams
6877

6978
Required: False
7079
Position: Named
@@ -80,7 +89,7 @@ This parameter is reserved for internal Microsoft use.
8089
Type: Fqdn
8190
Parameter Sets: (All)
8291
Aliases: DC
83-
Applicable: Skype for Business Online
92+
Applicable: Skype for Business Online, Microsoft Teams
8493

8594
Required: False
8695
Position: Named
@@ -98,7 +107,7 @@ If the Force switch isn't provided in the command, you're prompted for administr
98107
Type: SwitchParameter
99108
Parameter Sets: (All)
100109
Aliases:
101-
Applicable: Skype for Business Online
110+
Applicable: Skype for Business Online, Microsoft Teams
102111

103112
Required: False
104113
Position: Named
@@ -114,7 +123,7 @@ This parameter is reserved for internal Microsoft use.
114123
Type: SwitchParameter
115124
Parameter Sets: (All)
116125
Aliases:
117-
Applicable: Skype for Business Online
126+
Applicable: Skype for Business Online, Microsoft Teams
118127

119128
Required: False
120129
Position: Named
@@ -130,7 +139,7 @@ This parameter is reserved for internal Microsoft use.
130139
Type: Guid
131140
Parameter Sets: (All)
132141
Aliases:
133-
Applicable: Skype for Business Online
142+
Applicable: Skype for Business Online, Microsoft Teams
134143

135144
Required: False
136145
Position: Named
@@ -146,7 +155,7 @@ This parameter is reserved for internal Microsoft use.
146155
Type: String
147156
Parameter Sets: (All)
148157
Aliases:
149-
Applicable: Skype for Business Online
158+
Applicable: Skype for Business Online, Microsoft Teams
150159

151160
Required: False
152161
Position: Named
@@ -163,7 +172,7 @@ By using this switch, you can view what changes would occur without having to co
163172
Type: SwitchParameter
164173
Parameter Sets: (All)
165174
Aliases: wi
166-
Applicable: Skype for Business Online
175+
Applicable: Skype for Business Online, Microsoft Teams
167176

168177
Required: False
169178
Position: Named
@@ -188,4 +197,4 @@ None
188197
## NOTES
189198
190199
## RELATED LINKS
191-
200+
[Get-CsOnlineEnhancedEmergencyServiceDisclaimer](Get-CsOnlineEnhancedEmergencyServiceDisclaimer.md)

0 commit comments

Comments
 (0)