File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed
teams/teams-ps/MicrosoftTeams Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ The Get-CsMainlineAttendantFlow cmdlet returns information about the Mainline At
19
19
## SYNTAX
20
20
21
21
```
22
- Get-CsMainlineAttendantFlow [-ConfigurationId <String>] [-Type <String>] [-Identity <String>] [-First <UInt32>] [-Skip <UInt32>] [-NameFilter <String>] [-Sort <String>] [-Descending] [-ExcludeContent] [- Tenant <Guid>] [<CommonParameters>]
22
+ Get-CsMainlineAttendantFlow [-ConfigurationId <String>] [-Type <String>] [-Identity <String>] [-First <UInt32>] [-Skip <UInt32>] [-NameFilter <String>] [-Sort <String>] [-Descending] [-Tenant <Guid>] [<CommonParameters>]
23
23
```
24
24
25
25
## DESCRIPTION
@@ -148,22 +148,6 @@ Accept pipeline input: False
148
148
Accept wildcard characters: False
149
149
` ` `
150
150
151
- # ## -ExcludeContent
152
-
153
- The ExcludeContent parameter only displays the Name and Id of the Mainline Attendant flow.
154
-
155
- ` ` ` yaml
156
- Type: SwitchParameter
157
- Parameter Sets: (All)
158
- Aliases:
159
-
160
- Required: False
161
- Position: Named
162
- Default value: None
163
- Accept pipeline input: False
164
- Accept wildcard characters: False
165
- ` ` `
166
-
167
151
# ## -Sort
168
152
169
153
The Sort parameter specifies the property used to sort.
You can’t perform that action at this time.
0 commit comments