File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed
teams/teams-ps/MicrosoftTeams Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ The Get-CsMainlineAttendantQuestionAnswerFlow cmdlet returns the identified Main
19
19
## SYNTAX
20
20
21
21
```
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>]
23
23
```
24
24
25
25
## DESCRIPTION
@@ -105,21 +105,6 @@ Accept pipeline input: False
105
105
Accept wildcard characters: False
106
106
` ` `
107
107
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
-
123
108
# ## -Sort
124
109
The Sort parameter specifies the property used to sort.
125
110
You can’t perform that action at this time.
0 commit comments