Skip to content

Commit 7ac624a

Browse files
authored
Update Get-CsTeamsCallParkPolicy.md
1 parent 4f09690 commit 7ac624a

File tree

1 file changed

+2
-46
lines changed

1 file changed

+2
-46
lines changed

skype/skype-ps/skype/Get-CsTeamsCallParkPolicy.md

Lines changed: 2 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ NOTE: the call park feature is currently only available in the desktop and web c
2222

2323
### Identity (Default)
2424
```
25-
Get-CsTeamsCallParkPolicy [-Tenant <System.Guid>] [[-Identity] <XdsIdentity>] [-LocalStore] [-PickupRangeStart <Integer>] [-PickupRangeEnd <Integer>] [-ParkTimeoutSeconds <Integer>] [<CommonParameters>]
25+
Get-CsTeamsCallParkPolicy [-Tenant <System.Guid>] [[-Identity] <XdsIdentity>] [-LocalStore]
26+
[<CommonParameters>]
2627
```
2728

2829
### Filter
@@ -104,51 +105,6 @@ Accept pipeline input: False
104105
Accept wildcard characters: False
105106
```
106107
107-
### -PickupRangeStart
108-
Specify the minimum value that a rendered pickup code can take
109-
110-
```yaml
111-
Type: Integer
112-
Parameter Sets: (All)
113-
Aliases:
114-
115-
Required: False
116-
Position: Named
117-
Default value: 10
118-
Accept pipeline input: False
119-
Accept wildcard characters: False
120-
```
121-
122-
### -PickupRangeEnd
123-
Specify the maximum value that a rendered pickup code can take
124-
125-
```yaml
126-
Type: Integer
127-
Parameter Sets: (All)
128-
Aliases:
129-
130-
Required: False
131-
Position: Named
132-
Default value: 99
133-
Accept pipeline input: False
134-
Accept wildcard characters: False
135-
```
136-
137-
### -ParkTimeoutSeconds
138-
Specify the number of seconds to wait before ringing the parker when the parked call hasn't been picked up
139-
140-
```yaml
141-
Type: Integer
142-
Parameter Sets: (All)
143-
Aliases:
144-
145-
Required: False
146-
Position: Named
147-
Default value: 300
148-
Accept pipeline input: False
149-
Accept wildcard characters: False
150-
```
151-
152108
### CommonParameters
153109
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
154110
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).

0 commit comments

Comments
 (0)