powershell icon indicating copy to clipboard operation
powershell copied to clipboard

PnP PowerShell

Results 345 powershell issues
Sort by recently updated
recently updated
newest added

### Reporting an Issue or Missing Feature Bug ### Expected behavior Use Get-PnPListItem with parameter FolderServerRelativeUrl and PageSize get items in folder where library contains more that 5000 items ###...

question

### Reporting an Issue or Missing Feature **Set-PnPListItem** updates the **Modified Date** when using the **Batch** parameter. Note: The function works correctly (retains the Modified Date) when omitting the **Batch**...

bug
reproduced
batch issue

A model deletion via powershell scrfipt is not available , right now I have to delete the model usage and models from UI manually , it gets tedious when you...

enhancement

### Reporting an Issue Convert-PnPFolderToSiteTemplate renames source folders having a space in their name, which break the xml template included in the pnp file (see https://github.com/pnp/powershell/blob/8df54e351875d70881b193578a58bb64c7d9910d/src/Commands/Provisioning/Site/ConvertFolderToSiteTemplate.cs#L108) ### Expected behavior Executing...

bug

### Reporting an Issue The issue is on below command Get-PnPSiteTemplate -Out $exportTemplatePath -IncludeAllClientSidePages -PersistBrandingFiles failing with error _Get-PnPSiteTemplate : Server relative urls must start with SPWeb.ServerRelativeUrl_ ### Expected behavior...

bug

We need to update large libraries with up to 1m documents per library. Using Set-PnPListItem in a loop with batching, trying to submit 1000 document per batch: foreach ($item in...

batch issue

### Reporting an Issue or Missing Feature Most cmdlets do not output any verbose, debugging or information streams ### Expected behavior Ability to output these types of streams which is...

enhancement

### Notice Many bugs reported are actually related to the PnP Framework which is used behind the scenes. Consider carefully where to report an issue: ### Reporting an Issue I'm...

bug

**Is your feature request related to a problem? Please describe.** Koen recently added verbose information to Export-PnPFlow. I was hoping this could be expanded for error trapping purposes. https://github.com/pnp/powershell/issues/865#event-5404518820 **Describe...

enhancement

### Reporting an Issue or Missing Feature Copy-PnPFile does not work if -SourceUrl is /sites/something/Shared Documents/ and -TargetUrl is /personal/someone_domain_com/Documents it works properly if both are /sites/... or both are...

enhancement