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>]
[-ExcludeContent <Switch>]
[-Sort <String>]
[-Descending <Switch>]
[-NameFilter <String>]
[<CommonParameters>]
Description
The Get-CsMainlineAttendantAppointmentBookingFlow cmdlet lets you retrieve information about the Mainline attendant appointment booking flows n your organization.
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
Applicable: Microsoft Teams
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 |
-ExcludeContent
Applicable: Microsoft Teams
The ExcludeContent parameter only displays the Name and Id of the appointment flow.
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
Applicable: Microsoft Teams
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
Applicable: Microsoft Teams
PARAMVALUE: Guid
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
Applicable: Microsoft Teams
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: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-Skip
Applicable: Microsoft Teams
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 |
-Sort
Applicable: Microsoft Teams
The Sort 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: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-Tenant
Applicable: Microsoft Teams
PARAMVALUE: Guid
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.