Skip to content

Commit 2a79507

Browse files
authored
Merge pull request MicrosoftDocs#1542 from dariomws306/dariomws306-patch-3
Dariomws306 patch 3
2 parents 0b2274e + bf01c02 commit 2a79507

20 files changed

+629
-638
lines changed

skype/skype-ps/skype/Disable-CsOnlineDialInConferencingUser.md

Lines changed: 27 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,18 @@ schema: 2.0.0
88
# Disable-CsOnlineDialInConferencingUser
99

1010
## SYNOPSIS
11-
Use the Disable-CsOnlineDialInConferencingUser cmdlet to prevent a Skype for Business Online user from using dial-in or audio conferencing through Skype for Business Online.
11+
Use the `Disable-CsOnlineDialInConferencingUser` cmdlet to prevent a Skype for Business Online user from using dial-in or audio conferencing through Skype for Business Online.
1212

1313
## SYNTAX
1414

1515
```
16-
Disable-CsOnlineDialInConferencingUser [[-Identity] <Object>] [-BypassDualWrite <Object>] [-Confirm]
17-
[-DomainController <Object>] [-Force] [-SendEmail] [-SendEmailFromAddress <Object>]
18-
[-SendEmailFromDisplayName <Object>] [-SendEmailToAddress <Object>] [-Tenant <Object>]
19-
[-TenantDomain <Object>] [-WhatIf] [-AsJob] [<CommonParameters>]
16+
Disable-CsOnlineDialInConferencingUser [-WhatIf] [-SendEmailFromDisplayName <String>] [-TenantDomain <String>]
17+
[-SendEmailToAddress <String>] [-SendEmailFromAddress <String>] [-Confirm] [-SendEmail] [[-Identity] <UserIdParameter>]
18+
[-Tenant <Guid>] [-DomainController <Fqdn>] [-Force] [-AsJob] [<CommonParameters>]
2019
```
2120

2221
## DESCRIPTION
23-
The Disable-CsOnlineDialInConferencingUser cmdlet validates that the user is provisioned for audio conferencing using Microsoft as the audio conferencing provider and then disables audio conferencing which prevents the user from setting up audio conferences or meetings.
24-
To disable the user, you must specify the TenantDomain or Tenant parameter.
22+
The `Disable-CsOnlineDialInConferencingUser` cmdlet validates that the user is provisioned for audio conferencing using Microsoft as the audio conferencing provider and then disables audio conferencing which prevents the user from setting up audio conferences or meetings.
2523

2624
When a user is disabled, the conference ID or passcode that was assigned to the user is released so it can be used by another user that is enabled for dial-in or audio conferencing even if they have a license assigned to them.
2725

@@ -33,13 +31,12 @@ If the user is enabled for a third-party audio conferencing provider (ACP) and t
3331

3432
### -------------------------- Example 1 --------------------------
3533
```
36-
Disable-CsOnlineDialInConferencingUser -Identity "Pilar Ackerman" -Confirm
34+
PS C:> Disable-CsOnlineDialInConferencingUser -Identity "Pilar Ackerman" -Confirm
3735
```
3836

3937
This example disables user "Pilar Ackerman" from using audio conferencing and will prompt you to confirm the operation.
4038

4139

42-
4340
## PARAMETERS
4441

4542
### -Identity
@@ -48,7 +45,7 @@ A user identity can be specified by using one of four formats: 1) the user's SIP
4845
You can also reference a user account by using the user's Active Directory distinguished name.
4946

