pnp / PnP-PowerShell

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

[BUG] Add-PnPMicrosoft365GroupOwner is not recognized as the name of a cmdlet #2793

Closed zapftho closed 4 years ago

zapftho commented 4 years ago

Reporting an Issue or Missing Feature

The July 2020 release notes (https://github.com/pnp/PnP-PowerShell/releases) are mentioning that the cmdlet "Add-PnPMicrosoft365GroupOwner" is now available in PnP Powershell version 3.23.2007.0. However, it is not documented and also not recognized after importing the module. Other new cmdlets such as Add-PnPMicrosoft365GroupMember are available.

Expected behavior

The cmdlet should be recognized as mentioned in Release notes.

Actual behavior

Cmdlet is not recognized:

image

Steps to reproduce behavior

Install PnP PowerShell for SharePoint Online from Powershell Gallery (Version 3.23.2007.0) Connect-PnPOnline Add-PnPMicrosoft365GroupOwner

Which version of the PnP-PowerShell Cmdlets are you using?

What is the version of the Cmdlet module you are running?

3.23.2007.0

How did you install the PnP-PowerShell Cmdlets?

erwinvanhunen commented 4 years ago

Correct. For some (unknown) reason the cmdlet was not included in the compilation. An updated release will include it.