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
This example replaces the default toll or toll-free number for all users who have the number 14694235338 as a default number to the number 132359192 and starts the process of rescheduling their meetings.
54
54
55
55
56
56
## PARAMETERS
57
57
58
58
### -BridgeId
59
-
PARAMVALUE: Guid
59
+
The Bridge Id results from running [Get-CsOnlineDialInConferencingBridge](https://docs.microsoft.com/powershell/module/skype/get-csonlinedialinconferencingbridge)
60
+
For example "9884626f-dcfb-49f4-8025-912f5bc68fdc". You can either specify BridgeName or BridgeId.
The Bridge Name results from running [Get-CsOnlineDialInConferencingBridge](https://docs.microsoft.com/powershell/module/skype/get-csonlinedialinconferencingbridge)
77
+
For example "Conference Bridge". You can either specify BridgeName or BridgeId.
The Force switch specifies whether to suppress warning and confirmation messages. It can be useful in scripting to suppress interactive prompts. If the Force switch isn't provided in the command, you're prompted for administrative input if required.
0 commit comments