Skip to content

Commit 603ba0b

Browse files
authored
Update New-Team.md to standardize format
Fields are specified in camel case in other pages. Fix inconsistencies in all-lower-case and tick-usage here.
1 parent 58534f0 commit 603ba0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Accept wildcard characters: False
8787
```
8888
8989
### -Alias
90-
The Alias parameter specifies the alias for the associated Office 365 Group. This value will be used for the mail enabled object and will be used as `primarysmtpaddress` for this Office 365 Group. The value of the Alias parameter has to be unique across your tenant.
90+
The Alias parameter specifies the alias for the associated Office 365 Group. This value will be used for the mail enabled object and will be used as PrimarySmtpAddress for this Office 365 Group. The value of the Alias parameter has to be unique across your tenant.
9191
9292
For more details about the naming conventions see here: [New-UnifiedGroup, Parameter: -Alias](https://docs.microsoft.com/en-us/powershell/module/exchange/users-and-groups/new-unifiedgroup?view=exchange-ps#optional-parameters).
9393
@@ -151,7 +151,7 @@ Accept wildcard characters: False
151151
```
152152
153153
### -Group
154-
Use this parameter to specify the groupid of a group you would like to convert to a team.
154+
Use this parameter to specify the GroupId of a group you would like to convert to a team.
155155
If you use this parameter, do not specify other parameters.
156156
157157
```yaml

0 commit comments

Comments
 (0)