Edit

Share via


Set-CsOnlineDialInConferencingServiceNumber

Use the Set-CsOnlineDialInConferencingServiceNumber cmdlet to modify the properties of a dial-in or audio conferencing service number that is used by callers when they dial in to a meeting.

Syntax

UniqueNumberParams (Default)

Set-CsOnlineDialInConferencingServiceNumber
    [-Identity] <String>
    [-Tenant <Guid>]
    [-PrimaryLanguage <String>]
    [-SecondaryLanguages <String>]
    [-RestoreDefaultLanguages]
    [-DomainController <Fqdn>]
    [-Force]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

InstanceParams

Set-CsOnlineDialInConferencingServiceNumber
    [-Instance] <ConferencingServiceNumber>
    [-Tenant <Guid>]
    [-PrimaryLanguage <String>]
    [-SecondaryLanguages <String>]
    [-RestoreDefaultLanguages]
    [-DomainController <Fqdn>]
    [-Force]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

Description

The Set-CsOnlineDialInConferencingServiceNumber cmdlet enables you to set the primary and secondary languages or restore the default languages for a given service number. The primary language will be used for the prompts that callers will listen to when they are entering a meeting. The secondary languages (up to 4) will be available as options in the case the caller wants the prompts read in a different language. The following languages are supported for PSTN conferencing:

Arabic

Chinese (Simplified)

Chinese (Traditional)

Danish

Dutch

English (Australia)

English (United Kingdom)

English (United States)

Finnish

French (Canada)

French (France)

German

Hebrew

Italian

Japanese

Korean

Norwegian (Bokmal)

Portuguese

Russian

Spanish (Mexico)

Spanish (Spain)

Swedish

Turkish

Ukrainian

Examples

Example 1

Set-CsOnlineDialInConferencingServiceNumber -Identity +14255551234 -PrimaryLanguage de-de -SecondaryLanguages en-us, ja-jp, en-gb

This example sets the primary language to German (Germany) and the secondary languages to US English, Japanese, and UK English for the dial-in service number +14255551234.

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

-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. The service number can be specified in the following formats: E.164 number, +<E.164 number> and \<E.164 number>.

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

-Instance

Applicable: Microsoft Teams

Allows you to pass a reference to the Office 365 audio service number object to the cmdlet rather than set individual parameter values.

Parameter properties

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

-PrimaryLanguage

Applicable: Microsoft Teams

Specifies the primary language that is used when users call into a meeting. The culture ID is used. For example, en-US for US English, ja-JP for Japanese, or es-ES for Spanish.

Use the Get-CsOnlineDialInConferencingLanguagesSupported cmdlet to get a list of the available languages.

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

-RestoreDefaultLanguages

Applicable: Microsoft Teams

Including this switch restores all of the default languages for the audio conferencing service number.

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

-SecondaryLanguages

Applicable: Microsoft Teams

Specifies the secondary languages that can be used when users call into a meeting. The culture ID is used. For example, en-US for US English, ja-JP for Japanese, or es-ES for Spanish. The order you provide will be the order that will be presented to users that are calling into the meeting. There is a maximum of 4 languages that can be used as secondary languages.

Use the Get-CsOnlineDialInConferencingLanguagesSupported cmdlet to get a list of the available languages.

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

-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.