Skip to content

Commit edb0ea8

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

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

skype/skype-ps/skype/Remove-CsBusyOptions.md

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

1010
## SYNOPSIS
11-
{{Fill in the Synopsis}}
11+
Removes 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,16 +17,16 @@ Remove-CsBusyOptions [-Identity] <UserIdParameter> [-Confirm] [-PassThru] [-What
1717
```
1818

1919
## DESCRIPTION
20-
{{Fill in the Description}}
20+
This cmdlet removes configuration information about Busy Options for a specific user.
2121

2222
## EXAMPLES
2323

2424
### -------------------------- Example 1 --------------------------
2525
```
26-
PS C:\> {{ Add example code here }}
26+
Remove-CsBusyOptions -Identity "Ken Myer"
2727
```
2828

29-
{{ Add example description here }}
29+
This example removes Busy Options for "Ken Myer".
3030

3131
## PARAMETERS
3232

@@ -47,7 +47,9 @@ Accept wildcard characters: False
4747
```
4848
4949
### -Identity
50-
{{Fill Identity Description}}
50+
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.
51+
52+
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".
5153
5254
```yaml
5355
Type: UserIdParameter
@@ -63,7 +65,7 @@ Accept wildcard characters: False
6365
```
6466
6567
### -PassThru
66-
{{Fill PassThru Description}}
68+
Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
6769
6870
```yaml
6971
Type: SwitchParameter
@@ -100,13 +102,16 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
100102
101103
## INPUTS
102104
103-
### Microsoft.Rtc.Management.AD.UserIdParameter
105+
###
106+
Microsoft.Rtc.Management.AD.UserIdParameter object.
104107
105108
## OUTPUTS
106109
107-
### System.Object
110+
###
111+
This cmdlet does not return any objects.
108112
109113
## NOTES
110114
111115
## RELATED LINKS
112-
116+
* [Get-CsBusyOptions](https://docs.microsoft.com/en-us/powershell/module/skype/get-csbusyoptions?view=skype-ps)
117+
* [Set-CsBusyOptions](https://docs.microsoft.com/en-us/powershell/module/skype/set-csbusyoptions?view=skype-ps)

0 commit comments

Comments
 (0)