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
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.