Skip to content

Commit 67aa9cc

Browse files
Update Set-CsOnlineDialInConferencingTenantSettings.md
adding missing parameters
1 parent 6b1aa62 commit 67aa9cc

File tree

1 file changed

+108
-28
lines changed

1 file changed

+108
-28
lines changed

teams/teams-ps/teams/Set-CsOnlineDialInConferencingTenantSettings.md

Lines changed: 108 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ online version: https://learn.microsoft.com/powershell/module/teams/set-csonline
44
applicable: Microsoft Teams
55
title: Set-CsOnlineDialInConferencingTenantSettings
66
schema: 2.0.0
7-
manager: bulenteg
8-
author: tomkau
9-
ms.author: tomkau
10-
ms.reviewer: williamlooney
117
---
128

139
# Set-CsOnlineDialInConferencingTenantSettings
@@ -18,30 +14,17 @@ Dial-in conferencing tenant settings control the conference experience of users
1814

1915
## SYNTAX
2016

21-
### Identity (Default)
22-
```
23-
Set-CsOnlineDialInConferencingTenantSettings [-Tenant <Guid>] [-EnableEntryExitNotifications <Boolean>]
24-
[-EntryExitAnnouncementsType <EntryExitAnnouncementsType>] [-EnableNameRecording <Boolean>]
25-
[-IncludeTollFreeNumberInMeetingInvites <Boolean>] [-PinLength <UInt32>]
26-
[-AllowPSTNOnlyMeetingsByDefault <Boolean>] [-AutomaticallySendEmailsToUsers <Boolean>]
27-
[-SendEmailFromOverride <Boolean>] [-SendEmailFromAddress <String>] [-SendEmailFromDisplayName <String>]
28-
[-AutomaticallyReplaceAcpProvider <Boolean>] [-UseUniqueConferenceIds <Boolean>]
29-
[-AutomaticallyMigrateUserMeetings <Boolean>] [-MigrateServiceNumbersOnCrossForestMove <Boolean>]
30-
[-EnableDialOutJoinConfirmation <Boolean>] [[-Identity] <XdsIdentity>] [-MaskPstnNumbersType <String>] [-Force] [-WhatIf] [-Confirm]
31-
[<CommonParameters>]
32-
```
33-
34-
### Instance
35-
```
36-
Set-CsOnlineDialInConferencingTenantSettings [-Tenant <Guid>] [-EnableEntryExitNotifications <Boolean>]
37-
[-EntryExitAnnouncementsType <EntryExitAnnouncementsType>] [-EnableNameRecording <Boolean>]
38-
[-IncludeTollFreeNumberInMeetingInvites <Boolean>] [-PinLength <UInt32>]
39-
[-AllowPSTNOnlyMeetingsByDefault <Boolean>] [-AutomaticallySendEmailsToUsers <Boolean>]
40-
[-SendEmailFromOverride <Boolean>] [-SendEmailFromAddress <String>] [-SendEmailFromDisplayName <String>]
41-
[-AutomaticallyReplaceAcpProvider <Boolean>] [-UseUniqueConferenceIds <Boolean>]
42-
[-AutomaticallyMigrateUserMeetings <Boolean>] [-MigrateServiceNumbersOnCrossForestMove <Boolean>]
43-
[-EnableDialOutJoinConfirmation <Boolean>] [-Instance <PSObject>] [-MaskPstnNumbersType <String>] [-Force] [-WhatIf] [-Confirm]
44-
[<CommonParameters>]
17+
```powershell
18+
Set-CsOnlineDialInConferencingTenantSettings [-AllowedDialOutExternalDomains <Object>]
19+
[-AllowFederatedUsersToDialOutToSelf <String>] [-AllowFederatedUsersToDialOutToThirdParty <String>]
20+
[-AllowPSTNOnlyMeetingsByDefault <Boolean>] [-AutomaticallyMigrateUserMeetings <Boolean>]
21+
[-AutomaticallyReplaceAcpProvider <Boolean>] [-AutomaticallySendEmailsToUsers <Boolean>]
22+
[-EnableDialOutJoinConfirmation <Boolean>] [-EnableEntryExitNotifications <Boolean>]
23+
[-EnableNameRecording <Boolean>] [-EntryExitAnnouncementsType <String>] [[-Identity] <String>]
24+
[-IncludeTollFreeNumberInMeetingInvites <Boolean>] [-MaskPstnNumbersType <String>]
25+
[-MigrateServiceNumbersOnCrossForestMove <Boolean>] [-PinLength <UInt32>] [-SendEmailFromAddress <String>]
26+
[-SendEmailFromDisplayName <String>] [-SendEmailFromOverride <Boolean>] [-UseUniqueConferenceIds <Boolean>]
27+
[-MsftInternalProcessingMode <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
4528
```
4629

4730
## DESCRIPTION
@@ -75,6 +58,56 @@ This example defines the contact information to be used in dial-in conferencing
7558

7659
## PARAMETERS
7760

61+
### -AllowedDialOutExternalDomains
62+
63+
Used to specify which external domains are allowed for dial-out conferencing.
64+
65+
```yaml
66+
Type: Object
67+
Parameter Sets: (All)
68+
Aliases:
69+
70+
Required: False
71+
Position: Named
72+
Default value: None
73+
Accept pipeline input: False
74+
Accept wildcard characters: False
75+
```
76+
77+
### -AllowFederatedUsersToDialOutToSelf
78+
79+
Meeting participants can call themselves when they join a meeting. Possible settings are [No|Yes|RequireSameEnterpriseUser].
80+
This parameter is Microsoft internal use only.
81+
82+
```yaml
83+
Type: String
84+
Parameter Sets: (All)
85+
Aliases:
86+
87+
Required: False
88+
Position: Named
89+
Default value: None
90+
Accept pipeline input: False
91+
Accept wildcard characters: False
92+
```
93+
94+
### -AllowFederatedUsersToDialOutToThirdParty
95+
96+
Specifies at this scope if dial out to third party participants is allowed. Possible settings are [No|Yes|RequireSameEnterpriseUser].
97+
This parameter is Microsoft internal use only.
98+
99+
```yaml
100+
Type: String
101+
Parameter Sets: (All)
102+
Aliases:
103+
104+
Required: False
105+
Position: Named
106+
Default value: None
107+
Accept pipeline input: False
108+
Accept wildcard characters: False
109+
```
110+
78111
### -AllowPSTNOnlyMeetingsByDefault
79112
Specifies the default value that gets assigned to the "AllowPSTNOnlyMeetings" setting of users when they are enabled for dial-in conferencing, or when a user's dial-in conferencing provider is set to Microsoft.
80113
If set to $true, the "AllowPSTNOnlyMeetings" setting of the user will also be set to true.
@@ -103,6 +136,8 @@ Accept wildcard characters: False
103136
```
104137

105138
### -AutomaticallyMigrateUserMeetings
139+
140+
Specifies if meetings of users in the tenant should automatically be rescheduled via the Meeting Migration Service when there's a change in the users' Cloud PSTN Confernecing coordinates, e.g. when a user is provisioned, de-provisoned, assigned a new default service number etc. If this is false, users will need to manually migrate their conferences using the Meeting Migration tool.
106141
PARAMVALUE: $true | $false
107142

108143
```yaml
@@ -119,6 +154,8 @@ Accept wildcard characters: False
119154
```
120155

121156
### -AutomaticallyReplaceAcpProvider
157+
158+
Specifies if a user already enabled for a 3rd party Audio Conferencing Provider (ACP) should automatically be converted to Microsoft's Online DialIn Conferencing service when a license for Microsoft's service is assigned to the user. If this is false, tenant admins will need to manually provision the user with the Enable-CsOnlineDialInConferencingUser cmdlet with the -ReplaceProvider switch present.
122159
PARAMVALUE: $true | $false
123160

124161
```yaml
@@ -176,7 +213,24 @@ Accept pipeline input: False
176213
Accept wildcard characters: False
177214
```
178215

216+
### -EnableDialOutJoinConfirmation
217+
218+
Specifies if the callees need to confirm to join the conference call. If true, the callees will hear prompts to ask for confirmation to join the conference call, otherwise callees will join the conference call directly.
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+
179232
### -EnableEntryExitNotifications
233+
180234
Specifies if, by default, announcements are made as users enter and exit a conference call.
181235
Set to $true to enable notifications, $false to disable notifications.
182236
The default is $true.
@@ -197,6 +251,7 @@ Accept wildcard characters: False
197251
```
198252

199253
### -EnableNameRecording
254+
200255
Specifies whether the name of a user is recorded on entry to the conference.
201256
This recording is used during entry and exit notifications.
202257
Set to $true to enable name recording, set to $false to bypass name recording.
@@ -216,6 +271,8 @@ Accept wildcard characters: False
216271
```
217272

218273
### -EntryExitAnnouncementsType
274+
275+
Specifies if the Entry and Exit Announcement Uses names or tones only.
219276
PARAMVALUE: UseNames | ToneOnly
220277

221278
```yaml
@@ -298,6 +355,8 @@ Accept wildcard characters: False
298355
```
299356

300357
### -MigrateServiceNumbersOnCrossForestMove
358+
359+
Specifies whether service numbers assigned to the tenant should be migrated to the new forest of the tenant when the tenant is migrated cross region. If false, service numbers will be released back to stock once the migration completes. This settings does not apply to ported-in numbers that are always migrated.
301360
PARAMVALUE: $true | $false
302361

303362
```yaml
@@ -313,6 +372,22 @@ Accept pipeline input: False
313372
Accept wildcard characters: False
314373
```
315374

375+
### -MsftInternalProcessingMode
376+
377+
For Microsoft internal use only.
378+
379+
```yaml
380+
Type: String
381+
Parameter Sets: (All)
382+
Aliases:
383+
384+
Required: False
385+
Position: Named
386+
Default value: None
387+
Accept pipeline input: False
388+
Accept wildcard characters: False
389+
```
390+
316391
### -PinLength
317392
Specifies the number of digits in the automatically generated PINs.
318393
Organizers can enter their PIN to start a meeting they scheduled if they join via phone and are the first person to join.
@@ -418,6 +493,8 @@ Accept wildcard characters: False
418493
```
419494

420495
### -UseUniqueConferenceIds
496+
497+
Specifies if Private Meetings are enabled for the users in this tenant.
421498
PARAMVALUE: $true | $false
422499

423500
```yaml
@@ -480,3 +557,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
480557
## NOTES
481558

482559
## RELATED LINKS
560+
[Get-CsOnlineDialInConferencingTenantSettings](https://learn.microsoft.com/powershell/module/teams/get-csonlinedialinconferencingtenantsettings)
561+
562+
[Remove-CsOnlineDialInConferencingTenantSettings](https://learn.microsoft.com/powershell/module/teams/remove-csonlinedialinconferencingtenantsettings)

0 commit comments

Comments
 (0)