Skip to content

Commit e213dac

Browse files
authored
Merge branch 'master' into islubin-patch-5
2 parents d7588a4 + 1040d54 commit e213dac

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

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

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Set-Team -GroupId <String> [-DisplayName <String>] [-Description <String>] [-Mai
2323
[-AllowAddRemoveApps <Boolean>] [-AllowCreateUpdateRemoveTabs <Boolean>]
2424
[-AllowCreateUpdateRemoveConnectors <Boolean>] [-AllowUserEditMessages <Boolean>]
2525
[-AllowUserDeleteMessages <Boolean>] [-AllowOwnerDeleteMessages <Boolean>] [-AllowTeamMentions <Boolean>]
26-
[-AllowChannelMentions <Boolean>] [<CommonParameters>]
26+
[-AllowChannelMentions <Boolean>] [-ShowInTeamsSearchAndSuggestions <Boolean>] [<CommonParameters>]
2727
```
2828

2929
## DESCRIPTION
@@ -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)