Skip to content

Commit cb10eb5

Browse files
authored
Merge pull request MicrosoftDocs#2198 from islubin/master
Adding in update for new-team, which is going out
2 parents a591968 + ce6a675 commit cb10eb5

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

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

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Note: This cmdlet is currently in Beta and functionality may change.
1818
## SYNTAX
1919

2020
```
21-
New-Team [-Group <String>] [-DisplayName <String>] [-Description <String>] [-Alias <String>]
21+
New-Team [-Group <String>] [-DisplayName <String>] [-Description <String>] [-Alias <String>] [-Owner <String>]
2222
[-Classification <String>] [-AccessType <String>] [-AddCreatorAsMember <Boolean>] [-Template <String>] [<CommonParameters>]
2323
```
2424

@@ -71,8 +71,7 @@ Accept wildcard characters: False
7171
```
7272
7373
### -AddCreatorAsMember
74-
This setting lets you decide, if you will be added as a member of the group.
75-
Because you are automatically an owner of the group, you will always be added as a member to the team.
74+
This setting has been deprecated as of 0.9.6 release
7675
7776
```yaml
7877
Type: Boolean
@@ -186,6 +185,22 @@ Accept wildcard characters: False
186185
```
187186
188187
188+
### -Owner
189+
An admin who is allowed to create on behalf of another user should use this flag to specify the desired owner of the group. This user will be added as both a member and an owner of the group. If not specified, the user who creates the team will be added as both a member and an owner.
190+
191+
```yaml
192+
Type: String
193+
Parameter Sets: (All)
194+
Aliases:
195+
196+
Required: False
197+
Position: Named
198+
Default value: None
199+
Accept pipeline input: True (ByPropertyName)
200+
Accept wildcard characters: False
201+
```
202+
203+
189204
### CommonParameters
190205
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
191206
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).

0 commit comments

Comments
 (0)