Skip to content

Commit c1d6cdc

Browse files
authored
Merge pull request #1 from bchopraMSFT/bchopraMSFT-patch-1
Updating Remove-TeamUser.md
2 parents 8d04f52 + 868957a commit c1d6cdc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

teams/teams-ps/teams/Remove-TeamUser.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ Accept wildcard characters: False
6868
```
6969
7070
### -Role
71-
Specify the role of the user you are removing from the team.
71+
Specify the role of the user you are removing from the team. Accepts "Owner" and "Member" as possible values.
72+
If cmdlet is called with -Role parameter as "Member" then the specified user is removed from the Team completely even if they were the owner of the Team. If "Owner" is specified in the -Role parameter then the specified user is removed as an owner of the team but stays as a team member.
73+
Note: The last owner cannot be removed from the team.
7274
7375
```yaml
7476
Type: String

0 commit comments

Comments
 (0)