Skip to content

Commit 0b5c148

Browse files
authored
Update Grant-CsTeamsEmergencyCallRoutingPolicy.md
1 parent bb52bbe commit 0b5c148

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

skype/skype-ps/skype/Grant-CsTeamsEmergencyCallRoutingPolicy.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
33
applicable: Skype for Business Online
44
title: Grant-CsTeamsEmergencyCallRoutingPolicy
5-
author:danny-levin
6-
ms.author:dannyle
5+
author: danny-levin
6+
ms.author: dannyle
77
manager: roykuntz
88
ms.reviewer: chenc, pthota
99
schema: 2.0.0
@@ -21,16 +21,16 @@ Grant-CsTeamsEmergencyCallRoutingPolicy [-PolicyName] <String> [-Tenant <System.
2121
```
2222

2323
## DESCRIPTION
24-
{{ This cmdlet assigns a Teams Emergency Call Routing policy with one user. Teams Emergency Call Routing policy is used for the life cycle of emergency call routing – emergency numbers and routing configuration. }}
24+
This cmdlet assigns a Teams Emergency Call Routing policy with one user. Teams Emergency Call Routing policy is used for the life cycle of emergency call routing – emergency numbers and routing configuration.
2525

2626
## EXAMPLES
2727

2828
### Example 1
2929
```powershell
30-
PS C:> {{ Grant-CsTeamsEmergencyCallRoutingPolicy -Identity user1 -PolicyName TestECRP }}
30+
PS C:> Grant-CsTeamsEmergencyCallRoutingPolicy -Identity user1 -PolicyName TestECRP
3131
```
3232

33-
{{ This example assigns a Teams Emergency Call Routing policy(TestECRP) to a user(user1) }}
33+
This example assigns a Teams Emergency Call Routing policy(TestECRP) to a user(user1)
3434

3535
## PARAMETERS
3636

@@ -50,7 +50,7 @@ Accept wildcard characters: False
5050
```
5151
5252
### -DomainController
53-
{{ Allows you to specify a domain controller. If no domain controller is specified, the first available will be used. }}
53+
Allows you to specify a domain controller. If no domain controller is specified, the first available will be used.
5454
5555
```yaml
5656
Type: Fqdn
@@ -65,7 +65,7 @@ Accept wildcard characters: False
6565
```
6666
6767
### -Identity
68-
{{ Indicates the Identity of the user account the policy should be assigned to. }}
68+
Indicates the Identity of the user account the policy should be assigned to.
6969
7070
```yaml
7171
Type: UserIdParameter
@@ -80,7 +80,7 @@ Accept wildcard characters: False
8080
```
8181
8282
### -PassThru
83-
{{ Including this parameter (which does not take a value) displays the user information when the cmdlet completes. Normally there is no output when this cmdlet is run. }}
83+
Including this parameter (which does not take a value) displays the user information when the cmdlet completes. Normally there is no output when this cmdlet is run.
8484
8585
```yaml
8686
Type: SwitchParameter
@@ -95,7 +95,7 @@ Accept wildcard characters: False
9595
```
9696
9797
### -PolicyName
98-
{{ The Identity of the Teams Emergency Call Routing policy to apply to the user. }}
98+
The Identity of the Teams Emergency Call Routing policy to apply to the user.
9999
100100
```yaml
101101
Type: String
@@ -110,7 +110,7 @@ Accept wildcard characters: False
110110
```
111111
112112
### -Tenant
113-
{{ Microsoft internal usage only. }}
113+
Microsoft internal usage only.
114114
115115
```yaml
116116
Type: System.Guid

0 commit comments

Comments
 (0)