Skip to content

Commit c64fb8a

Browse files
authored
Removed "powershell" label on code blocks—this seems to be the default value
1 parent 1b0b51a commit c64fb8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

skype/skype-ps/skype/New-CsCallQueue.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Creates new Call Queue in your Skype for Business Online organization.
1717

1818
## SYNTAX
1919

20-
```powershell
20+
```
2121
New-CsCallQueue -Name <String> [-AgentAlertTime <Int16>] [-AllowOptOut <Boolean>] [-DistributionLists <List>]
2222
[-Tenant <Guid>] [-UseDefaultMusicOnHold <Boolean>] [-WelcomeMusicAudioFileId <Guid>] [-MusicOnHoldAudioFileId <Guid>]
2323
[-OverflowAction <Object>] [-OverflowActionTarget <Guid>] [-OverflowThreshold <Int16>]
@@ -32,14 +32,14 @@ The New-CsCallQueue cmdlet creates a new Call Queue.
3232
## EXAMPLES
3333

3434
### Example 1
35-
```powershell
35+
```
3636
New-CsCallQueue -Name "Help Desk" -UseDefaultMusicOnHold $true
3737
```
3838

3939
This example creates a Call Queue for the organization named "Help Desk" using default music on hold.
4040

4141
### Example 2
42-
```powershell
42+
```
4343
New-CsCallQueue -Name "Help desk" -RoutingMethod Attendant -DistributionLists @("8521b0e3-51bd-4a4b-a8d6-b219a77a0a6a", "868dccd8-d723-4b4f-8d74-ab59e207c357") -AllowOptOut $false -AgentAlertTime 30 -OverflowThreshold 15 -OverflowAction Forward -OverflowActionTarget 7fd04db1-1c8e-4fdf-9af5-031514ba1358 -TimeoutThreshold 30 -TimeoutAction Disconnect -MusicOnHoldAudioFileId 1e81adaf-7c3e-4db1-9d61-5d135abb1bcc -WelcomeMusicAudioFileId 0b31bbe5-e2a0-4117-9b6f-956bca6023f8
4444
4545
```

0 commit comments

Comments
 (0)