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

Get-CsOnlineDialInConferencingBridge
   [-Tenant <Guid>]
   [-TenantDomain <String>]
   [-DomainController <Fqdn>]
   [-Force]
   [<CommonParameters>]
Get-CsOnlineDialInConferencingBridge
   [-Identity] <Guid>
   [-Tenant <Guid>]
   [-TenantDomain <String>]
   [-DomainController <Fqdn>]
   [-Force]
   [<CommonParameters>]
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

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.

Type:Fqdn
Aliases:DC
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Online

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

-Identity

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

Type:Guid
Position:1
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Online

-Name

Specifies the name of the audio conferencing bridge.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Online

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

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

Inputs

None

Outputs

None