File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Use the New-CsAutoAttendant cmdlet to create a new Auto Attendant (AA).
16
16
## SYNTAX
17
17
18
18
``` powershell
19
- New-CsAutoAttendant -Name <String> -LanguageId <String> -TimeZoneId <String> -DefaultCallFlow <Object> -CallFlows <Object> -CallHandlingAssociations <Object> [-Operator <Object>] [-VoiceId <String>] [-EnableVoiceResponse] [-InclusionScope <Object>] [-ExclusionScope <Object>] [-Tenant <Guid>] [<CommonParameters>]
19
+ New-CsAutoAttendant -Name <String> -LanguageId <String> -TimeZoneId <String> -DefaultCallFlow <Object> [ -CallFlows <Object>] [ -CallHandlingAssociations <Object>] [-Operator <Object>] [-VoiceId <String>] [-EnableVoiceResponse] [-InclusionScope <Object>] [-ExclusionScope <Object>] [-Tenant <Guid>] [<CommonParameters>]
20
20
```
21
21
22
22
## DESCRIPTION
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Use the New-CsAutoAttendantMenuOption cmdlet to create a new menu option.
16
16
## SYNTAX
17
17
18
18
```
19
- New-CsAutoAttendantMenuOption -Action <DisconnectCall | TransferCallToOperator | TransferCallToTarget> -DtmfResponse <Tone0 | Tone1 | Tone2 | Tone3 | Tone4 | Tone5 | Tone6 | Tone7 | Tone8 | Tone9 | Automatic> [-VoiceResponses <Object >] [-CallTarget <Object>] [-Tenant <Guid>] [<CommonParameters>]
19
+ New-CsAutoAttendantMenuOption -Action <DisconnectCall | TransferCallToOperator | TransferCallToTarget> -DtmfResponse <Tone0 | Tone1 | Tone2 | Tone3 | Tone4 | Tone5 | Tone6 | Tone7 | Tone8 | Tone9 | Automatic> [-VoiceResponses <List >] [-CallTarget <Object>] [-Tenant <Guid>] [<CommonParameters>]
20
20
```
21
21
22
22
## DESCRIPTION
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ Accept wildcard characters: False
80
80
Collection of domains that autodiscover requests can be redirected to.
81
81
For example:
82
82
83
- ` -ExchangeAutodiscoverAllowedDomains "*.contoso.com"," *.fabrikam.com"`
83
+ ` -ExchangeAutodiscoverAllowedDomains "*.contoso.com; *.fabrikam.com"`
84
84
85
85
86
86
` ` ` yaml
You can’t perform that action at this time.
0 commit comments