We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0612c1 commit c246b39Copy full SHA for c246b39
teams/teams-ps/teams/Add-TeamUser2.md
@@ -1,19 +1,25 @@
1
---
2
-external help file: Microsoft.Open.Teams.CommonLibrary.dll-Help.xml
+external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
3
Module Name: MicrosoftTeams
4
applicable: Microsoft Teams
5
-title: Connect-MicrosoftTeams
+title: Add-TeamUser
6
online version:
7
schema: 2.0.0
8
9
10
-# Connect-MicrosoftTeams
+# Add-TeamUser
11
12
## SYNOPSIS
13
Note: This cmdlet is currently in Beta.
14
15
+Adds an owner or member to the team.
16
+
17
## SYNTAX
18
19
+```
20
+Add-TeamUser -GroupId <String> -User <String> [-Role <String>]
21
22
23
### UserCredential (Default)
24
```
25
Connect-MicrosoftTeams [-TenantId <String>] [-Credential <PSCredential>] [-AccountId <String>]
0 commit comments