powershell
powershell copied to clipboard
PnP PowerShell
## 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...
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...
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...
**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...
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 ###...
## Type ## - [X] Bug Fix - [ ] New Feature - [ ] Sample ## What is in this Pull Request ? ## When using Pnp.Powershell command "Add-PnPListFoldersToSiteTemplate",...