powershell icon indicating copy to clipboard operation
powershell copied to clipboard

PnP PowerShell

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

### Reporting an Issue or Missing Feature Getting 401 Unauthorized when using a client id / certificate that has assigned "Directory Readers" using Az Role assignment instead of granted API...

bug

Many Remove commandlets of pnp powershell have a `-Force` parameter to skip the confirmation prompt. Some however have a -Confirm option that works the other way around, using `-Confirm:$false` you...

enhancement

``` $pnpBatch = New-PnPBatch -Connection $conn; ForEach($item in $listItems){ $values = @{"internalField"="UNKNOWN"} Set-PnPListItem -List $list -Identity $item.Id -Values $values -Connection $conn -UpdateType SystemUpdate -Batch $pnpBatch } Invoke-PnPBatch -Batch $pnpBatch -Connection...

bug
batch issue

**Is your feature request related to a problem? Please describe.** I need to set different permissions to the same item and it takes quite long :-( **Describe the solution you'd...

enhancement

If possible it would be very helpful to assign Sensitivity Labels on files with PowerShell. **Describe the solution you'd like** Ideally it would be a simple cmdlet like Add-PnPFileSensitivityLabel that...

enhancement

**Is your feature request related to a problem? Please describe.** When creating a new site, I sometimes need to be able to apply 2 separate Site Designs where the second...

enhancement

### Expected behavior `Get-PnPUser -WithRightsAssigned` should return the list of users with rights assigned. ### Actual behavior `Get-PnPUser -WithRightsAssigned` times out. ![image](https://github.com/pnp/powershell/assets/6336180/f1b45f0e-e0a9-4034-b2d9-0ebaf7c8a7f1) ### Steps to reproduce behavior 1. Connect to...

bug

### Reporting an Issue or Missing Feature Very similar to some earlier bugs related to the Image web part, I'm unable to add images to the Image Gallery web part....

bug

### Reporting an Issue or Missing Feature ![image](https://github.com/pnp/powershell/assets/143821735/44bfb905-abca-466a-8942-754b12f80dda) ### Expected behavior Every Time i use the Option -Identity with Restore-PnPRecycleBinItem. No difference is it one Item or Multi Items. ###...

bug

When using the -batch parameter with Set-PnPListItem, it fails with the following error: "Cannot find item with Identity PnP.PowerShell.Commands.Base.PipeBinds.ListItemPipeBind" For example, this works (no batching): _$targetFolder = "Path/To/Folder" ForEach ($folder...

bug
batch issue