Skip to content

Commit 8c5583d

Browse files
authored
Update Get-CsBusyOptions.md
I have completed synopsis, description, examples, parameters description, inputs, outputs and related links.
1 parent edb0ea8 commit 8c5583d

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

skype/skype-ps/skype/Get-CsBusyOptions.md

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Get-CsBusyOptions
99

1010
## SYNOPSIS
11-
{{Fill in the Synopsis}}
11+
Returns the settings for 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

@@ -17,23 +17,27 @@ Get-CsBusyOptions [-Identity] <UserIdParameter> [-PassThru] [<CommonParameters>]
1717
```
1818

1919
## DESCRIPTION
20-
{{Fill in the Description}}
20+
This cmdlet retrieves configuration information about Busy Options for a specific user. It returns one of two Action Type options:
2121

22+
* BusyOnBusy - In which new incoming calls will be rejected with a busy signal if the user is busy.
23+
24+
* VoicemailOnBusy - In which new incoming calls will be forwarded to voice mail if the user is busy.
2225

2326
## EXAMPLES
2427

2528
### -------------------------- Example 1 --------------------------
2629
```
27-
{{ Add example code here }}
30+
Get-CsBusyOptions -Identity sip:[email protected]
2831
```
2932

30-
{{ Add example description here }}
31-
33+
This example returns the Busy Options setting for "[email protected]".
3234

3335
## PARAMETERS
3436

3537
### -Identity
36-
{{Fill Identity Description}}
38+
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.
39+
40+
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".
3741

3842
```yaml
3943
Type: UserIdParameter
@@ -49,7 +53,7 @@ Accept wildcard characters: False
4953
```
5054
5155
### -PassThru
52-
{{Fill PassThru Description}}
56+
Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
5357
5458
```yaml
5559
Type: SwitchParameter
@@ -67,19 +71,19 @@ Accept wildcard characters: False
6771
### CommonParameters
6872
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
6973
70-
7174
## INPUTS
7275
73-
### Microsoft.Rtc.Management.AD.UserIdParameter
74-
76+
###
77+
Microsoft.Rtc.Management.AD.UserIdParameter object.
7578
7679
## OUTPUTS
7780
78-
### System.Object
79-
81+
###
82+
Microsoft.Rtc.Management.Bob.Cmdlets.ActionType object.
83+
Microsoft.Rtc.Management.AD.UserIdParameter object.
8084
8185
## NOTES
8286
83-
8487
## RELATED LINKS
85-
88+
* [Remove-CsBusyOptions](https://docs.microsoft.com/en-us/powershell/module/skype/remove-csbusyoptions?view=skype-ps)
89+
* [Set-CsBusyOptions](https://docs.microsoft.com/en-us/powershell/module/skype/set-csbusyoptions?view=skype-ps)

0 commit comments

Comments
 (0)