Skip to content

Commit d86cff8

Browse files
authored
minor changes
1 parent 0b5c148 commit d86cff8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

skype/skype-ps/skype/Grant-CsTeamsEmergencyCallingPolicy.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-CsTeamsEmergencyCallingPolicy
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-CsTeamsEmergencyCallingPolicy [-PolicyName] <String> [-Tenant <System.Guid
2121
```
2222

2323
## DESCRIPTION
24-
{{ This cmdlet assigns a Teams Emergency Calling policy to a user. Emergency Calling policy is used for the life cycle of emergency calling experience for the security desk and Teams client location experience. }}
24+
This cmdlet assigns a Teams Emergency Calling policy to a user. Emergency Calling policy is used for the life cycle of emergency calling experience for the security desk and Teams client location experience.
2525

2626
## EXAMPLES
2727

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

33-
{{ This example assigns a Teams Emergency Calling policy to a user}}
33+
This example assigns a Teams Emergency Calling policy to a user
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 Calling policy to apply to the user. }}
98+
The Identity of the Teams Emergency Calling 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)