powershell
powershell copied to clipboard
PnP PowerShell
**Is your feature request related to a problem? Please describe.** I was surprised to see `Credentials` parameter fails to recognize credential entry https://tenant.sharepoint.com when connecting to https://tenant-admin.sharepont.com and vice versa....
**Is your feature request related to a problem? Please describe.** Must wrap connection with try catch to determine if the connection attempt is successful. **Describe the solution you'd like** It...
### Reporting an Issue or Missing Feature This is actually the same issue, that was/is present on the legacy module https://github.com/pnp/PnP-PowerShell/issues/2596 https://github.com/pnp/PnP-PowerShell/issues/2598 Running ```Get-PnPTenantSite -Detailed``` gives wrong values for site...
**Is your feature request related to a problem? Please describe.** Manually you can add Image web parts inside a single Text web part. I.e., some text, image1, some more text,...
Because it doesn't actually require tenant admin to read the user profiles. :) ### Examples ``` powershell # Get the user profile of a user in claims format (Tenant admin...
### Reporting an Issue or Missing Feature Running the Register-PnPManagementShellAccess ccmdlet with the -AzureEnvironment param set to USGovernmentHigh freezes the PowerShell console. ### Expected behavior Prompt me to grant consent...
**Is your feature request related to a problem? Please describe.** The problem is that Copy-PnpFile no longer has the functionality to copy a folder's contents into the root of another...
### Reporting an Issue or Missing Feature Issue ### Expected behavior Run Add-PnPHubSiteAssociation and site becomes associated with hub site ### Actual behavior "Add-PnPHubSiteAssociation: File Not Found." ### Steps to...
### Reporting an Issue or Missing Feature Get-PnPSitePolicy doesn't return the policies on recently created sites or if the policy has been created recently even when the Site policy is...
### 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```...