powershell
powershell copied to clipboard
PnP PowerShell
## Type ## - [ ] New Feature ## What is in this Pull Request ? ## Files related to new cmdlet to unlock a list item -src\Commands\Lists\UnlockListItemRecord.cs - documentation\Unlock-PnPListItemRecord.md
## Type ## - [ ] Bug Fix - [X] New Feature - [ ] Sample ## Related Issues? ## N/A ## What is in this Pull Request ? ##...
Suddenly the Get-PnPTermGroup cmdlet returns all tenant term groups where it used to only returns the terms groups of the connected site collection. I'm still working on PowerShell 5.1 and...
### Reporting an Issue While setting new text value to the Text Out of the box webpart(using Set-PnPPageTextPart cmdlet) and also while updating the webpart properties back to other oob/custom...
### Reporting an Issue or Missing Feature Add-PnPAzureADServicePrincipalAppRole -Principal "id" -AppRole "Group.Read.All" -BuiltInType MicrosoftGraph Get-PnPAzureADServicePrincipal: Service principal not found ### Expected behavior it adds the app role ### Actual behavior...
### Notice Many bugs reported are actually related to the PnP Framework which is used behind the scenes. Consider carefully where to report an issue: 1. **Are you using ```Invoke-PnPSiteTemplate```...
**Is your feature request related to a problem? Please describe.** I have scripts that use the following variables $AdminConn = Connect-PnPOnline -Url $adminurl -Interactive -ReturnConnection $SiteConn = Connect-PnPOnline -Connection $AdminConn...
**Is your feature request related to a problem? Please describe.** Currently it looks like it is not possible to change (e.g.) the default list content type view. In the GUI,...
With the recent changes to the app registration for the module, it would be great to have a consistent bit of info on each cmdlet showing which permissions are required...
### Reporting an Issue or Missing Feature Issue: `Set-PnPPage` cmdlet error when trying to translate a page with a full width section. ### Expected behavior I expect the `Set-PnPPage` cmdlet...