Skip to content

Commit bde56e0

Browse files
authored
Merge pull request MicrosoftDocs#3882 from get-itips/master
Changed some md formatting
2 parents e518615 + 1b6ca66 commit bde56e0

9 files changed

+102
-102
lines changed

skype/skype-ps/skype/Get-CsTeamsEmergencyCallRoutingPolicy.md

Lines changed: 11 additions & 11 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: Get-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
@@ -28,28 +28,28 @@ Get-CsTeamsEmergencyCallRoutingPolicy [-Tenant <System.Guid>] [-Filter <String>]
2828
```
2929

3030
## DESCRIPTION
31-
{{ This cmdlet returns one or more Emergency Call Routing policy. This Policy is used for the life cycle of emergency call routing – emergency numbers and routing configuration }}
31+
This cmdlet returns one or more Emergency Call Routing policy. This Policy is used for the life cycle of emergency call routing – emergency numbers and routing configuration
3232

3333
## EXAMPLES
3434

3535
### Example 1
3636
```powershell
37-
PS C:> {{ Get-CsTeamsEmergencyCallRoutingPolicy }}
37+
PS C:> Get-CsTeamsEmergencyCallRoutingPolicy
3838
```
3939

40-
{{ Retrieve all emergency call routing policy that are available in your scope }}
40+
Retrieves all emergency call routing policies that are available in your scope
4141

4242
### Example 2
4343
```powershell
44-
PS C:> {{ Get-CsTeamsEmergencyCallRoutingPolicy -Identity TestECRP}}
44+
PS C:> Get-CsTeamsEmergencyCallRoutingPolicy -Identity TestECRP
4545
```
4646

47-
{{ Retrieve one emergency call routing policy with specific identity }}
47+
Retrieves one emergency call routing policy specifying the identity
4848

4949
## PARAMETERS
5050

5151
### -Filter
52-
{{ The Filter parameter allows you to limit the number of results based on filters you specify. }}
52+
The Filter parameter allows you to limit the number of results based on filters you specify.
5353

5454
```yaml
5555
Type: String
@@ -64,7 +64,7 @@ Accept wildcard characters: False
6464
```
6565
6666
### -Identity
67-
{{ Specify the policy that you would like to retrieve. }}
67+
Specify the policy that you would like to retrieve.
6868
6969
```yaml
7070
Type: XdsIdentity
@@ -79,7 +79,7 @@ Accept wildcard characters: False
7979
```
8080
8181
### -LocalStore
82-
{{ Microsoft internal use. }}
82+
Microsoft internal use.
8383
8484
```yaml
8585
Type: SwitchParameter
@@ -94,7 +94,7 @@ Accept wildcard characters: False
9494
```
9595
9696
### -Tenant
97-
{{ Microsoft internal use. }}
97+
Microsoft internal use.
9898
9999
```yaml
100100
Type: System.Guid

skype/skype-ps/skype/Get-CsTeamsEmergencyCallingPolicy.md

