Skip to content

Commit ec2222d

Browse files
authored
Merge branch 'master' into jiaych/telephoneNumberSearchCmdlet
2 parents d940462 + 68b2bfe commit ec2222d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

skype/skype-ps/skype/New-CsTeamsEmergencyCallingPolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ New-CsTeamsEmergencyCallingPolicy [-Tenant <System.Guid>] [-NotificationGroup <S
3131

3232
### Example 1
3333
```powershell
34-
PS C:> New-CsTeamsEmergencyCallingPolicy -Identity testECRP -Description "Test ECRP" -NotificationGroup "[email protected]" -NotificationDialOutNumber "4253214567" -NotificationMode NotificationOnly -ExternalLocationLookupMode $true
34+
PS C:> New-CsTeamsEmergencyCallingPolicy -Identity testECRP -Description "Test ECRP" -NotificationGroup "[email protected]" -NotificationDialOutNumber "4253214567" -NotificationMode NotificationOnly -ExternalLocationLookupMode $Enable
3535
```
3636

3737
This example creates a Teams Emergency Calling policy that has a identity of testECRP, where a notification group and number is being defined and also the type of notification.
@@ -69,7 +69,7 @@ Accept wildcard characters: False
6969
```
7070
7171
### -ExternalLocationLookupMode
72-
Enable ExternalLocationLookupMode. This parameter is currently not supported.
72+
Enable ExternalLocationLookupMode.
7373
7474
```yaml
7575
Type: ExternalLocationLookupMode

0 commit comments

Comments
 (0)