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

I try to groupify a SharePoint site by an Azure function under an managed identity. I can do many actions by a managed identity like create a new site, provision...

bug
azure-automation
managed-identity

Hi Team, Im looking at writing a sample for creating the equivalent app for PnP Management Shell, and noticed that the existing cmdlet doesn't cover all the permissions scope of...

enhancement

**Is your feature request related to a problem? Please describe.** Microsoft Graph API now offers even more granular API permissions: - Lists.SelectedOperations.Selected: manages application access at the list level, providing...

enhancement

### Reporting an Issue ### Expected behavior After setting up a managed identity, linked to an Azure Runbook using **"Sites.Selected"** instead of "Sites.FullControl.All", the Runbook should be able to connect...

bug
azure-automation
managed-identity

### Reporting an Issue or Missing Feature I'm trying to add a new TERM to TermStore, from within an Azure Function, with PNP PowerShell. I can connect to the ADMIN...

bug
azure-automation
managed-identity

### Reporting an Issue or Missing Feature When using Get-PnPPage to fetch a SharePoint page, it often fails. It doesn't fail every time, but it seems to fail more often...

bug

### Reporting an Issue or Missing Feature The command Get-PnPSharingForNonOwnersOfSite to get the default sharing setting details is giving incorrect output. As per the article https://pnp.github.io/powershell/cmdlets/Get-PnPSharingForNonOwnersOfSite.html the command should return...

bug

### Reporting an Issue or Missing Feature Issue similar to #3569 but for M365 Groups Related function / line: https://github.com/pnp/powershell/blob/1f35dbce9409863ef3fac321f3216a7c8543e9d1/src/Commands/Utilities/Microsoft365GroupsUtility.cs#L147 ### Expected behavior When a Group has an Apostrophe (')...

bug

**Is your feature request related to a problem? Please describe.** I would like to have `-PageSize` as an option for the following cmdlets: `Get-PnPFileInFolder`, `Get-PnPFolderItem`, and `Get-PnPFolderInFolder`. Right now, `PageSize`...

enhancement

## Type ## - [X] Bug Fix - [ ] New Feature - [ ] Sample ## Related Issues? ## N/A ## What is in this Pull Request ? ##...