Skip to content

Commit c09be6b

Browse files
Merge pull request #11951 from michbrown-png/patch-4
Update Set-CsTeamsCallParkPolicy.md
2 parents eb50ae7 + c2f29dd commit c09be6b

File tree

1 file changed

+39
-3
lines changed

1 file changed

+39
-3
lines changed

teams/teams-ps/teams/Set-CsTeamsCallParkPolicy.md

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,24 @@ ms.reviewer: williamlooney
1616

1717
The TeamsCallParkPolicy controls whether or not users are able to leverage the call park feature in Microsoft Teams. Call park allows enterprise voice customers to place a call on hold and then perform a number of actions on that call: transfer to another department, retrieve via the same phone, or retrieve via a different Teams phone. The Set-CsTeamsCallParkPolicy cmdlet lets you update a policy that has already been created for your organization.
1818

19-
NOTE: The call park feature currently available in desktop, mobile, and web clients. Supported with TeamsOnly mode.
19+
NOTE: The call park feature is currently available in desktop, mobile, and web clients. Supported with TeamsOnly mode.
2020

2121
## SYNTAX
2222

23-
### Identity (Default)
23+
```powershell
24+
Set-CsTeamsCallParkPolicy [-AllowCallPark <Boolean>] [-Description <String>] [[-Identity] <String>]
25+
[-ParkTimeoutSeconds <Int64>] [-PickupRangeEnd <Int64>] [-PickupRangeStart <Int64>]
26+
[-MsftInternalProcessingMode <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
2427
```
28+
29+
### Identity (Default)
30+
```powershell
2531
Set-CsTeamsCallParkPolicy [-Tenant <System.Guid>] [-AllowCallPark <Boolean>] [-PickupRangeStart <Integer>] [-PickupRangeEnd <Integer>] [-ParkTimeoutSeconds <Integer>] [[-Identity] <XdsIdentity>]
2632
[-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2733
```
2834

2935
### Instance
30-
```
36+
```powershell
3137
Set-CsTeamsCallParkPolicy [-Tenant <System.Guid>] [-AllowCallPark <Boolean>] [-Instance <PSObject>] [-Force]
3238
[-WhatIf] [-Confirm] [<CommonParameters>]
3339
```
@@ -215,6 +221,36 @@ Accept pipeline input: False
215221
Accept wildcard characters: False
216222
```
217223
224+
### -Description
225+
Description of the policy.
226+
227+
```yaml
228+
Type: String
229+
Parameter Sets: (All)
230+
Aliases:
231+
232+
Required: False
233+
Position: Named
234+
Default value: None
235+
Accept pipeline input: False
236+
Accept wildcard characters: False
237+
```
238+
239+
### -MsftInternalProcessingMode
240+
For Internal use only.
241+
242+
```yaml
243+
Type: String
244+
Parameter Sets: (All)
245+
Aliases:
246+
247+
Required: False
248+
Position: Named
249+
Default value: None
250+
Accept pipeline input: False
251+
Accept wildcard characters: False
252+
```
253+
218254
### CommonParameters
219255
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
220256
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).

0 commit comments

Comments
 (0)