Get-CsBusyOptions

Returns the settings for processing of incoming calls for users who are already engaged in another communication stream. This cmdlet was introduced in Skype for Business Server 2015 June 2016 Cumulative Update.

Syntax

Get-CsBusyOptions
   [-Identity] <UserIdParameter>
   [-PassThru]
   [<CommonParameters>]

Description

This cmdlet retrieves configuration information about Busy Options for a specific user. It returns one of two Action Type options:

  • BusyOnBusy - In which new incoming calls will be rejected with a busy signal if the user is busy.

  • VoicemailOnBusy - In which new incoming calls will be forwarded to voice mail if the user is busy.

Examples

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

Get-CsBusyOptions -Identity sip:KenMyer@Contoso.com

This example returns the Busy Options setting for "KenMyer@Contoso.com".

Parameters

-Identity

Indicates the Identity of the user account to be modified. User Identities can be specified 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). User Identities can also be referenced by using the user's Active Directory distinguished name.

You can use the asterisk (*) wildcard character when using the display name as the user Identity. For example, the Identity "*Smith" returns all the users who have a display name that ends with the string value "Smith".

Type:UserIdParameter
Position:0
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False
Applies to:Skype for Business Server 2015, Skype for Business Server 2019

-PassThru

Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Server 2015, Skype for Business Server 2019

Inputs

Microsoft.Rtc.Management.AD.UserIdParameter object.

Outputs

Microsoft.Rtc.Management.Bob.Cmdlets.ActionType object. Microsoft.Rtc.Management.AD.UserIdParameter object.