Skip to content

Commit 480fad5

Browse files
committed
polished formatting
1 parent 4ba5ba7 commit 480fad5

File tree

4 files changed

+33
-311
lines changed

4 files changed

+33
-311
lines changed

skype/skype-ps/skype/Get-CsCallQueue.md

Lines changed: 5 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ The Get-CsCallQueue cmdlet returns the identified Call Queues.
1313
## SYNTAX
1414

1515
```
16-
Get-CsCallQueue [-BypassDualWrite <Object>] [-DomainController <Object>] [-Force] [-Identity <Object>] [-Tenant <Object>] [First <Int32>]
17-
[Skip <Int32>] [ExcludeContent <Switch>] [Sort <String>] [Descending <Switch>] [NameFilter <String>] [-AsJob] [<CommonParameters>]
16+
Get-CsCallQueue [-Identity <Guid>] [-Tenant <Guid>] [First <Int32>] [Skip <Int32>] [ExcludeContent <Switch>] [Sort <String>] [Descending <Switch>] [NameFilter <String>] [<CommonParameters>]
1817
```
1918

2019
## DESCRIPTION
@@ -39,43 +38,11 @@ This example gets the Call Queue with the identity 5e3a575e-1faa-49ff-83c2-5cf1c
3938

4039
## PARAMETERS
4140

42-
### -DomainController
43-
PARAMVALUE: Fqdn
44-
45-
```yaml
46-
Type: Object
47-
Parameter Sets: (All)
48-
Aliases: DC
49-
Applicable: Skype for Business Online
50-
51-
Required: False
52-
Position: Named
53-
Default value: None
54-
Accept pipeline input: False
55-
Accept wildcard characters: False
56-
```
57-
58-
### -Force
59-
PARAMVALUE: SwitchParameter
60-
61-
```yaml
62-
Type: SwitchParameter
63-
Parameter Sets: (All)
64-
Aliases:
65-
Applicable: Skype for Business Online
66-
67-
Required: False
68-
Position: Named
69-
Default value: None
70-
Accept pipeline input: False
71-
Accept wildcard characters: False
72-
```
73-
7441
### -Identity
7542
PARAMVALUE: Guid
7643

7744
```yaml
78-
Type: Object
45+
Type: Guid
7946
Parameter Sets: (All)
8047
Aliases:
8148
Applicable: Skype for Business Online
@@ -91,7 +58,7 @@ Accept wildcard characters: False
9158
PARAMVALUE: Guid
9259
9360
```yaml
94-
Type: Object
61+
Type: Guid
9562
Parameter Sets: (All)
9663
Aliases:
9764
Applicable: Skype for Business Online
@@ -155,7 +122,7 @@ Accept wildcard characters: False
155122
The Sort parameter specifies the property used to sort.
156123
157124
```yaml
158-
Type: System.String
125+
Type: String
159126
Parameter Sets: (All)
160127
Aliases:
161128
Applicable: Skype for Business Online
@@ -187,7 +154,7 @@ Accept wildcard characters: False
187154
The NameFilter parameter returns Call Queues where name contains specified string
188155
189156
```yaml
190-
Type: System.String
157+
Type: String
191158
Parameter Sets: (All)
192159
Aliases:
193160
Applicable: Skype for Business Online

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

Lines changed: 12 additions & 110 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This example creates a Call Queue for the organization named "Help Desk" and use
4747
The Name parameter specifies a unique name for the Call Queue.
4848

