diff --git a/teams/teams-ps/MicrosoftTeams/Get-CsMainlineAttendantFlow.md b/teams/teams-ps/MicrosoftTeams/Get-CsMainlineAttendantFlow.md index 542452f261..7e172b2aa8 100644 --- a/teams/teams-ps/MicrosoftTeams/Get-CsMainlineAttendantFlow.md +++ b/teams/teams-ps/MicrosoftTeams/Get-CsMainlineAttendantFlow.md @@ -19,7 +19,7 @@ The Get-CsMainlineAttendantFlow cmdlet returns information about the Mainline At ## SYNTAX ``` -Get-CsMainlineAttendantFlow [-ConfigurationId ] [-Type ] [-Identity ] [-First ] [-Skip ] [-NameFilter ] [-SortBy ] [-Descending] [-Tenant ] [] +Get-CsMainlineAttendantFlow [-RelatedConfigurationIds ] [-Type ] [-Identity ] [-First ] [-Skip ] [-NameFilter ] [-SortBy ] [-Descending] [-Tenant ] [] ``` ## DESCRIPTION @@ -39,7 +39,7 @@ This example will list all the Mainline Attendant flows in the tenant. ### Example 2 ``` -Get-CsMainlineAttendantFlow -ConfigurationId 0b31bbe5-e2a0-4117-9b6f-956bca6023f8 +Get-CsMainlineAttendantFlow -RelatedConfigurationIds 0b31bbe5-e2a0-4117-9b6f-956bca6023f8 ``` This 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. ## PARAMETERS -### -ConfigurationId +### -RelatedConfigurationIds The Mainline Attendant configuration Id ```yaml