powershell
powershell copied to clipboard
PnP PowerShell
### Expected behavior User profile information is return for connection established with service account (actually much more that this, this is just the easiest to reproduce. It happens with setting...
The following does not work for Set-PnPTenant with the latest version installed. Set-PnPTenant -AnyoneLinkTrackUsers $True ### Expected behavior Expect the parameter AnyoneLinkTrackUsers to be True ### Actual behavior AnyoneLinkTrackUsers is...
### Reporting an Issue or Missing Feature When I run `SetSiteVersionPolicy` with App Permissions, I get an error: "Cannot call this API with an app-only principal." The actual call is...
### Reporting an Issue or Missing Feature I have an app registration with Sites.Selected permission for Graph and SharePoint Online On a specific SharePoint site, I have assigned full control...
[BUG]
### Reporting an Issue or Missing Feature Issue ### Expected behavior Event Receivers are not only added, but are also firing ### Actual behavior When adding Remote Event Receivers via...
### Reporting an Issue or Missing Feature Cannot use SharePoint Delegated Sites.Selected permission ### Expected behavior When executing the following: `connect-pnpOnline -Url "https://[tenant].sharepoint.com/sites/site1" -Interactive -ClientId "[app clientid]" Get-PnPSite` I get...
### Reporting an Issue or Missing Feature When using Import-PnPFlow as shown below, and error occurs ```powershell Import-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity "redacted") -PackagePath "redacted\power\redacted.zip" -Name NewFlowName -Verbose Import-PnPFlow: Import failed:...
Hello team I am actually working on my [easyGovernance project](https://github.com/tmaestrini/easyGovernance). In this context I'm often facing the fact that common M365 tenant settings cannot be retrieved via PnP.Powershell. As I...
## SharePoint Rules Implementation - COMPLETE ✅ This PR implements cmdlets for SharePoint Rules, which is the replacement for SharePoint Alerts that are being retired in 2025. ### Implementation Checklist...
Add cmdlets to support the new item level application permissions for graph-based app reg access. Lists.SelectedOperations.Selected ListItems.SelectedOperations.Selected Files.SelectedOperations.Selected This would be similar to the existing **Verb-PnPAzureADAppSitePermission** cmdlets. **Describe the solution...