PnP-PowerShell icon indicating copy to clipboard operation
PnP-PowerShell copied to clipboard

Request Additional Examples for Invoke-PnPQuery

Open robertcaretta opened this issue 4 years ago • 1 comments

Is your feature request related to a problem? Please describe. The problem is lack of understanding of what is possible. Could you please provide examples of other command combinations that can be used with Invoke-PnPQuery?

As an example, this is a really useful command for changing the list URL. #Get list & change URL $List = Get-PnPList -Identity $ListName -Includes RootFolder; $List.Rootfolder.MoveTo($NewListURL); Invoke-PnPQuery;

Describe the solution/cmdlet you'd like Just looking for additional examples of what else is possible.

Describe alternatives you've considered None

Additional context Attempting request for documentation here first. https://github.com/MicrosoftDocs/office-docs-powershell/issues/6433

robertcaretta avatar Sep 08 '20 21:09 robertcaretta

I thought I'd bump this a little as Like Robert, I'd like to get a look a few more examples to see what can be done with this cmdlet. Any assistance from the community or the PnP team would be gratefully received.

AlanPS1 avatar Nov 12 '20 08:11 AlanPS1