Skip to content

Commit 16d49d2

Browse files
authored
Update Set-CsBusyOptions.md
I have completed synopsis, description, examples, parameters description, inputs, outputs and related links.
1 parent 60f91da commit 16d49d2

File tree

1 file changed

+43
-12
lines changed

1 file changed

+43
-12
lines changed

skype/skype-ps/skype/Set-CsBusyOptions.md

Lines changed: 43 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
external help file: Microsoft.Rtc.Management.dll-help.xml
3-
applicable: Skype for Business Server 2015, Skype for Business Server 2019
3+
Applicable: Skype for Business Server 2015, Skype for Business Server 2019
44
title: Set-CsBusyOptions
55
schema: 2.0.0
66
---
77

88
# Set-CsBusyOptions
99

1010
## SYNOPSIS
11-
{{Fill in the Synopsis}}
11+
Sets up the processing of incoming calls for users is already in communication whether for a call, conference or placed call waiting. This cmdlet was introduced in Skype for Business Server 2015 June 2016 Cumulative Update.
1212

1313
## SYNTAX
1414

@@ -18,21 +18,46 @@ Set-CsBusyOptions [-Identity] <UserIdParameter> -ActionType <ActionType> [-Confi
1818
```
1919

2020
## DESCRIPTION
21-
{{Fill in the Description}}
21+
This cmdlet sets the configuration for processing of incoming calls defined for a specific user. If Busy Options is enabled for the organization, all users in your organization, both Enterprise Voice and non-Enterprise Voice users, can use the following features:
22+
23+
* Busy on Busy - In which new incoming calls will be rejected with a busy signal if the user is busy.
24+
25+
* Voicemail on Busy - In which new incoming calls will be forwarded to voice mail if the user is busy.
26+
27+
The Busy Options feature provides failover capability. If a problem occurs and users fail over to another Front End Server or to another pool in Skype for Business Server, their Busy Options settings will be preserved.
28+
29+
Regardless of how their busy options are configured, users in a call or conference, or those with a call on hold, are not prevented from initiating new calls or conferences.
30+
31+
After configuration, the Busy Options setting is in effect for all the user's Skype for Business call devices and clients. Based on the user's Busy Options settings, the call that is rejected or sent to voice mail would not ring on any of the user's call devices--including Macintosh, Windows Desktop, mobile clients, or IP phones--on which the user is signed in.
32+
33+
Users will see missed-call notifications on their Skype for Business clients and devices, and they will be notified by email as well. Callers whose call was rejected due to Busy on Busy will see a notification in their Skype for Business client stating that the user they attempted to reach is busy on another call.
34+
35+
For more information about how to enable Busy Options in your organization, see (https://docs.microsoft.com/en-us/skypeforbusiness/deploy/deploy-enterprise-voice/install-and-configure-busy-options).
2236

2337
## EXAMPLES
2438

2539
### -------------------------- Example 1 --------------------------
2640
```
27-
PS C:\> {{ Add example code here }}
41+
Set-CsBusyOptions -Identity "Ken Myer" -ActionType BusyOnBusy
2842
```
2943

30-
{{ Add example description here }}
44+
This cmdlet configures busy options for the user "Ken Myer". In this configuration, any call to "Ken Myer" will return a busy signal when he is already in a call.
45+
46+
### -------------------------- Example 2 --------------------------
47+
```
48+
Set-CsBusyOptions -Identity "Chrystal Velasquez" -ActionType VoicemailOnBusy
49+
```
50+
51+
This cmdlet configures busy options for the user "Chrystal Velasquez". In this configuration, new incoming calls to "Chrystal Velasquez" will be forwarded to voice mail when she is already in a call.
3152

3253
## PARAMETERS
3354

3455
### -ActionType
35-
{{Fill ActionType Description}}
56+
There are two Action Type options:
57+
58+
* BusyOnBusy - In which new incoming calls will be rejected with a busy signal if the user is busy.
59+
60+
* VoicemailOnBusy - In which new incoming calls will be forwarded to voice mail if the user is busy.
3661

3762
```yaml
3863
Type: ActionType
@@ -65,7 +90,9 @@ Accept wildcard characters: False
6590
```
6691
6792
### -Identity
68-
{{Fill Identity Description}}
93+
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.
94+
95+
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".
6996
7097
```yaml
7198
Type: UserIdParameter
@@ -81,7 +108,7 @@ Accept wildcard characters: False
81108
```
82109
83110
### -PassThru
84-
{{Fill PassThru Description}}
111+
Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
85112
86113
```yaml
87114
Type: SwitchParameter
@@ -118,14 +145,18 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
118145
119146
## INPUTS
120147
121-
### System.Nullable`1[[Microsoft.Rtc.Management.Bob.Cmdlets.ActionType, Microsoft.Rtc.Management, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]
122-
Microsoft.Rtc.Management.AD.UserIdParameter
148+
###
149+
Microsoft.Rtc.Management.Bob.Cmdlets.ActionType object.
150+
Microsoft.Rtc.Management.AD.UserIdParameter object.
123151
124152
## OUTPUTS
125153
126-
### System.Object
154+
###
155+
Microsoft.Rtc.Management.Bob.Cmdlets.ActionType object.
156+
Microsoft.Rtc.Management.AD.UserIdParameter object.
127157
128158
## NOTES
129159
130160
## RELATED LINKS
131-
161+
* [Get-CsBusyOptions](https://docs.microsoft.com/en-us/powershell/module/skype/get-csbusyoptions?view=skype-ps)
162+
* [Remove-CsBusyOptions](https://docs.microsoft.com/en-us/powershell/module/skype/remove-csbusyoptions?view=skype-ps)

0 commit comments

Comments
 (0)