Skip to content

Commit 8824f5e

Browse files
Update New-CsTeamsCallParkPolicy.md
1 parent be685cb commit 8824f5e

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

teams/teams-ps/teams/New-CsTeamsCallParkPolicy.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ NOTE: The call park feature currently available in desktop. mobile and web clien
2121
## SYNTAX
2222

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

2828
## DESCRIPTION
@@ -194,6 +194,21 @@ Accept pipeline input: False
194194
Accept wildcard characters: False
195195
```
196196
197+
### -Description
198+
Enables administrators to provide explanatory text about the policy. For example, the Description might indicate the users the policy should be assigned to.
199+
200+
```yaml
201+
Type: String
202+
Parameter Sets: (All)
203+
Aliases:
204+
205+
Required: False
206+
Position: Named
207+
Default value: None
208+
Accept pipeline input: False
209+
Accept wildcard characters: False
210+
```
211+
197212
### CommonParameters
198213
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
199214

0 commit comments

Comments
 (0)