Skip to content

Commit 7525458

Browse files
authored
Update Get-CsOnlineLisLocation.md
Replaces returns with results in NumberOfResultsToSkip parameter description
1 parent fa53f2a commit 7525458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ Accept wildcard characters: False
216216
217217
### -NumberOfResultsToSkip
218218
Specifies the number of results to skip.
219-
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.
220220
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.
221221
For example the command below will return locations 26-50 for Seattle.
222222

0 commit comments

Comments
 (0)