powershell
powershell copied to clipboard
PnP PowerShell
### 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 ###...
### 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**...
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...
### 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...
### 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...
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...
### 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...
### 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...
**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...
### 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...