Skip to content

Commit 4f09690

Browse files
authored
Update New-CsTeamsCallParkPolicy.md
1 parent 9348cff commit 4f09690

File tree

1 file changed

+31
-30
lines changed

1 file changed

+31
-30
lines changed

skype/skype-ps/skype/New-CsTeamsCallParkPolicy.md

Lines changed: 31 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -56,92 +56,92 @@ Accept pipeline input: False
5656
Accept wildcard characters: False
5757
```
5858
59-
### -PickupRangeStart
60-
Specify the minimum value that a rendered pickup code can take
59+
### -Confirm
60+
Prompts you for confirmation before running the cmdlet.
6161
6262
```yaml
63-
Type: Integer
63+
Type: SwitchParameter
6464
Parameter Sets: (All)
65-
Aliases:
65+
Aliases: cf
6666

6767
Required: False
6868
Position: Named
69-
Default value: 10
69+
Default value: None
7070
Accept pipeline input: False
7171
Accept wildcard characters: False
7272
```
7373
74-
### -PickupRangeEnd
75-
Specify the maximum value that a rendered pickup code can take
74+
### -Force
75+
Suppress all non-fatal errors.
7676
7777
```yaml
78-
Type: Integer
78+
Type: SwitchParameter
7979
Parameter Sets: (All)
8080
Aliases:
8181

8282
Required: False
8383
Position: Named
84-
Default value: 99
84+
Default value: None
8585
Accept pipeline input: False
8686
Accept wildcard characters: False
8787
```
8888
89-
### -ParkTimeoutSeconds
90-
Specify the number of seconds to wait before ringing the parker when the parked call hasn't been picked up
89+
### -Identity
90+
A unique identifier for the policy - this will be used to retrieve the policy later on to assign it to specific users.
9191
9292
```yaml
93-
Type: Integer
94-
Parameter Sets: (All)
93+
Type: XdsIdentity
94+
Parameter Sets: Identity
9595
Aliases:
9696

9797
Required: False
98-
Position: Named
99-
Default value: 300
98+
Position: 1
99+
Default value: None
100100
Accept pipeline input: False
101101
Accept wildcard characters: False
102102
```
103103
104-
### -Confirm
105-
Prompts you for confirmation before running the cmdlet.
104+
### -PickupRangeEnd
105+
Specify the maximum value that a rendered pickup code can take
106106
107107
```yaml
108-
Type: SwitchParameter
108+
Type: Integer
109109
Parameter Sets: (All)
110-
Aliases: cf
110+
Aliases:
111111

112112
Required: False
113113
Position: Named
114-
Default value: None
114+
Default value: 99
115115
Accept pipeline input: False
116116
Accept wildcard characters: False
117117
```
118118
119-
### -Force
120-
Suppress all non-fatal errors.
119+
### -ParkTimeoutSeconds
120+
Specify the number of seconds to wait before ringing the parker when the parked call hasn't been picked up
121121
122122
```yaml
123-
Type: SwitchParameter
123+
Type: Integer
124124
Parameter Sets: (All)
125125
Aliases:
126126

127127
Required: False
128128
Position: Named
129-
Default value: None
129+
Default value: 300
130130
Accept pipeline input: False
131131
Accept wildcard characters: False
132132
```
133133
134-
### -Identity
135-
A unique identifier for the policy - this will be used to retrieve the policy later on to assign it to specific users.
134+
### -PickupRangeStart
135+
Specify the minimum value that a rendered pickup code can take
136136
137137
```yaml
138-
Type: XdsIdentity
139-
Parameter Sets: Identity
138+
Type: Integer
139+
Parameter Sets: (All)
140140
Aliases:
141141

142142
Required: False
143-
Position: 1
144-
Default value: None
143+
Position: Named
144+
Default value: 10
145145
Accept pipeline input: False
146146
Accept wildcard characters: False
147147
```
@@ -177,6 +177,7 @@ Accept pipeline input: False
177177
Accept wildcard characters: False
178178
```
179179
180+
180181
### CommonParameters
181182
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
182183
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).

0 commit comments

Comments
 (0)