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
The Teams Calling Policies designate which users are able to use calling functionality within teams and determine the interopability state with Skype for Business. This cmdlet allows admins to set values in a given calling policy
34
+
The Teams Calling Policies designate which users are able to use calling functionality within teams and determine the interopability state with Skype for Business.
35
+
This cmdlet allows admins to set values in a given calling policy
32
36
33
37
## EXAMPLES
34
38
35
39
### Example 1
36
-
```powershell
40
+
```
37
41
PS C:\> Set-CsTeamsCallingPolicy -Identity Global -AllowPrivateCalling $true
38
42
```
39
43
40
-
Sets the value of the parameter AllowPrivateCalling, which controls whether or not users can leverage calling functionality in Microsoft Teams, in the global (default) tenant CallingPolicy
44
+
Sets the value of the parameter AllowPrivateCalling, which controls whether or not users can leverage calling functionality in Microsoft Teams, in the global (default) tenant CallingPolicy
45
+
41
46
## PARAMETERS
42
47
43
48
### -AllowCalling
44
-
Controls interop calling capabilities. Turning this on will allow Skype for Business users to have one-on-one calls with Teams users and vice-versa.
49
+
Controls interop calling capabilities.
50
+
Turning this on will allow Skype for Business users to have one-on-one calls with Teams users and vice-versa.
controls all calling capabilities in Teams. Turning this off will turn off all calling functionality in Teams. If you use Skype for Business for calling, this policy will not affect calling functionality in Skype for Business.
65
+
controls all calling capabilities in Teams.
66
+
Turning this off will turn off all calling functionality in Teams.
67
+
If you use Skype for Business for calling, this policy will not affect calling functionality in Skype for Business.
60
68
61
69
```yaml
62
70
Type: Boolean
@@ -80,7 +88,7 @@ Aliases: cf
80
88
81
89
Required: False
82
90
Position: Named
83
-
Default value: None
91
+
Default value: False
84
92
Accept pipeline input: False
85
93
Accept wildcard characters: False
86
94
```
@@ -95,7 +103,7 @@ Aliases:
95
103
96
104
Required: False
97
105
Position: Named
98
-
Default value: None
106
+
Default value: False
99
107
Accept pipeline input: False
100
108
Accept wildcard characters: False
101
109
```
@@ -105,7 +113,7 @@ Name of the policy being modified.
Use this to pipe a specific calling policy to be set. You can only modify the global policy, so can only pass the global instance of the Calling Policy.
120
128
121
129
```yaml
122
130
Type: PSObject
123
-
Parameter Sets: (All)
131
+
Parameter Sets: Instance
124
132
Aliases:
125
133
126
134
Required: False
127
135
Position: Named
128
136
Default value: None
129
-
Accept pipeline input: False
137
+
Accept pipeline input: True (ByValue)
130
138
Accept wildcard characters: False
131
139
```
132
140
133
141
### -Tenant
134
142
Internal Microsoft use
135
143
136
144
```yaml
137
-
Type: Guid
145
+
Type: System.Guid
138
146
Parameter Sets: (All)
139
147
Aliases:
140
148
@@ -154,6 +162,111 @@ Type: SwitchParameter
154
162
Parameter Sets: (All)
155
163
Aliases: wi
156
164
165
+
Required: False
166
+
Position: Named
167
+
Default value: False
168
+
Accept pipeline input: False
169
+
Accept wildcard characters: False
170
+
```
171
+
172
+
### -AllowCallForwardingToPhone
173
+
Determines whether or not the a user can leverage the call park functionality to
174
+
175
+
```yaml
176
+
Type: Boolean
177
+
Parameter Sets: (All)
178
+
Aliases:
179
+
180
+
Required: False
181
+
Position: Named
182
+
Default value: None
183
+
Accept pipeline input: False
184
+
Accept wildcard characters: False
185
+
```
186
+
187
+
### -AllowCallForwardingToUser
188
+
{{Fill AllowCallForwardingToUser Description}}
189
+
190
+
```yaml
191
+
Type: Boolean
192
+
Parameter Sets: (All)
193
+
Aliases:
194
+
195
+
Required: False
196
+
Position: Named
197
+
Default value: None
198
+
Accept pipeline input: False
199
+
Accept wildcard characters: False
200
+
```
201
+
202
+
### -AllowCallGroups
203
+
{{Fill AllowCallGroups Description}}
204
+
205
+
```yaml
206
+
Type: Boolean
207
+
Parameter Sets: (All)
208
+
Aliases:
209
+
210
+
Required: False
211
+
Position: Named
212
+
Default value: None
213
+
Accept pipeline input: False
214
+
Accept wildcard characters: False
215
+
```
216
+
217
+
### -AllowDelegation
218
+
{{Fill AllowDelegation Description}}
219
+
220
+
```yaml
221
+
Type: Boolean
222
+
Parameter Sets: (All)
223
+
Aliases:
224
+
225
+
Required: False
226
+
Position: Named
227
+
Default value: None
228
+
Accept pipeline input: False
229
+
Accept wildcard characters: False
230
+
```
231
+
232
+
### -AllowUserControl
233
+
{{Fill AllowUserControl Description}}
234
+
235
+
```yaml
236
+
Type: Boolean
237
+
Parameter Sets: (All)
238
+
Aliases:
239
+
240
+
Required: False
241
+
Position: Named
242
+
Default value: None
243
+
Accept pipeline input: False
244
+
Accept wildcard characters: False
245
+
```
246
+
247
+
### -AllowVoicemail
248
+
{{Fill AllowVoicemail Description}}
249
+
250
+
```yaml
251
+
Type: String
252
+
Parameter Sets: (All)
253
+
Aliases:
254
+
255
+
Required: False
256
+
Position: Named
257
+
Default value: None
258
+
Accept pipeline input: False
259
+
Accept wildcard characters: False
260
+
```
261
+
262
+
### -PreventTollBypass
263
+
{{Fill PreventTollBypass Description}}
264
+
265
+
```yaml
266
+
Type: Boolean
267
+
Parameter Sets: (All)
268
+
Aliases:
269
+
157
270
Required: False
158
271
Position: Named
159
272
Default value: None
@@ -168,9 +281,11 @@ For more information, see about_CommonParameters (http://go.microsoft.com/fwlink
0 commit comments