Skip to content

Commit

Permalink
Merge pull request #10 from a1mery/patch-1
Browse files Browse the repository at this point in the history
Remove-PnPTeamsUser - Update example 2
  • Loading branch information
erwinvanhunen committed Oct 18, 2020
2 parents 0feb628 + e16ff3c commit f4ba91f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/Remove-PnPTeamsUser.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Removes the user specified from both owners and members of the team.

### EXAMPLE 2
```powershell
Get-PnPTeamsUser -Team MyTeam -User john@doe.com -Owner
Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner
```

Removes the user john@doe.com from the owners of the team, but retains the user as a member.
Expand Down Expand Up @@ -118,4 +118,4 @@ Accept wildcard characters: False
## RELATED LINKS
[Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp)
[Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp)

0 comments on commit f4ba91f

Please sign in to comment.