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

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

The Confirm switch causes the command to pause processing, and requires confirmation to proceed.

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

Type:String
Position:1
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams

-Instance

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

Type:ConferencingServiceNumber
Position:1
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams

-PrimaryLanguage

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.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams

-RestoreDefaultLanguages

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

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams

-SecondaryLanguages

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.

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

-WhatIf

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.

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams