Edit

Share via


Set-CsOnlineDialInConferencingBridge

Use the Set-CsOnlineDialInConferencingBridge cmdlet to modify the settings of a Microsoft audio conferencing bridge.

Syntax

UniqueBridgeParams (Default)

Set-CsOnlineDialInConferencingBridge
    [-Identity] <Guid>
    [-Tenant <Guid>]
    [-TenantDomain <String>]
    [-DefaultServiceNumber <String>]
    [-SetDefault]
    [-DomainController <Fqdn>]
    [-Force]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

BridgeNameParams

Set-CsOnlineDialInConferencingBridge
    -Name <String>
    [-Tenant <Guid>]
    [-TenantDomain <String>]
    [-DefaultServiceNumber <String>]
    [-SetDefault]
    [-DomainController <Fqdn>]
    [-Force]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

InstanceParams

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

Applicable: Microsoft Teams

The Confirm switch causes the command to pause processing, and requires confirmation to proceed.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False
Aliases:cf

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-DefaultServiceNumber

Applicable: Microsoft Teams

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.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-DomainController

Applicable: Microsoft Teams

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

Parameter properties

Type:Fqdn
Default value:None
Supports wildcards:False
DontShow:False
Aliases:DC

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Force

Applicable: Microsoft Teams

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.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Identity

Applicable: Microsoft Teams

Specifies the globally-unique identifier (GUID) for the audio conferencing bridge to be modified.

Parameter properties

Type:Guid
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:1
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Instance

Applicable: Microsoft Teams

Allows you to pass a reference to a Microsoft audio conferencing bridge object to the cmdlet rather than set individual parameter values.

Parameter properties

Type:ConferencingBridge
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:1
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Name

Applicable: Microsoft Teams

Specifies the name of the audio conferencing bridge to be modified.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-SetDefault

Applicable: Microsoft Teams

PARAMVALUE: SwitchParameter

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Tenant

Applicable: Microsoft Teams

This parameter is reserved for internal Microsoft use.

Parameter properties

Type:Guid
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-TenantDomain

Applicable: Microsoft Teams

This parameter is reserved for internal Microsoft use.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-WhatIf

Applicable: Microsoft Teams

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.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False
Aliases:wi

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.