Get-CsMainlineAttendantFlow
The Get-CsMainlineAttendantFlow cmdlet returns information about the Mainline Attendant flows configured in your organization
Syntax
Default (Default)
Get-CsMainlineAttendantFlow
[-MaConfigId <String>]
[-Type <String>]
[-FlowId <String>]
[-Tenant <Guid>]
[<CommonParameters>]
Description
The Get-CsMainlineAttendantFlow cmdlet returns information about the Mainline Attendant flows configured in your organization.
Caution
This cmdlet will only work for customers that are participating in the Voice Applications private preview for these features. General Availability for this functionality has not been determined at this time.
Examples
Example 1
Get-CsMainlineAttendantFlow
This example will list all the Mainline Attendant flows in the tenant.
Example 2
Get-CsMainlineAttendantFlow -MaConfig 0b31bbe5-e2a0-4117-9b6f-956bca6023f8
This example will list all the Mainline Attendant flows associated with the specific configuration id.
Example 3
Get-CsMainlineAttendantFlow -Type Type 1 | Type 2
This example will list all the Mainline Attendant flows with the specified type.
Example 4
Get-CsMainlineAttendantFlow -FlowId 956bca6-e2a0-4117-9b6f-023f80b31bbe5
This example will list the Mainline Attendant flow with the specified flow id.
Parameters
-FlowId
The Mainline Attendant flow id
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-MaConfigId
The Mainline Attendant configuration Id
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-Type
The Mainline Attendant flow type
PARAMVALUE: Appointment | QuestionAndAnswer
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.