Enable-CsOnlineDialInConferencingUser

Note

This cmdlet will be deprecated on December 31, 2021. To enable Audio Conferencing for a user, please assign an Audio Conferencing license to the user and the user will be automatically enabled. For additional information, see Assign licenses to users.

Use the Enable-CsOnlineDialInConferencingUser cmdlet to enable a Skype for Business user to access audio conferencing through Skype for Business Online.

Syntax

Enable-CsOnlineDialInConferencingUser
      [-AllowPstnOnlyMeetings <Boolean>]
      [-ServiceNumber <String>]
      [-SendEmailFromDisplayName <String>]
      [-ConferenceId <Int32>]
      [-TenantDomain <String>]
      [-TollFreeServiceNumber <String>]
      [-SendEmailToAddress <String>]
      [-SendEmailFromAddress <String>]
      [-SendEmail]
      [[-Identity] <UserIdParameter>]
      [-Tenant <Guid>]
      [-AllowTollFreeDialIn <Boolean>]
      [-DomainController <Fqdn>]
      [-ReplaceProvider]
      [-Force]
      [<CommonParameters>]

Description

The Enable-CsOnlineDialInConferencingUser cmdlet allows a Skype for Business user to access audio conferencing through Skype for Business Online. The cmdlet will validate if the user has the correct license assigned. If the user already uses Microsoft as the audio conferencing provider, the cmdlet will run without any errors but no changes are made to the user. The user can be moved from a third-party audio conferencing provider to Microsoft as the PSTN conferencing provider by using the ReplaceProvider parameter.

If the bridge information (BridgeID or BridgeName) isn't provided and the tenant is just using one audio conferencing bridge, the user is assigned to the bridge. If the bridge information isn't provided and the tenant uses multiple audio conferencing bridges, the user is then assigned to the default bridge.

The audio conferencing provider name and domain information is automatically set for the user when they are enabled for audio conferencing.

Note

If your conferencing provider is Microsoft, your users' conference IDs are set to Dynamic Only. This cannot be changed. Conference IDs are automatically set only for Skype for Business users enabled for Audio Conferencing.

Examples

-------------------------- Example 1 --------------------------

PS C:> Enable-CsOnlineDialInConferencingUser -Identity "Ken Meyer" -AllowPstnOnlyMeetings $false -ConferenceId 3659305 -ReplaceProvider -ServiceNumber 14255551234

This example enables a user named Ken Meyer to use audio conferencing and set up Skype for Business Online dial-in meetings. When the cmdlet runs, it will replace Ken's existing audio conferencing provider information, set the default phone number to 14255551234 and the ConferenceId for meetings to 3659305.

Parameters

-AllowPstnOnlyMeetings

If true, non-authenticated users can start meetings. If false, non-authenticated callers wait in the lobby until an authenticated user joins, thereby starting the meeting. An authenticated user is a user who joins the meeting using a Skype for Business client, or the organizer that joined the meeting via dial-in conferencing and was authenticated by a PIN number. The default is false.

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

-AllowTollFreeDialIn

If true, specified toll-free number is used in meeting invitations. If false, specified toll-free number is not allowed to be used in meeting invitations. The default is true. This setting can ONLY be managed using the TeamsAudioConferencingPolicy.

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

-ConferenceId

Specifies the ConferenceId that will be used by the user for dial-in meetings. The cmdlet will fail if:

The ConferenceId is already being used in the bridge where the user is assigned, or to which the user would be assigned.

The ConferenceId doesn't meet the ConferenceId format requirements.

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

-DomainController

This parameter is reserved for internal Microsoft use.

Type:Fqdn
Aliases:DC
Position:Named
Default value:None
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
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Online

-Identity

A user identity can be specified by using one of four formats: 1) the user's SIP address; 2) the user's user principal name (UPN); 3) the user's domain name and logon name, in the form domain\logon (for example, litwareinc\kenmyer); and, 4) the user's Active Directory display name (for example, Ken Myer). You can also reference a user account by using the user's Active Directory distinguished name.

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

-ReplaceProvider

If present, the ReplaceProvider switch causes the user's default conferencing provider information to be set to Microsoft. If omitted, the Active Directory information will not be updated.

If the ReplaceProvider parameter is not used and the user is enabled for a 3rd party conferencing provider, the cmdlet will fail.

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

-SendEmail

Send an email to the user that contains his Audio Conference information.

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

-SendEmailFromAddress

This property has been deprecated.

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

-SendEmailFromDisplayName

This property has been deprecated.

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

-SendEmailToAddress

You can specify the To Address to send the email that contains the Audio Conference information. This parameter must be used together with -SendEmail.

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

-ServiceNumber

Specifies the default phone number to be used by the user. The default number is used in meeting invitations. The service number parameter overwrites the default service number assigned to the bridge for the user. The service number can be specified in the following formats: E.164 number, +<E.164 number> and \<E.164 number>.

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

-Tenant

Specifies the globally unique identifier (GUID) of your Skype for Business Online tenant account. For example: -Tenant "38aad667-af54-4397-aaa7-e94c79ec2308". You can find your tenant ID by running this command: Get-CsTenant | Select-Object DisplayName, TenantID

This parameter is reserved for internal Microsoft use.

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

-TenantDomain

Specifies the domain name for the tenant or organization.

This parameter is reserved for internal Microsoft use.

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

-TollFreeServiceNumber

Specifies a toll-free phone number to be used by the user. This number is then used in meeting invitations. The toll-free number can be specified in the following formats: E.164 number, +<E.164 number> and \<E.164 number>.

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