Skip to content

Commit 99c9900

Browse files
authored
Merge pull request MicrosoftDocs#3562 from MicrosoftDocs/islubin-patch-5
Update New-Team.md
2 parents 1040d54 + e213dac commit 99c9900

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

teams/teams-ps/teams/New-Team.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ New-Team -DisplayName <String> [-Description <String>] [-MailNickName <String>]
2828
[-AllowCreateUpdateChannels <Boolean>] [-AllowDeleteChannels <Boolean>] [-AllowAddRemoveApps <Boolean>]
2929
[-AllowCreateUpdateRemoveTabs <Boolean>] [-AllowCreateUpdateRemoveConnectors <Boolean>]
3030
[-AllowUserEditMessages <Boolean>] [-AllowUserDeleteMessages <Boolean>] [-AllowOwnerDeleteMessages <Boolean>]
31-
[-AllowTeamMentions <Boolean>] [-AllowChannelMentions <Boolean>] [<CommonParameters>]
31+
[-AllowTeamMentions <Boolean>] [-AllowChannelMentions <Boolean>][-ShowInTeamsSearchAndSuggestions <Boolean>] [<CommonParameters>]
3232
```
3333

3434
### MigrateGroup
@@ -39,7 +39,7 @@ New-Team -GroupId <String> [-Owner <String>] [-AllowGiphy <Boolean>] [-GiphyCont
3939
[-AllowAddRemoveApps <Boolean>] [-AllowCreateUpdateRemoveTabs <Boolean>]
4040
[-AllowCreateUpdateRemoveConnectors <Boolean>] [-AllowUserEditMessages <Boolean>]
4141
[-AllowUserDeleteMessages <Boolean>] [-AllowOwnerDeleteMessages <Boolean>] [-AllowTeamMentions <Boolean>]
42-
[-AllowChannelMentions <Boolean>] [<CommonParameters>]
42+
[-AllowChannelMentions <Boolean>][-ShowInTeamsSearchAndSuggestions <Boolean>] [<CommonParameters>]
4343
```
4444

4545
## DESCRIPTION
@@ -444,6 +444,22 @@ Accept pipeline input: True (ByPropertyName)
444444
Accept wildcard characters: False
445445
```
446446
447+
### -ShowInTeamsSearchAndSuggestions
448+
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.
449+
450+
```yaml
451+
Type: Boolean
452+
Parameter Sets: (All)
453+
Aliases:
454+
455+
Required: False
456+
Position: Named
457+
Default value: None
458+
Accept pipeline input: False
459+
Accept wildcard characters: False
460+
```
461+
462+
447463
### CommonParameters
448464
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
449465
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).

0 commit comments

Comments
 (0)