You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skype/skype-ps/skype/New-CsTeamsCallParkPolicy.md
+31-30Lines changed: 31 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,92 +56,92 @@ Accept pipeline input: False
56
56
Accept wildcard characters: False
57
57
```
58
58
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.
61
61
62
62
```yaml
63
-
Type: Integer
63
+
Type: SwitchParameter
64
64
Parameter Sets: (All)
65
-
Aliases:
65
+
Aliases:cf
66
66
67
67
Required: False
68
68
Position: Named
69
-
Default value: 10
69
+
Default value: None
70
70
Accept pipeline input: False
71
71
Accept wildcard characters: False
72
72
```
73
73
74
-
### -PickupRangeEnd
75
-
Specify the maximum value that a rendered pickup code can take
74
+
### -Force
75
+
Suppress all non-fatal errors.
76
76
77
77
```yaml
78
-
Type: Integer
78
+
Type: SwitchParameter
79
79
Parameter Sets: (All)
80
80
Aliases:
81
81
82
82
Required: False
83
83
Position: Named
84
-
Default value: 99
84
+
Default value: None
85
85
Accept pipeline input: False
86
86
Accept wildcard characters: False
87
87
```
88
88
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.
91
91
92
92
```yaml
93
-
Type: Integer
94
-
Parameter Sets: (All)
93
+
Type: XdsIdentity
94
+
Parameter Sets: Identity
95
95
Aliases:
96
96
97
97
Required: False
98
-
Position: Named
99
-
Default value: 300
98
+
Position: 1
99
+
Default value: None
100
100
Accept pipeline input: False
101
101
Accept wildcard characters: False
102
102
```
103
103
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
106
106
107
107
```yaml
108
-
Type: SwitchParameter
108
+
Type: Integer
109
109
Parameter Sets: (All)
110
-
Aliases:cf
110
+
Aliases:
111
111
112
112
Required: False
113
113
Position: Named
114
-
Default value: None
114
+
Default value: 99
115
115
Accept pipeline input: False
116
116
Accept wildcard characters: False
117
117
```
118
118
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
121
121
122
122
```yaml
123
-
Type: SwitchParameter
123
+
Type: Integer
124
124
Parameter Sets: (All)
125
125
Aliases:
126
126
127
127
Required: False
128
128
Position: Named
129
-
Default value: None
129
+
Default value: 300
130
130
Accept pipeline input: False
131
131
Accept wildcard characters: False
132
132
```
133
133
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
136
136
137
137
```yaml
138
-
Type: XdsIdentity
139
-
Parameter Sets: Identity
138
+
Type: Integer
139
+
Parameter Sets: (All)
140
140
Aliases:
141
141
142
142
Required: False
143
-
Position: 1
144
-
Default value: None
143
+
Position: Named
144
+
Default value: 10
145
145
Accept pipeline input: False
146
146
Accept wildcard characters: False
147
147
```
@@ -177,6 +177,7 @@ Accept pipeline input: False
177
177
Accept wildcard characters: False
178
178
```
179
179
180
+
180
181
### CommonParameters
181
182
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
182
183
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
0 commit comments