Edit

Share via


Get-CsOnlineDialInConferencingServiceNumber

Use the Get-CsOnlineDialInConferencingServiceNumber cmdlet to return all of the default dial-in service numbers that are assigned to an Office 365 audio conferencing bridge.

Syntax

FiltersParams (Default)

Get-CsOnlineDialInConferencingServiceNumber
    [-BridgeName <String>]
    [-City <String>]
    [-ResultSize <Int32>]
    [-DomainController <Fqdn>]
    [-Force]
    [<CommonParameters>]

UniqueNumberParams

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

UniqueBridgeParams

Get-CsOnlineDialInConferencingServiceNumber
    -BridgeId <Guid>
    [-City <String>]
    [-ResultSize <Int32>]
    [-DomainController <Fqdn>]
    [-Force]
    [<CommonParameters>]

TenantIdParams

Get-CsOnlineDialInConferencingServiceNumber
    -Tenant <Guid>
    [-BridgeName <String>]
    [-City <String>]
    [-ResultSize <Int32>]
    [-DomainController <Fqdn>]
    [-Force]
    [<CommonParameters>]

TenantDomainParams

Get-CsOnlineDialInConferencingServiceNumber
    -TenantDomain <String>
    [-BridgeName <String>]
    [-City <String>]
    [-ResultSize <Int32>]
    [-DomainController <Fqdn>]
    [-Force]
    [<CommonParameters>]

Description

The Get-CsOnlineDialInConferencingServiceNumber cmdlet returns all of the dial-in service numbers for a given tenant or Office 365 organization that are assigned to an audio conferencing bridge. If the cmdlet is run by a tenant administrator for an organization, it will run within the tenant's scope. A tenant administrator can only retrieve and view information that is associated with their organization.

Examples

Example 1

Get-CsOnlineDialInConferencingServiceNumber | fl

This example returns all of the default service numbers for an organization in a formatted list.

Example 2

Get-CsOnlineDialInConferencingServiceNumber -BridgeId 72dfe128-d079-46f8-8tr0-gb12369p167c | fl

This example returns all of the default service numbers for a specified audio conferencing bridge in a formatted list.

Example 3

Get-CsOnlineDialInConferencingBridge -Name "Conference Bridge"

This example returns all of the default service numbers for the audio conferencing bridge named "Conference Bridge".

Parameters

-BridgeId

Applicable: Microsoft Teams

Specifies the globally-unique identifier (GUID) for the audio conferencing bridge. When it's used it returns all of the service numbers that are configured on the audio conferencing bridge.

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

-BridgeName

Applicable: Microsoft Teams

Specifies the name of the audio conferencing bridge. When it is used it returns all of the service numbers that are configured on 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

-City

Applicable: Microsoft Teams

Specifies the city geocode to be used. When used it lists all of the service numbers for a specific city geocode.

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 default dial-in service number string.

Parameter properties

Type:String
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

-ResultSize

Applicable: Microsoft Teams

Specifies the number of records returned by the cmdlet. For example, to return seven users (regardless of the number of users that are in your forest) include the ResultSize parameter and set the parameter value to 7. Note that there is no way to guarantee which seven users will be returned.

The result size can be set to any whole number between 0 and 2147483647, inclusive. If set to 0 the command will run, but no data will be returned. If you set the ResultSize to 7 but you have only three users in your forest, the command will return those three users, and then complete without error.

Parameter properties

Type:Int32
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

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.