File tree Expand file tree Collapse file tree 1 file changed +1
-19
lines changed
teams/teams-ps/MicrosoftTeams Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ The Get-CsMainlineAttendantAppointmentBookingFlow cmdlet returns the identified
19
19
## SYNTAX
20
20
21
21
```
22
- Get-CsMainlineAttendantAppointmentBookingFlow [-Identity <Guid>] [-Tenant <Guid>] [-First <Int32>] [-Skip <Int32>] [-ExcludeContent <Switch>] [- Sort <String>] [-Descending <Switch>] [-NameFilter <String>] [<CommonParameters>]
22
+ Get-CsMainlineAttendantAppointmentBookingFlow [-Identity <Guid>] [-Tenant <Guid>] [-First <Int32>] [-Skip <Int32>] [-Sort <String>] [-Descending <Switch>] [-NameFilter <String>] [<CommonParameters>]
23
23
```
24
24
25
25
## DESCRIPTION
@@ -117,24 +117,6 @@ Accept pipeline input: False
117
117
Accept wildcard characters: False
118
118
` ` `
119
119
120
- # ## -ExcludeContent
121
-
122
- > Applicable: Microsoft Teams
123
-
124
- The ExcludeContent parameter only displays the Name and Id of the appointment flow.
125
-
126
- ` ` ` yaml
127
- Type: SwitchParameter
128
- Parameter Sets: (All)
129
- Aliases:
130
-
131
- Required: False
132
- Position: Named
133
- Default value: None
134
- Accept pipeline input: False
135
- Accept wildcard characters: False
136
- ` ` `
137
-
138
120
# ## -Sort
139
121
140
122
> Applicable: Microsoft Teams
You can’t perform that action at this time.
0 commit comments