Set-CsOnlineDialInConferencingBridge
Use the Set-CsOnlineDialInConferencingBridge
cmdlet to modify the settings of a Microsoft audio conferencing bridge.
Syntax
Set-CsOnlineDialInConferencingBridge
[-Identity] <Guid>
[-Tenant <Guid>]
[-TenantDomain <String>]
[-DefaultServiceNumber <String>]
[-SetDefault]
[-DomainController <Fqdn>]
[-Force]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-CsOnlineDialInConferencingBridge
-Name <String>
[-Tenant <Guid>]
[-TenantDomain <String>]
[-DefaultServiceNumber <String>]
[-SetDefault]
[-DomainController <Fqdn>]
[-Force]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-CsOnlineDialInConferencingBridge
[-Instance] <ConferencingBridge>
[-Tenant <Guid>]
[-TenantDomain <String>]
[-DefaultServiceNumber <String>]
[-SetDefault]
[-DomainController <Fqdn>]
[-Force]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
The Set-CsOnlineDialInConferencingBridge
cmdlet can be used to set the default dial-in service phone number for a given audio conferencing bridge.
Examples
-------------------------- Example 1 --------------------------
Set-CsOnlineDialInConferencingBridge -Name "Conference Bridge" -DefaultServiceNumber 14255551234
This example sets the default dial-in phone number to 14255551234 for the audio conferencing bridge named "Conference Bridge".
-------------------------- Example 2 --------------------------
$bridge = Get-CsOnlineDialInConferencingBridge -Name "Conference Bridge"
$Bridge.Name = "O365 Bridge"
Set-CsOnlineDialInConferencingBridge -Instance $bridge
This example changes the name of a conference bridge by creating a conference bridge instance, changing the instance's name and then setting the conference bridge to the instance.
Parameters
-Confirm
The Confirm switch causes the command to pause processing, and requires confirmation to proceed.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
-DefaultServiceNumber
Specifies the default phone number to be used on the Microsoft audio conferencing bridge. The default number is used in meeting invitations.
The DefaultServiceNumber must be assigned to the audio conferencing bridge. Also, when the default service number is changed, the service number of existing users will not be changed.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
-DomainController
Specifies the domain controller that's used by the cmdlet to read or write the specified data. Valid inputs for this parameter include:
Fully qualified domain name (FQDN): -DomainController atl-cs-001.Contoso.com.
Computer name: -DomainController atl-cs-001
Type: | Fqdn |
Aliases: | DC |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
-Force
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.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
-Identity
Specifies the globally-unique identifier (GUID) for the audio conferencing bridge to be modified.
Type: | Guid |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
-Instance
Allows you to pass a reference to a Microsoft audio conferencing bridge object to the cmdlet rather than set individual parameter values.
Type: | ConferencingBridge |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
-Name
Specifies the name of the audio conferencing bridge to be modified.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
-SetDefault
PARAMVALUE: SwitchParameter
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
-Tenant
This parameter is reserved for internal Microsoft use.
Type: | Guid |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
-TenantDomain
This parameter is reserved for internal Microsoft use.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
-WhatIf
The WhatIf switch causes the command to simulate its results. By using this switch, you can view what changes would occur without having to commit those changes.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |