Skip to content

Commit 5712ffc

Browse files
authored
Merge pull request MicrosoftDocs#1808 from andikrueger/patch-2
Update New-Team: -Alias Parameter details
2 parents aa5b173 + 5da3e87 commit 5712ffc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@ Accept wildcard characters: False
8787
```
8888
8989
### -Alias
90-
Same as displayName without any spaces.
91-
Team Alias Characters Limit - 64
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.
91+
92+
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).
9293

9394
```yaml
9495
Type: String

0 commit comments

Comments
 (0)