Skip to content

Commit 852a2f4

Browse files
authored
Update Get-CsMainlineAttendantAppointmentBookingFlow.md
Removing ExcludeContent parm
1 parent abbb7fb commit 852a2f4

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

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

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

2121
```
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>]
2323
```
2424

2525
## DESCRIPTION
@@ -117,24 +117,6 @@ Accept pipeline input: False
117117
Accept wildcard characters: False
118118
```
119119

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-
138120
### -Sort
139121

140122
> Applicable: Microsoft Teams

0 commit comments

Comments
 (0)