Skip to content

Commit 81fdcec

Browse files
authored
Merge pull request #7526 from get-itips/patch-335
Improving description
2 parents 495fa6c + 3ea584f commit 81fdcec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

teams/teams-ps/teams/Get-Team.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Accept wildcard characters: False
215215
```
216216
217217
### -NumberOfThreads
218-
Specifies the number of threads to use. The accepted values range from 1 to 20.
218+
Specifies the number of threads to use. If you have sufficient network bandwidth and want to decrease the time required to retrieve the list of teams, use the -NumberOfThreads parameter, which supports a value from 1 through 20.
219219
220220
```yaml
221221
Type: Int32
@@ -224,7 +224,7 @@ Aliases:
224224

225225
Required: False
226226
Position: Named
227-
Default value: None
227+
Default value: 20
228228
Accept pipeline input: True (ByPropertyName)
229229
Accept wildcard characters: False
230230
```

0 commit comments

Comments
 (0)