Edit

Share via


Get-CsOnlineDialInConferencingBridge

Use the Get-CsOnlineDialInConferencingBridge cmdlet to view the settings on an audio conferencing bridge that is used when Microsoft is the audio conferencing provider.

Syntax

EmptySet (Default)

Get-CsOnlineDialInConferencingBridge
    [-Tenant <Guid>]
    [-TenantDomain <String>]
    [-DomainController <Fqdn>]
    [-Force]
    [<CommonParameters>]

UniqueBridgeParams

Get-CsOnlineDialInConferencingBridge
    [-Identity] <Guid>
    [-Tenant <Guid>]
    [-TenantDomain <String>]
    [-DomainController <Fqdn>]
    [-Force]
    [<CommonParameters>]

BridgeNameParams

Get-CsOnlineDialInConferencingBridge
    -Name <String>
    [-Tenant <Guid>]
    [-TenantDomain <String>]
    [-DomainController <Fqdn>]
    [-Force]
    [<CommonParameters>]

Description

The Get-CsOnlineDialInConferencingBridge cmdlet is used to view all of the settings for all dial-in conferencing bridges or for a specific dial-in conferencing bridge. However, if the PSTN conferencing service status of the tenant is Disabled, no results will be displayed.

Examples

Example 1

Get-CsOnlineDialInConferencingBridge | fl

This example shows how to return all of the audio conferencing bridges that are being used and returns the results in a formatted list.

Example 2

Get-CsOnlineDialInConferencingBridge -Tenant 26efe125-c070-46f9-8ed0-fc02165a167c

This example shows how to return all of the audio conferencing bridges for the given tenant.

Parameters

-DomainController

Applicable: Skype for Business Online

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

This parameter is reserved for internal Microsoft use.

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: Skype for Business Online

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: Skype for Business Online

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

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

-Name

Applicable: Skype for Business Online

Specifies the name of the audio conferencing bridge.

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

-Tenant

Applicable: Skype for Business Online

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: Skype for Business Online

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

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.

Inputs

None

Outputs

None