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
Get-CsOnlineDialInConferencingServiceNumber
[-BridgeName <String>]
[-City <String>]
[-ResultSize <Int32>]
[-DomainController <Fqdn>]
[-Force]
[<CommonParameters>]
Get-CsOnlineDialInConferencingServiceNumber
[-Identity] <String>
[-Tenant <Guid>]
[-DomainController <Fqdn>]
[-Force]
[<CommonParameters>]
Get-CsOnlineDialInConferencingServiceNumber
-BridgeId <Guid>
[-City <String>]
[-ResultSize <Int32>]
[-DomainController <Fqdn>]
[-Force]
[<CommonParameters>]
Get-CsOnlineDialInConferencingServiceNumber
[-BridgeName <String>]
-Tenant <Guid>
[-City <String>]
[-ResultSize <Int32>]
[-DomainController <Fqdn>]
[-Force]
[<CommonParameters>]
Get-CsOnlineDialInConferencingServiceNumber
[-BridgeName <String>]
-TenantDomain <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
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.
Type: | Guid |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
-BridgeName
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.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
-City
Specifies the city geocode to be used. When used it lists all of the service numbers for a specific city geocode.
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 default dial-in service number string.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
-ResultSize
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.
Type: | Int32 |
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 |