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

## Type ## - [x] Bug Fix - [ ] New Feature - [ ] Sample ## Related Issues? ## Fixes #3935 ## What is in this Pull Request ?...

### Reporting an Issue or Missing Feature On a newly created tenant I was applying several policies through Microsoft365DSC and noticed that due to a bug there, which I still...

bug

https://github.com/pnp/powerShell/blob/dev/CONTRIBUTING.md ## Type ## - [ ] New Feature ## What is in this Pull Request ? ## Adds documentation for missing parameter MarkNewFilesSensitiveByDefault

Before creating a pull request, make sure that you have read the contribution file located at There are additional settings available from https://contoso-admin.sharepoint.com/_api/SPOInternalUseOnly.TenantAdminSettings. Adding those to Get-PnPTenant will make it...

### Reporting an Issue or Missing Feature Please confirm what it is that your reporting Get-PnPTenantSite command does not return any output if the number of sites is greater than...

bug

Using 2.4.0 - Fetching a valid Site Template through `Get-PnPSiteDesign` then trying to run it with `Invoke-PnPSiteDesign` does nothing. Syntax: ``` Invoke-PnPSiteDesign -WebUrl https://xxx.sharepoint.com/sites/something -Identity ``` It should return the...

bug
more info needed

**Is your feature request related to a problem? Please describe.** We are connecting to PnP using the access token, and it works for most of cases. However some PnP commands...

enhancement

Update to Foreach Loop Status Account for MFA Accounts Add site total processed. Before creating a pull request, make sure that you have read the contribution file located at https://github.com/pnp/powerShell/blob/dev/CONTRIBUTING.md...

### Reporting an Issue or Missing Feature Issue ### Expected behavior In the https://pnp.github.io/powershell/cmdlets/Get-PnPPlannerPlan.html the required Graph permissions are: Required Permissions Microsoft Graph API: Group.ReadWrite.All Microsoft Graph API: Group.Read.All ###...

documentation

## Type ## - [X] Bug Fix - [ ] New Feature - [ ] Sample ## What is in this Pull Request ? ## When using Pnp.Powershell command "Add-PnPListFoldersToSiteTemplate",...