Skip to content

Commit 9348cff

Browse files
authored
Update Set-CsTeamsCallParkPolicy.md
1 parent 3dd9b54 commit 9348cff

File tree

1 file changed

+46
-1
lines changed

1 file changed

+46
-1
lines changed

skype/skype-ps/skype/Set-CsTeamsCallParkPolicy.md

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ NOTE: The call park feature currently available in desktop, mobile, and web clie
2222

2323
### Identity (Default)
2424
```
25-
Set-CsTeamsCallParkPolicy [-Tenant <System.Guid>] [-AllowCallPark <Boolean>] [[-Identity] <XdsIdentity>]
25+
Set-CsTeamsCallParkPolicy [-Tenant <System.Guid>] [-AllowCallPark <Boolean>] [-PickupRangeStart <Integer>] [-PickupRangeEnd <Integer>] [-ParkTimeoutSeconds <Integer>] [[-Identity] <XdsIdentity>]
2626
[-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2727
```
2828

@@ -121,6 +121,51 @@ Accept pipeline input: True (ByValue)
121121
Accept wildcard characters: False
122122
```
123123
124+
### -PickupRangeEnd
125+
Specify the maximum value that a rendered pickup code can take
126+
127+
```yaml
128+
Type: Integer
129+
Parameter Sets: (All)
130+
Aliases:
131+
132+
Required: False
133+
Position: Named
134+
Default value: 99
135+
Accept pipeline input: False
136+
Accept wildcard characters: False
137+
```
138+
139+
### -ParkTimeoutSeconds
140+
Specify the number of seconds to wait before ringing the parker when the parked call hasn't been picked up
141+
142+
```yaml
143+
Type: Integer
144+
Parameter Sets: (All)
145+
Aliases:
146+
147+
Required: False
148+
Position: Named
149+
Default value: 300
150+
Accept pipeline input: False
151+
Accept wildcard characters: False
152+
```
153+
154+
### -PickupRangeStart
155+
Specify the minimum value that a rendered pickup code can take
156+
157+
```yaml
158+
Type: Integer
159+
Parameter Sets: (All)
160+
Aliases:
161+
162+
Required: False
163+
Position: Named
164+
Default value: 10
165+
Accept pipeline input: False
166+
Accept wildcard characters: False
167+
```
168+
124169
### -Tenant
125170
Internal Microsoft use only.
126171

0 commit comments

Comments
 (0)