You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: teams/teams-ps/teams/Add-TeamUser.md
+12-13Lines changed: 12 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -11,20 +11,20 @@ ms.reviewer:
11
11
# Add-TeamUser
12
12
13
13
## SYNOPSIS
14
-
Adds an owner or member to the team, and to the unified group which backs the team.
15
-
16
-
Note: the command will return immediately, but the Teams application will not reflect the update immediately.
17
-
The Teams application may need to be open for up to an hour before changes are reflected.
18
-
19
-
To turn an existing Member into an Owner, first Add-TeamUser -Role Owner -User to add them to the owners list, then Remove-TeamUser -User foo to remove them from the members list.
14
+
The `Add-TeamUser` adds an owner or member to the team, and to the unified group which backs the team.
This cmdlet adds an owner or member to the team, and to the unified group which backs the team.
23
+
24
+
> [!Note]
25
+
> The command will return immediately, but the Teams application will not reflect the update immediately. The Teams application may need to be open for up to an hour before changes are reflected.
26
+
27
+
It doesn't work in the same way that the Teams application. If you add an owner in the application the user is also added as member to the unified group. Using this cmdlet, it will add the user only as an owner to the unified group, not as a member. Then you can run the cmdlet again to add the user as member.
0 commit comments