@@ -24,8 +24,7 @@ Use the `Set-CsOnlineDialInConferencingUser` cmdlet to modify the properties of
24
24
### TenantIdParams (Default)
25
25
```
26
26
Set-CsOnlineDialInConferencingUser [-Identity] <UserIdParameter> [-BridgeId <Guid>]
27
- [-BridgeName <String>] [-Tenant <Guid>] [-ConferenceId <System.Int32>] [-ResetConferenceId]
28
- [-ServiceNumber <String>] [-TollFreeServiceNumber <String>] [-AllowPSTNOnlyMeetings <Boolean>] [-Force]
27
+ [-BridgeName <String>] [-Tenant <Guid>] [-ServiceNumber <String>] [-TollFreeServiceNumber <String>] [-AllowPSTNOnlyMeetings <Boolean>] [-Force]
29
28
[-ResetLeaderPin] [-AllowTollFreeDialIn <Boolean>] [-SendEmailToAddress <String>]
30
29
[-SendEmailFromAddress <String>] [-SendEmailFromDisplayName <String>] [-SendEmail] [-DomainController <Fqdn>]
31
30
[-WhatIf] [-Confirm] [<CommonParameters>]
@@ -34,8 +33,7 @@ Set-CsOnlineDialInConferencingUser [-Identity] <UserIdParameter> [-BridgeId <Gui
34
33
### TenantDomainParams
35
34
```
36
35
Set-CsOnlineDialInConferencingUser [-Identity] <UserIdParameter> [-BridgeId <Guid>]
37
- [-BridgeName <String>] -TenantDomain <String> [-ConferenceId <Int32>] [-ResetConferenceId]
38
- [-ServiceNumber <String>] [-TollFreeServiceNumber <String>] [-AllowPSTNOnlyMeetings <Boolean>] [-Force]
36
+ [-BridgeName <String>] [-TenantDomain <String>] [-ServiceNumber <String>] [-TollFreeServiceNumber <String>] [-AllowPSTNOnlyMeetings <Boolean>] [-Force]
39
37
[-ResetLeaderPin] [-AllowTollFreeDialIn <Boolean>] [-SendEmailToAddress <String>]
40
38
[-SendEmailFromAddress <String>] [-SendEmailFromDisplayName <String>] [-SendEmail] [-DomainController <Fqdn>]
41
39
[-WhatIf] [-Confirm] [<CommonParameters>]
@@ -50,18 +48,18 @@ The cmdlet will verify that the correct license is assigned to the user.
50
48
51
49
### -------------------------- Example 1 --------------------------
52
50
```
53
- Set-CsOnlineDialInConferencingUser -Identity "Ken Meyers" -ConferenceId 3542699 - ResetLeaderPin -ServiceNumber 14255037265
51
+ Set-CsOnlineDialInConferencingUser -Identity "Ken Meyers" -ResetLeaderPin -ServiceNumber 14255037265
54
52
```
55
53
56
- This example shows how to set a ConferenceId for a user, reset the meeting leader's PIN and set the audio conferencing provider default meeting phone number.
54
+ This example shows how to reset the meeting leader's PIN and set the audio conferencing provider default meeting phone number.
57
55
58
56
59
57
### -------------------------- Example 2 --------------------------
60
58
```
61
- Set-CsOnlineDialInConferencingUser -Identity "Ken Meyers" -BridgeName "Conference Bridge" -ConferenceId 3542699
59
+ Set-CsOnlineDialInConferencingUser -Identity "Ken Meyers" -BridgeName "Conference Bridge"
62
60
```
63
61
64
- This example sets a user's ConferenceId and conference bridge assignment.
62
+ This example sets a user's conference bridge assignment.
65
63
66
64
67
65
## PARAMETERS
@@ -153,31 +151,6 @@ Accept pipeline input: False
153
151
Accept wildcard characters : False
154
152
` ` `
155
153
156
- ### -ConferenceId
157
- Specifies the ConferenceId that will be used by the user for dial-in meetings.
158
- The cmdlet will fail if:
159
-
160
- The ConferenceId is already being used in the bridge where the user is assigned, or to which the user would be assigned.
161
-
162
- The ConferenceId doesn't meet the ConferenceId format requirements.
163
-
164
- ConferenceId and ResetConferenceId are mutually exclusive.
165
- When ConferenceId is specified the new ConferenceId will be assigned to the user.
166
- When ResetConferenceId is specified, the user will get an auto-generated ConferenceId.
167
-
168
- ` ` ` yaml
169
- Type : Int32
170
- Parameter Sets : (All)
171
- Aliases : Passcode
172
- Applicable : Skype for Business Online
173
-
174
- Required : False
175
- Position : Named
176
- Default value : None
177
- Accept pipeline input : False
178
- Accept wildcard characters : False
179
- ` ` `
180
-
181
154
### -Confirm
182
155
The Confirm switch causes the command to pause processing and requires confirmation to proceed.
183
156
@@ -235,28 +208,6 @@ Accept pipeline input: False
235
208
Accept wildcard characters: False
236
209
` ` `
237
210
238
- # ## -ResetConferenceId
239
- Specifies whether to reset the ConferenceId for meetings that the user is organizing.
240
- If specified, the meetings using the old ConferenceId will fail.
241
- The user will have to reschedule his existing meetings, or run the meeting migration tool.
242
-
243
- ConferenceId and ResetConferenceId are mutually exclusive.
244
- When ConferenceId is specified the new ConferenceId will be assigned to the user.
245
- When ResetConferenceId is specified, the user will get an auto-generated ConferenceId.
246
-
247
- ` ` ` yaml
248
- Type: SwitchParameter
249
- Parameter Sets: (All)
250
- Aliases: ResetPasscode
251
- Applicable: Skype for Business Online
252
-
253
- Required: False
254
- Position: Named
255
- Default value: None
256
- Accept pipeline input: False
257
- Accept wildcard characters: False
258
- ` ` `
259
-
260
211
# ## -ResetLeaderPin
261
212
Specifies whether to reset the meeting organizer or leaders PIN for meetings.
262
213
0 commit comments