Skip to content

Commit 1537882

Browse files
authored
Merge branch 'master' into patch-2
2 parents 8fd591d + 24abc91 commit 1537882

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

teams/teams-ps/teams/Add-TeamUser.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ This cmdlet adds an owner or member to the team, and to the unified group which
2424
> [!Note]
2525
> 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 several hours before changes are reflected.
2626
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.
28-
2927
## EXAMPLES
3028

3129
### Example 1
@@ -68,7 +66,7 @@ Accept wildcard characters: False
6866
```
6967
7068
### -Role
71-
Member or Owner.
69+
Member or Owner. If Owner is specified then the user is also added as a member to the Team backed by unified group.
7270
7371
```yaml
7472
Type: String

0 commit comments

Comments
 (0)