pnp / PnP-PowerShell

SharePoint PnP PowerShell CmdLets
https://pnp.github.io/powershell
Other
989 stars 662 forks source link

Added cmdlets for adding/removing/clearing members and owners of M365 Groups #2750

Closed KoenZomers closed 4 years ago

KoenZomers commented 4 years ago

Type

Related Issues?

Requested through https://github.com/pnp/PnP-PowerShell/issues/2743

What is in this Pull Request ?

Added the following cmdlets to add/remove/clear owners and members of Microsoft 365 Groups: Add-PnPMicrosoft365GroupMember, Add-PnPMicrosoft365GroupOwner, Remove-PnPMicrosoft365GroupMember, Remove-PnPMicrosoft365GroupOwner, Clear-PnPMicrosoft365GroupMember, Clear-PnPMicrosoft365GroupOwner

This PR depends on https://github.com/pnp/PnP-Sites-Core/pull/2683 to be merged first.

KoenZomers commented 4 years ago

Core PR has been merged