Skip to content

Commit 24f70da

Browse files
Merge pull request MicrosoftDocs#12433 from michbrown-png/patch-13
Update Set-CsOnlineDialInConferencingUser.md
2 parents e02ed93 + 4a9843c commit 24f70da

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

teams/teams-ps/teams/Set-CsOnlineDialInConferencingUser.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ online version: https://learn.microsoft.com/powershell/module/teams/set-csonline
44
applicable: Microsoft Teams
55
title: Set-CsOnlineDialInConferencingUser
66
schema: 2.0.0
7-
manager: bulenteg
8-
author: tomkau
9-
ms.author: tomkau
10-
ms.reviewer: williamlooney
117
---
128

139
# Set-CsOnlineDialInConferencingUser
@@ -26,7 +22,7 @@ Use the `Set-CsOnlineDialInConferencingUser` cmdlet to modify the properties of
2622
Set-CsOnlineDialInConferencingUser [-Identity] <UserIdParameter> [-BridgeId <Guid>]
2723
[-BridgeName <String>] [-Tenant <Guid>] [-ServiceNumber <String>] [-TollFreeServiceNumber <String>] [-AllowPSTNOnlyMeetings <Boolean>] [-Force]
2824
[-ResetLeaderPin] [-AllowTollFreeDialIn <Boolean>] [-SendEmailToAddress <String>]
29-
[-SendEmailFromAddress <String>] [-SendEmailFromDisplayName <String>] [-SendEmail] [-DomainController <Fqdn>]
25+
[-SendEmailFromAddress <String>] [-SendEmailFromDisplayName <String>] [-SendEmail] [-DomainController <Fqdn>] [-AsJob]
3026
[-WhatIf] [-Confirm] [<CommonParameters>]
3127
```
3228

@@ -35,7 +31,7 @@ Set-CsOnlineDialInConferencingUser [-Identity] <UserIdParameter> [-BridgeId <Gui
3531
Set-CsOnlineDialInConferencingUser [-Identity] <UserIdParameter> [-BridgeId <Guid>]
3632
[-BridgeName <String>] [-TenantDomain <String>] [-ServiceNumber <String>] [-TollFreeServiceNumber <String>] [-AllowPSTNOnlyMeetings <Boolean>] [-Force]
3733
[-ResetLeaderPin] [-AllowTollFreeDialIn <Boolean>] [-SendEmailToAddress <String>]
38-
[-SendEmailFromAddress <String>] [-SendEmailFromDisplayName <String>] [-SendEmail] [-DomainController <Fqdn>]
34+
[-SendEmailFromAddress <String>] [-SendEmailFromDisplayName <String>] [-SendEmail] [-DomainController <Fqdn>] [-AsJob]
3935
[-WhatIf] [-Confirm] [<CommonParameters>]
4036
```
4137

@@ -374,6 +370,20 @@ Accept pipeline input: False
374370
Accept wildcard characters: False
375371
```
376372

373+
### -AsJob
374+
The parameter is used to run commands as background jobs.
375+
```yaml
376+
Type: SwitchParameter
377+
Parameter Sets: (All)
378+
Aliases:
379+
380+
Required: False
381+
Position: Named
382+
Default value: None
383+
Accept pipeline input: False
384+
Accept wildcard characters: False
385+
```
386+
377387
### CommonParameters
378388
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
379389

0 commit comments

Comments
 (0)