Skip to content

Commit b7d99d3

Browse files
authored
Merge pull request MicrosoftDocs#11464 from duaneha-MS/patch-1
Updated Get-CsOnlineLisLocation.md for NumberOfResultsToSkip parameter
2 parents 69796dd + 7525458 commit b7d99d3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

skype/skype-ps/skype/Get-CsOnlineLisLocation.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,11 +215,8 @@ Accept wildcard characters: False
215215
```
216216
217217
### -NumberOfResultsToSkip
218-
219-
**Note:** This parameter has been deprecated from the Teams PowerShell Module version 3.0.0 or later.
220-
221218
Specifies the number of results to skip.
222-
If there are a large number of locations, you can limit the number of returns by using the ResultSize parameter.
219+
If there are a large number of locations, you can limit the number of results by using the ResultSize parameter.
223220
If you limited the first cmdlet execution to 25 results, and want to look at the next 25 locations, then you leave ResultSize at 25 and set NumberOfResultsToSkip to 25 to omit the first 25 you've reviewed.
224221
For example the command below will return locations 26-50 for Seattle.
225222

0 commit comments

Comments
 (0)