pnp / PnP-PowerShell

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

Added PnP Prefix #2800

Closed veronicageek closed 4 years ago

veronicageek commented 4 years ago

Type

Related Issues?

Fixes examples in documentation

What is in this Pull Request ?

Added the prefix 'PnP' which was missing in the examples. Not sure if this needs to be changed on line 43: public class GetMicrosoft365Group : PnPGraphCmdlet ?

veronicageek commented 4 years ago

Also just noticed that the parameter -IncludeIfHasTeam doesn't exist in the last example. The correct one is -IncludeHasTeam

Let me know if you need another PR for it.

KoenZomers commented 4 years ago

Thanks for your contribution @veronicageek ! We're currently having a merge freeze due to some mayor updates happening to the code base. As soon as the merge freeze has been lifted, your PR will be merged.