Noticed that the Comparison to SharePoint and Microsoft 365 PowerShell page is getting a bit outdated. Some issues I found are listed below. There are probably still many other commands missing. Feel free to comment on this issue and I'll add them to the list.
Remove
Can't seem to find these cmdlets in the PS docs.
Get-PnPUnifiedGroupOwners
Get-PnPUnifiedGroupMembers
Add
| PowerShell Cmdlet |
CLI for Microsoft 365 command |
| Add-PnPPlannerBucket |
planner bucket add |
| Add-PnPPlannerTask |
planner task add |
| Add-PnPTeamsChannelUser |
teams channel member add |
| Add-PnPView |
spo list view add |
| Get-PnPEventReceiver |
spo eventreceiver get |
| Get-PnPFlowRun |
flow run get, flow run list |
| Get-PnPPlannerBucket |
planner bucket get, planner bucket list |
| Get-PnPPlannerTask |
planner task get, planner task list |
| Get-PnPTeamsChannelMessageReply |
teams message reply list |
| Get-PnPTeamsChannelUser |
teams channel member list |
| New-PnPPlannerPlan |
planner plan add |
| Remove-PnPHomeSite |
spo homesite remove |
| Remove-PnPPlannerBucket |
planner bucket remove |
| Remove-PnPPlannerTask |
planner task remove |
| Remove-PnPTeamsChannelUser |
teams channel member remove |
| Set-PnPPlannerBucket |
planner bucket set |
| Set-PnPTeamsChannelUser |
teams channel member set |
| Set-PnPTheme |
spo theme apply |
| Stop-PnPFlowRun |
flow run cancel |
Update
Currently the 'source' column of PnP PowerShell contains the value SharePointPnPPowerShellOnline. This is the legacy version which is not maintained anymore. The new module is called PnP.PowerShell. Shouldn't we update the source column for all PnP PowerShell commands to PnP.PowerShell?
Noticed that the Comparison to SharePoint and Microsoft 365 PowerShell page is getting a bit outdated. Some issues I found are listed below. There are probably still many other commands missing. Feel free to comment on this issue and I'll add them to the list.
Remove
Can't seem to find these cmdlets in the PS docs.
Get-PnPUnifiedGroupOwnersGet-PnPUnifiedGroupMembersAdd
Update
Currently the 'source' column of PnP PowerShell contains the value
SharePointPnPPowerShellOnline. This is the legacy version which is not maintained anymore. The new module is calledPnP.PowerShell. Shouldn't we update the source column for all PnP PowerShell commands toPnP.PowerShell?