4949
```yaml
50-
Type: System.String
50+
Type: String
5151
Parameter Sets: (All)
5252
Aliases:
5353
Applicable: Skype for Business Online
@@ -79,7 +79,7 @@ Accept wildcard characters: False
7979
The AllowOptOut parameter indicates whether or not agents can opt in or opt out from taking calls from a Call Queue.
8080
8181
```yaml
82-
Type: System.Boolean
82+
Type: Boolean
8383
Parameter Sets: (All)
8484
Aliases:
8585
Applicable: Skype for Business Online
@@ -95,7 +95,7 @@ Accept wildcard characters: False
9595
The DistributionLists parameter lets you add all the members of the distribution lists to the Call Queue. This is a list of distribution list GUIDs. A service wide configurable maximum number of DLs per Call Queue are allowed. Only the first N (service wide configurable) agents from all distribution lists combined are considered for accepting the call. Nested DLs are supported. O365 Groups can also be used to add members to the Call Queue.
9696
9797
```yaml
98-
Type: System.Collections.Generic.List`1[System.Guid]
98+
Type: List
9999
Parameter Sets: (All)
100100
Aliases:
101101
Applicable: Skype for Business Online
@@ -111,7 +111,7 @@ Accept wildcard characters: False
111111
The MusicOnHoldFileContent parameter represents music to play when callers are placed on hold. This is the unique identifier of the audio file. This parameter is required if the UseDefaultMusicOnHold parameter is not specified.
112112
113113
```yaml
114-
Type: System.Guid
114+
Type: Guid
115115
Parameter Sets: (All)
116116
Aliases:
117117
Applicable: Skype for Business Online
@@ -129,7 +129,7 @@ The OverflowAction parameter designates the action to take if the overflow thres
129129
PARAMVALUE: DisconnectWithBusy | Forward | Voicemail
130130
131131
```yaml
132-
Type: Microsoft.Rtc.Management.Hosted.HuntGroup.Models.OverflowAction
132+
Type: Object
133133
Parameter Sets: (All)
134134
Aliases:
135135
Applicable: Skype for Business Online
@@ -145,7 +145,7 @@ Accept wildcard characters: False
145145
The OverflowActionTarget parameter represents the target of the overflow action. If the OverFlowAction is set to Forward, this parameter must be set to a Guid. Otherwise, this parameter is optional.
146146
147147
```yaml
148-
Type: System.Guid
148+
Type: Guid
149149
Parameter Sets: (All)
150150
Aliases:
151151
Applicable: Skype for Business Online
@@ -179,7 +179,7 @@ The RoutingMethod defines how agents will be called in a Call Queue. If the rout
179179
PARAMVALUE: Attendant | Serial
180180
181181
```yaml
182-
Type: Microsoft.Rtc.Management.Hosted.HuntGroup.Models.RoutingMethod
182+
Type: Object
183183
Parameter Sets: (All)
184184
Aliases:
185185
Applicable: Skype for Business Online
@@ -197,7 +197,7 @@ The TimeoutAction parameter defines the action to take if the timeout threshold
197197
PARAMVALUE: Disconnect | Forward | Voicemail
198198
199199
```yaml
200-
Type: Microsoft.Rtc.Management.Hosted.HuntGroup.Models.TimeoutAction
200+
Type: Object
201201
Parameter Sets: (All)
202202
Aliases:
203203
Applicable: Skype for Business Online
@@ -213,7 +213,7 @@ Accept wildcard characters: False
213213
The TimeoutActionTarget represents the target of the timeout action. If the TimeoutAction is set to Forward, this parameter must be set to a Guid. Otherwise, this field is optional.
214214
215215
```yaml
216-
Type: System.Guid
216+
Type: Guid
217217
Parameter Sets: (All)
218218
Aliases:
219219
Applicable: Skype for Business Online
@@ -246,7 +246,7 @@ Accept wildcard characters: False
246246
The UseDefaultMusicOnHold parameter indicates that this Call Queue uses the default music on hold. This parameter cannot be specified together with MusicOnHoldAudioFileId.
247247
248248
```yaml
249-
Type: System.Boolean
249+
Type: Boolean
250250
Parameter Sets: (All)
251251
Aliases:
252252
Applicable: Skype for Business Online
@@ -262,105 +262,7 @@ Accept wildcard characters: False
262262
The WelcomeMusicAudioFileId parameter represents the audio file to play when callers are connected with the Call Queue. This is the unique identifier of the audio file.
263263
264264
```yaml
265-
Type: System.Byte[]
266-
Parameter Sets: (All)
267-
Aliases:
268-
Applicable: Skype for Business Online
269-
270-
Required: False
271-
Position: Named
272-
Default value: None
273-
Accept pipeline input: False
274-
Accept wildcard characters: False
275-
```
276-
277-
### -AsJob
278-
This parameter is reserved for Microsoft internal use only.
279-
280-
```yaml
281-
Type: SwitchParameter
282-
Parameter Sets: (All)
283-
Aliases:
284-
Applicable: Skype for Business Online
285-
286-
Required: False
287-
Position: Named
288-
Default value: None
289-
Accept pipeline input: False
290-
Accept wildcard characters: False
291-
```
292-
293-
### -BypassDualWrite
294-
This parameter is reserved for Microsoft internal use only.
295-
296-
```yaml
297-
Type: System.Boolean
298-
Parameter Sets: (All)
299-
Aliases:
300-
Applicable: Skype for Business Online
301-
302-
Required: False
303-
Position: Named
304-
Default value: None
305-
Accept pipeline input: False
306-
Accept wildcard characters: False
307-
```
308-
309-
### -ClientAudience
310-
This parameter is reserved for Microsoft internal use only.
311-
312-
```yaml
313-
Type: System.String
314-
Parameter Sets: (All)
315-
Aliases:
316-
Applicable: Skype for Business Online
317-
318-
Required: False
319-
Position: Named
320-
Default value: None
321-
Accept pipeline input: False
322-
Accept wildcard characters: False
323-
```
324-
325-
### -DomainController
326-
This parameter is reserved for Microsoft internal use only.
327-
328-
PARAMVALUE: Fqdn
329-
330-
```yaml
331-
Type: Object
332-
Parameter Sets: (All)
333-
Aliases: DC
334-
Applicable: Skype for Business Online
335-
336-
Required: False
337-
Position: Named
338-
Default value: None
339-
Accept pipeline input: False
340-
Accept wildcard characters: False
341-
```
342-
343-
### -Force
344-
This parameter is reserved for Microsoft internal use only.
345-
346-
```yaml
347-
Type: SwitchParameter
348-
Parameter Sets: (All)
349-
Aliases:
350-
Applicable: Skype for Business Online
351-
352-
Required: False
353-
Position: Named
354-
Default value: None
355-
Accept pipeline input: False
356-
Accept wildcard characters: False
357-
```
358-
359-
### -Ring
360-
This parameter is reserved for Microsoft internal use only.
361-
362-
```yaml
363-
Type: System.String
265+
Type: Guid
364266
Parameter Sets: (All)
365267
Aliases:
366268
Applicable: Skype for Business Online
@@ -376,7 +278,7 @@ Accept wildcard characters: False
376278
This parameter is reserved for Microsoft internal use only.
377279
378280
```yaml
379-
Type: System.Guid
281+
Type: Guid
380282
Parameter Sets: (All)
381283
Aliases:
382284
Applicable: Skype for Business Online

skype/skype-ps/skype/Remove-CsCallQueue.md

Lines changed: 3 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ The Remove-CsCallQueue cmdlet deletes an existing Call Queue.
1313
## SYNTAX
1414

1515
```
16-
Remove-CsCallQueue -Identity <Guid> [-AsJob] [-BypassDualWrite <Boolean>] [-Confirm]
17-
[-DomainController <Object>] [-Force] [-Tenant <Guid>] [-WhatIf] [<CommonParameters>]
16+
Remove-CsCallQueue -Identity <Guid> [-Tenant <Guid>] [<CommonParameters>]
1817
```
1918

2019
## DESCRIPTION
@@ -32,43 +31,11 @@ This example removes the Call Queue with the identity 5e3a575e-1faa-49ff-83c2-5c
3231

3332
## PARAMETERS
3433

35-
### -DomainController
36-
PARAMVALUE: Fqdn
37-
38-
```yaml
39-
Type: Object
40-
Parameter Sets: (All)
41-
Aliases: DC
42-
Applicable: Skype for Business Online
43-
44-
Required: False
45-
Position: Named
46-
Default value: None
47-
Accept pipeline input: False
48-
Accept wildcard characters: False
49-
```
50-
51-
### -Force
52-
PARAMVALUE: SwitchParameter
53-
54-
```yaml
55-
Type: SwitchParameter
56-
Parameter Sets: (All)
57-
Aliases:
58-
Applicable: Skype for Business Online
59-
60-
Required: False
61-
Position: Named
62-
Default value: None
63-
Accept pipeline input: False
64-
Accept wildcard characters: False
65-
```
66-
6734
### -Identity
6835
PARAMVALUE: Guid
6936

7037
```yaml
71-
Type: Object
38+
Type: Guid
7239
Parameter Sets: (All)
7340
Aliases:
7441
Applicable: Skype for Business Online
@@ -84,7 +51,7 @@ Accept wildcard characters: False
8451
PARAMVALUE: Guid
8552
8653
```yaml
87-
Type: Object
54+
Type: Guid
8855
Parameter Sets: (All)
8956
Aliases:
9057
Applicable: Skype for Business Online

0 commit comments

Comments
 (0)