Skip to content

Commit 77d2abc

Browse files
authored
Update Get-CsMainlineAttendantQuestionAnswerFlow.md
1 parent 852a2f4 commit 77d2abc

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

teams/teams-ps/MicrosoftTeams/Get-CsMainlineAttendantQuestionAnswerFlow.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The Get-CsMainlineAttendantQuestionAnswerFlow cmdlet returns the identified Main
1919
## SYNTAX
2020

2121
```
22-
Get-CsMainlineAttendantQuestionAnswerFlow [-Identity <Guid>] [-Tenant <Guid>] [-First <Int32>] [-Skip <Int32>] [-ExcludeContent <Switch>] [-Sort <String>] [-Descending <Switch>] [-NameFilter <String>] [<CommonParameters>]
22+
Get-CsMainlineAttendantQuestionAnswerFlow [-Identity <Guid>] [-Tenant <Guid>] [-First <Int32>] [-Skip <Int32>] [-Sort <String>] [-Descending <Switch>] [-NameFilter <String>] [<CommonParameters>]
2323
```
2424

2525
## DESCRIPTION
@@ -105,21 +105,6 @@ Accept pipeline input: False
105105
Accept wildcard characters: False
106106
```
107107

108-
### -ExcludeContent
109-
The ExcludeContent parameter only displays the Name and Id of the question and answer flow.
110-
111-
```yaml
112-
Type: SwitchParameter
113-
Parameter Sets: (All)
114-
Aliases:
115-
116-
Required: False
117-
Position: Named
118-
Default value: None
119-
Accept pipeline input: False
120-
Accept wildcard characters: False
121-
```
122-
123108
### -Sort
124109
The Sort parameter specifies the property used to sort.
125110

0 commit comments

Comments
 (0)