Skip to content

Commit 55a8ad4

Browse files
authored
Update Get-CsMainlineAttendantFlow.md
1 parent f86bc27 commit 55a8ad4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The Get-CsMainlineAttendantFlow cmdlet returns information about the Mainline At
1919
## SYNTAX
2020

2121
```
22-
Get-CsMainlineAttendantFlow [-ConfigurationId <String>] [-Type <String>] [-Identity <String>] [-First <UInt32>] [-Skip <UInt32>] [-NameFilter <String>] [-SortBy <String>] [-Descending] [-ExcludeContent] [-Tenant <Guid>] [<CommonParameters>]
22+
Get-CsMainlineAttendantFlow [-ConfigurationId <String>] [-Type <String>] [-Identity <String>] [-First <UInt32>] [-Skip <UInt32>] [-NameFilter <String>] [-Sort <String>] [-Descending] [-ExcludeContent] [-Tenant <Guid>] [<CommonParameters>]
2323
```
2424

2525
## DESCRIPTION
@@ -116,8 +116,8 @@ Accept wildcard characters: False
116116
117117
### -First
118118
119-
The First parameter gets the first N appointment flows, up to a maximum of 100 at a time.
120-
When not specified, the default behavior is to return the first 100 appointment flows. It is intended to be used in conjunction with the `-Skip` parameter for pagination purposes.
119+
The First parameter gets the first N Mainline Attendant flows, up to a maximum of 100 at a time.
120+
When not specified, the default behavior is to return the first 100 Mainline Attendant flows. It is intended to be used in conjunction with the `-Skip` parameter for pagination purposes.
121121
If a number greater than 100 is supplied, the request will fail.
122122

123123
```yaml
@@ -134,7 +134,7 @@ Accept wildcard characters: False
134134

135135
### -Skip
136136

137-
The Skip parameter skips the first N appointment flows. It is intended to be used in conjunction with the `-First` parameter for pagination purposes.
137+
The Skip parameter skips the first N Mainline Attendant flows. It is intended to be used in conjunction with the `-First` parameter for pagination purposes.
138138

139139
```yaml
140140
Type: Int32
@@ -150,7 +150,7 @@ Accept wildcard characters: False
150150

151151
### -ExcludeContent
152152

153-
The ExcludeContent parameter only displays the Name and Id of the appointment flow.
153+
The ExcludeContent parameter only displays the Name and Id of the Mainline Attendant flow.
154154

155155
```yaml
156156
Type: SwitchParameter
@@ -164,9 +164,9 @@ Accept pipeline input: False
164164
Accept wildcard characters: False
165165
```
166166

167-
### -SortBy
167+
### -Sort
168168

169-
The SortBy parameter specifies the property used to sort.
169+
The Sort parameter specifies the property used to sort.
170170

171171
```yaml
172172
Type: String
@@ -182,7 +182,7 @@ Accept wildcard characters: False
182182

183183
### -Descending
184184

185-
The Descending parameter sorts appointment booking flows in descending order
185+
The Descending parameter sorts Mainline Attendant flows in descending order
186186

187187
```yaml
188188
Type: SwitchParameter

0 commit comments

Comments
 (0)