5047
```yaml
51-
Type: Object
48+
Type: UserIdParameter
5249
Parameter Sets: (All)
5350
Aliases:
5451
Applicable: Skype for Business Online
@@ -60,22 +57,6 @@ Accept pipeline input: False
6057
Accept wildcard characters: False
6158
```
6259
63-
### -BypassDualWrite
64-
PARAMVALUE: $true | $false
65-
66-
```yaml
67-
Type: Object
68-
Parameter Sets: (All)
69-
Aliases:
70-
Applicable: Skype for Business Online
71-
72-
Required: False
73-
Position: Named
74-
Default value: None
75-
Accept pipeline input: False
76-
Accept wildcard characters: False
77-
```
78-
7960
### -Confirm
8061
The Confirm switch causes the command to pause processing, and requires confirmation to proceed.
8162
@@ -93,10 +74,10 @@ Accept wildcard characters: False
9374
```
9475
9576
### -DomainController
96-
PARAMVALUE: Fqdn
77+
This parameter is reserved for internal Microsoft use.
9778
9879
```yaml
99-
Type: Object
80+
Type: Fqdn
10081
Parameter Sets: (All)
10182
Aliases: DC
10283
Applicable: Skype for Business Online
@@ -127,7 +108,7 @@ Accept wildcard characters: False
127108
```
128109
129110
### -SendEmail
130-
PARAMVALUE: SwitchParameter
111+
Send an email to the user that contains his Audio Conference information.
131112
132113
```yaml
133114
Type: SwitchParameter
@@ -143,10 +124,10 @@ Accept wildcard characters: False
143124
```
144125
145126
### -SendEmailFromAddress
146-
PARAMVALUE: String
127+
You can specify the From Address to send the email that contains the Audio Conference information. This parameter must be used together with -SendEmailFromDisplayName and -SendEmail.
147128
148129
```yaml
149-
Type: Object
130+
Type: String
150131
Parameter Sets: (All)
151132
Aliases:
152133
Applicable: Skype for Business Online
@@ -159,10 +140,10 @@ Accept wildcard characters: False
159140
```
160141
161142
### -SendEmailFromDisplayName
162-
PARAMVALUE: String
143+
You can specify the Display Name to send the email that contains the Audio Conference information. This parameter must be used together with -SendEmailFromAddress and -SendEmail.
163144
164145
```yaml
165-
Type: Object
146+
Type: String
166147
Parameter Sets: (All)
167148
Aliases:
168149
Applicable: Skype for Business Online
@@ -175,10 +156,10 @@ Accept wildcard characters: False
175156
```
176157
177158
### -SendEmailToAddress
178-
PARAMVALUE: String
159+
You can specify the To Address to send the email that contains the Audio Conference information. This parameter must be used together with -SendEmail.
179160
180161
```yaml
181-
Type: Object
162+
Type: String
182163
Parameter Sets: (All)
183164
Aliases:
184165
Applicable: Skype for Business Online
@@ -200,7 +181,7 @@ You can find your tenant ID by running this command:
200181
`Get-CsTenant | Select-Object DisplayName, TenantID`
201182

202183
```yaml
203-
Type: Object
184+
Type: Guid
204185
Parameter Sets: (All)
205186
Aliases:
206187
Applicable: Skype for Business Online
@@ -218,7 +199,7 @@ NOTE: This parameter is reserved for internal Microsoft use.
218199
Specifies the domain name for the tenant or organization.
219200

220201
```yaml
221-
Type: Object
202+
Type: String
222203
Parameter Sets: (All)
223204
Aliases:
224205
Applicable: Skype for Business Online
@@ -248,7 +229,11 @@ Accept wildcard characters: False
248229
```
249230

250231
### -AsJob
251-
{{Fill AsJob Description}}
232+
Indicates that this cmdlet runs as a background job.
233+
234+
When you specify the AsJob parameter, the command immediately returns an object that represents the background job. You can continue to work in the session while the job finishes. The job is created on the local computer and the results from the Skype for Business Online session are automatically returned to the local computer. To get the job results, use the Receive-Job cmdlet.
235+
236+
For more information about Windows PowerShell background jobs, see [about_Jobs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_jobs?view=powershell-6) and [about_Remote_Jobs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_remote_jobs?view=powershell-6).
252237

253238
```yaml
254239
Type: SwitchParameter
@@ -273,4 +258,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
273258
## NOTES
274259

275260
## RELATED LINKS
261+
[Enable-CsOnlineDialInConferencingUser](https://docs.microsoft.com/en-us/powershell/module/skype/enable-csonlinedialinconferencinguser?view=skype-ps)
262+
263+
[Get-CsOnlineDialInConferencingUser](https://docs.microsoft.com/en-us/powershell/module/skype/get-csonlinedialinconferencinguser?view=skype-ps)
276264

265+
[Set-CsOnlineDialInConferencingUser](https://docs.microsoft.com/en-us/powershell/module/skype/set-csonlinedialinconferencinguser?view=skype-ps)

0 commit comments

Comments
 (0)