Skip to content

Commit 1040d54

Browse files
authored
Merge pull request MicrosoftDocs#3563 from MicrosoftDocs/islubin-patch-6
Update Set-Team.md
2 parents 2b51783 + fb37a52 commit 1040d54

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

teams/teams-ps/teams/Set-Team.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,22 @@ Accept pipeline input: False
374374
Accept wildcard characters: False
375375
```
376376
377+
### -ShowInTeamsSearchAndSuggestions
378+
Setting that determines whether or not private teams should be searchable from Teams clients for users who do not belong to that team. Set to $false to make those teams not discoverable from Teams clients.
379+
380+
```yaml
381+
Type: Boolean
382+
Parameter Sets: (All)
383+
Aliases:
384+
385+
Required: False
386+
Position: Named
387+
Default value: None
388+
Accept pipeline input: False
389+
Accept wildcard characters: False
390+
```
391+
392+
377393
### CommonParameters
378394
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
379395
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).

0 commit comments

Comments
 (0)