File tree Expand file tree Collapse file tree
teams/teams-ps/MicrosoftTeams Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ The Get-CsMainlineAttendantFlow cmdlet returns information about the Mainline At
1919## SYNTAX
2020
2121```
22- Get-CsMainlineAttendantFlow [-ConfigurationId <String>] [-Type <String>] [-Identity <String>] [-First <UInt32>] [-Skip <UInt32>] [-NameFilter <String>] [-SortBy <String>] [-Descending] [-Tenant <Guid>] [<CommonParameters>]
22+ Get-CsMainlineAttendantFlow [-RelatedConfigurationIds <String>] [-Type <String>] [-Identity <String>] [-First <UInt32>] [-Skip <UInt32>] [-NameFilter <String>] [-SortBy <String>] [-Descending] [-Tenant <Guid>] [<CommonParameters>]
2323```
2424
2525## DESCRIPTION
@@ -39,7 +39,7 @@ This example will list all the Mainline Attendant flows in the tenant.
3939
4040### Example 2
4141```
42- Get-CsMainlineAttendantFlow -ConfigurationId 0b31bbe5-e2a0-4117-9b6f-956bca6023f8
42+ Get-CsMainlineAttendantFlow -RelatedConfigurationIds 0b31bbe5-e2a0-4117-9b6f-956bca6023f8
4343```
4444
4545This example will list all the Mainline Attendant flows associated with the specific configuration id.
@@ -67,7 +67,7 @@ This example will list the Mainline Attendant flow with the specified identity.
6767
6868## PARAMETERS
6969
70- ### -ConfigurationId
70+ ### -RelatedConfigurationIds
7171The Mainline Attendant configuration Id
7272
7373``` yaml
You can’t perform that action at this time.
0 commit comments