Get-CsMainlineAttendantAppointmentBookingFlow
The Get-CsMainlineAttendantAppointmentBookingFlow cmdlet returns the identified Mainline attendant appointment booking flow.
Syntax
Default (Default)
Get-CsMainlineAttendantAppointmentBookingFlow
[-Identity <Guid>]
[-Tenant <Guid>]
[-First <Int32>]
[-Skip <Int32>]
[-SortBy <String>]
[-Descending]
[-NameFilter <String>]
[<CommonParameters>]
Description
The Get-CsMainlineAttendantAppointmentBookingFlow cmdlet lets you retrieve information about the Mainline attendant appointment booking flows in your organization.
Caution
Teams Phone Agent (formerly Mainline Attendant) is currently only available to customers in the Frontier Public Preview program.
Examples
Example 1
Get-CsMainlineAttendantAppointmentBookingFlow
This example gets the first 100 Mainline attendant appointment booking flows in the organization.
Example 2
Get-CsMainlineAttendantAppointmentBookingFlow -Identity 5e3a575e-1faa-49ff-83c2-5cf1c36c0e01
This example gets the Mainline attendant appointment booking flow with the identity 5e3a575e-1faa-49ff-83c2-5cf1c36c0e01. If no appointment booking flow exists with the identity 5e3a575e-1faa-49ff-83c2-5cf1c36c0e01, then this example generates an error.
Parameters
-Descending
The Descending parameter sorts appointment booking flows in descending order
Parameter properties
| Type: | SwitchParameter |
| 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 |
-First
The First parameter gets the first N appointment flows, up to a maximum of 100 at a time.
When not specified, the default behavior is to return the first 100 appointment flows. It is intended to be used in conjunction with the -Skip parameter for pagination purposes.
If a number greater than 100 is supplied, the request will fail.
Parameter properties
| Type: | Int32 |
| Default value: | 100 |
| 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 |
-Identity
The identifier of the appointment booking flow.
Parameter properties
| Type: | Guid |
| 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 |
-NameFilter
The NameFilter parameter returns appointment booking flows where the name contains specified string
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 |
-Skip
The Skip parameter skips the first N appointment flows. It is intended to be used in conjunction with the -First parameter for pagination purposes.
Parameter properties
| Type: | Int32 |
| 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 |
-SortBy
The SortBy parameter specifies the property used to sort.
Parameter properties
| Type: | String |
| Default value: | Name |
| 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 |
-Tenant
This parameter is reserved for Microsoft internal use only.
Parameter properties
| Type: | Guid |
| 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.
Inputs
Identity
Represents the unique identifier of an appointment booking flow.