Lines changed: 11 additions & 11 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: Get-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
@@ -27,28 +27,28 @@ Get-CsTeamsEmergencyCallingPolicy [-Tenant <System.Guid>] [-Filter <String>] [-L
2727
```
2828

2929
## DESCRIPTION
30-
{{ This cmdlet returns one or more emergency calling policy. Emergency calling policy is used for the life cycle of emergency calling experience for the security desk and Teams client location experience. }}
30+
This cmdlet returns one or more emergency calling policies. Emergency calling policy is used for the life cycle of emergency calling experience for the security desk and Teams client location experience.
3131

3232
## EXAMPLES
3333

3434
### Example 1
3535
```powershell
36-
PS C:> {{ Get-CsTeamsEmergencyCallingPolicy}}
36+
PS C:> Get-CsTeamsEmergencyCallingPolicy
3737
```
3838

39-
{{ Retrieve all emergency calling policy that are available in your scope}}
39+
Retrieves all emergency calling policies that are available in your scope
4040

4141
### Example 2
4242
```powershell
43-
PS C:> {{ Get-CsTeamsEmergencyCallingPolicy -Identity TestECP}}
43+
PS C:> Get-CsTeamsEmergencyCallingPolicy -Identity TestECP
4444
```
4545

46-
{{ Retrieve emergency calling policy that is with identity TestECP}}
46+
Retrieves emergency calling policy specifying the identity
4747

4848
## PARAMETERS
4949

5050
### -Filter
51-
{{ The Filter parameter allows you to limit the number of results based on filters you specify. }}
51+
The Filter parameter allows you to limit the number of results based on filters you specify.
5252

5353
```yaml
5454
Type: String
@@ -63,7 +63,7 @@ Accept wildcard characters: False
6363
```
6464
6565
### -Identity
66-
{{ Specify the policy that you would like to retrieve. }}
66+
Specify the policy that you would like to retrieve.
6767
6868
```yaml
6969
Type: XdsIdentity
@@ -78,7 +78,7 @@ Accept wildcard characters: False
7878
```
7979
8080
### -LocalStore
81-
{{ Microsoft internal use. }}
81+
Microsoft internal use.
8282
8383
```yaml
8484
Type: SwitchParameter
@@ -93,7 +93,7 @@ Accept wildcard characters: False
9393
```
9494
9595
### -Tenant
96-
{{ Microsoft internal use only. }}
96+
Microsoft internal use only.
9797
9898
```yaml
9999
Type: System.Guid

skype/skype-ps/skype/New-CsTeamsEmergencyCallRoutingPolicy.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
33
applicable: Skype for Business Online
44
title: New-CsTeamsEmergencyCallRoutingPolicy
5-
author:danny-levin
6-
ms.author:dannyle
7-
manger:roykuntz
5+
author: danny-levin
6+
ms.author: dannyle
7+
manger: roykuntz
88
ms.reviewer: chenc, vaddank, pthota
99
schema: 2.0.0
1010
---
@@ -22,22 +22,22 @@ New-CsTeamsEmergencyCallRoutingPolicy [-Tenant <System.Guid>] [-EmergencyNumbers
2222
```
2323

2424
## DESCRIPTION
25-
{{ This cmdlet creates a new Teams Emergency Call Routing policy with one or more emergency number. Teams Emergency Call Routing policy is used for the life cycle of emergency call routing – emergency numbers and routing configuration}}
25+
This cmdlet creates a new Teams Emergency Call Routing policy with one or more emergency number. Teams Emergency Call Routing policy is used for the life cycle of emergency call routing – emergency numbers and routing configuration
2626

2727
## EXAMPLES
2828

2929
### Example 1
3030
```powershell
31-
PS C:> {{ $ne1 = New-CsTeamsEmergencyNumber -EmergencyDialString "112" -EmergencyDialMask "117;897" -OnlinePSTNUsage "Local" -CarrierProfile "Local"
32-
New-CsTeamsEmergencyCallRoutingPolicy -Identity "testecrp" -Tenant $tenant -EmergencyNumbers @{add=$ne1} -AllowEnhancedEmergencyServices 1 -Description "test"}}
31+
PS C:> $ne1 = New-CsTeamsEmergencyNumber -EmergencyDialString "112" -EmergencyDialMask "117;897" -OnlinePSTNUsage "Local" -CarrierProfile "Local"
32+
New-CsTeamsEmergencyCallRoutingPolicy -Identity "testecrp" -Tenant $tenant -EmergencyNumbers @{add=$ne1} -AllowEnhancedEmergencyServices 1 -Description "test"
3333
```
3434

35-
{{ This example creates a new Teams emergency number and create a Teams Emergency Call Routing policy with this emergency number.}}
35+
This example creates a new Teams emergency number and create a Teams Emergency Call Routing policy with this emergency number.
3636

3737
## PARAMETERS
3838

3939
### -AllowEnhancedEmergencyServices
40-
{{ Flag to enable Enhanced Emergency Services}}
40+
Flag to enable Enhanced Emergency Services
4141

4242
```yaml
4343
Type: Boolean
@@ -67,7 +67,7 @@ Accept wildcard characters: False
6767
```
6868
6969
### -Description
70-
{{ The Description parameter describes the Teams Emergency Call Routing policy - what it's for, what type of user it applies to and any other information that helps to identify the purpose of this policy. Maximum characters: 512.}}
70+
The Description parameter describes the Teams Emergency Call Routing policy - what it's for, what type of user it applies to and any other information that helps to identify the purpose of this policy. Maximum characters: 512.
7171
7272
```yaml
7373
Type: String
@@ -82,7 +82,7 @@ Accept wildcard characters: False
8282
```
8383
8484
### -EmergencyNumbers
85-
{{ Group of emergency numbers }}
85+
Group of emergency numbers
8686
8787
```yaml
8888
Type:
@@ -97,7 +97,7 @@ Accept wildcard characters: False
9797
```
9898
9999
### -Force
100-
{{ The Force switch specifies whether to suppress warning and confirmation messages. It can be useful in scripting to suppress interactive prompts. If the Force switch isn't provided in the command, you're prompted for administrative input if required. }}
100+
The Force switch specifies whether to suppress warning and confirmation messages. It can be useful in scripting to suppress interactive prompts. If the Force switch isn't provided in the command, you're prompted for administrative input if required.
101101
102102
```yaml
103103
Type: SwitchParameter
@@ -112,7 +112,7 @@ Accept wildcard characters: False
112112
```
113113
114114
### -Identity
115-
{{ The Identity parameter is a unique identifier that designates the name of the policy. }}
115+
The Identity parameter is a unique identifier that designates the name of the policy.
116116
117117
```yaml
118118
Type: XdsIdentity
@@ -127,7 +127,7 @@ Accept wildcard characters: False
127127
```
128128
129129
### -InMemory
130-
{{ The InMemory parameter creates an object reference without actually committing the object as a permanent change. }}
130+
The InMemory parameter creates an object reference without actually committing the object as a permanent change.
131131
132132
```yaml
133133
Type: SwitchParameter
@@ -142,7 +142,7 @@ Accept wildcard characters: False
142142
```
143143
144144
### -Tenant
145-
{{ Specify the tenant id }}
145+
Specify the tenant id
146146
147147
```yaml
148148
Type: System.Guid

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

Lines changed: 14 additions & 14 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: New-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
@@ -24,16 +24,16 @@ New-CsTeamsEmergencyCallingPolicy [-Tenant <System.Guid>] [-NotificationGroup <S
2424
```
2525

2626
## DESCRIPTION
27-
{{ This cmdlet creates new Teams Emergency Calling policy. Emergency calling policy is used for the life cycle of emergency calling experience for the security desk and Teams client location experience. }}
27+
This cmdlet creates a new Teams Emergency Calling policy. Emergency calling policy is used for the life cycle of emergency calling experience for the security desk and Teams client location experience.
2828

2929
## EXAMPLES
3030

3131
### Example 1
3232
```powershell
33-
PS C:> {{ New-CsTeamsEmergencyCallingPolicy -Identity testECRP -Description "Test ECRP" -NotificationGroup "alert@ms.com" -NotificationDialOutNumber "4253214567" -NotificationMode NotificationOnly -ExternalLocationLookupMode $true }}
33+
PS C:> New-CsTeamsEmergencyCallingPolicy -Identity testECRP -Description "Test ECRP" -NotificationGroup "alert@contoso.com" -NotificationDialOutNumber "4253214567" -NotificationMode NotificationOnly -ExternalLocationLookupMode $true
3434
```
3535

36-
{{ This example creates a Teams Emergency Calling policy that has a identity of testECRP }}
36+
This example creates a Teams Emergency Calling policy that has a identity of testECRP
3737

3838
## PARAMETERS
3939

@@ -53,7 +53,7 @@ Accept wildcard characters: False
5353
```
5454
5555
### -Description
56-
{{ The Description parameter describes the Teams Emergency Calling policy - what it's for, what type of user it applies to and any other information that helps to identify the purpose of this policy. Maximum characters: 512. }}
56+
The Description parameter describes the Teams Emergency Calling policy - what it is for, what type of user it applies to and any other information that helps to identify the purpose of this policy. Maximum characters: 512.
5757
5858
```yaml
5959
Type: String
@@ -68,7 +68,7 @@ Accept wildcard characters: False
6868
```
6969
7070
### -ExternalLocationLookupMode
71-
{{ Enable ExternalLocationLookupMode }}
71+
Enable ExternalLocationLookupMode
7272
7373
```yaml
7474
Type: ExternalLocationLookupMode
@@ -84,7 +84,7 @@ Accept wildcard characters: False
8484
```
8585
8686
### -Force
87-
{{ The Force switch specifies whether to suppress warning and confirmation messages. It can be useful in scripting to suppress interactive prompts. If the Force switch isn't provided in the command, you're prompted for administrative input if required. }}
87+
The Force switch specifies whether to suppress warning and confirmation messages. It can be useful in scripting to suppress interactive prompts. If the Force switch isn't provided in the command, you're prompted for administrative input if required.
8888
8989
```yaml
9090
Type: SwitchParameter
@@ -99,7 +99,7 @@ Accept wildcard characters: False
9999
```
100100
101101
### -Identity
102-
{{ The Identity parameter is a unique identifier that designates the name of the policy }}
102+
The Identity parameter is a unique identifier that designates the name of the policy
103103
104104
```yaml
105105
Type: XdsIdentity
@@ -114,7 +114,7 @@ Accept wildcard characters: False
114114
```
115115
116116
### -InMemory
117-
{{ The InMemory parameter creates an object reference without actually committing the object as a permanent change. }}
117+
The InMemory parameter creates an object reference without actually committing the object as a permanent change.
118118
119119
```yaml
120120
Type: SwitchParameter
@@ -129,7 +129,7 @@ Accept wildcard characters: False
129129
```
130130
131131
### -NotificationDialOutNumber
132-
{{ This parameter represents PSTN number which can be dialed out if NotificationMode is set to either of the two Conference values }}
132+
This parameter represents PSTN number which can be dialed out if NotificationMode is set to either of the two Conference values
133133
134134
```yaml
135135
Type: String
@@ -144,7 +144,7 @@ Accept wildcard characters: False
144144
```
145145
146146
### -NotificationGroup
147-
{{ NotificationGroup is a email list of users and groups to be notified of an emergency call }}
147+
NotificationGroup is a email list of users and groups to be notified of an emergency call
148148
149149
```yaml
150150
Type: String
@@ -159,7 +159,7 @@ Accept wildcard characters: False
159159
```
160160
161161
### -NotificationMode
162-
{{ The type of conference experience for security desk notification}}
162+
The type of conference experience for security desk notification
163163
164164
```yaml
165165
Type: Microsoft.Rtc.Management.WritableConfig.Policy.Teams.NotificationMode
@@ -175,7 +175,7 @@ Accept wildcard characters: False
175175
```
176176
177177
### -Tenant
178-
{{ Specify the tenant id}}
178+
Specify the tenant id
179179
180180
```yaml
181181
Type: System.Guid

0 commit comments

Comments
 (0)