We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Many bugs reported are actually related to the PnP Framework which is used behind the scenes. Consider carefully where to report an issue:
Running this command and parameter: Set-pnptenant -SiteOwnerManageLegacyServicePrincipalEnabled $true
Set-pnptenant -SiteOwnerManageLegacyServicePrincipalEnabled $true
Please confirm what it is that your reporting - Parameter is missing SiteOwnerManageLegacyServicePrincipalEnabled
Please describe what you see instead. Please provide samples of output or screenshots.
ERRROR: Set-PnPTenant: A parameter cannot be found that matches parameter name 'SiteOwnerManageLegacyServicePrincipalEna bled'.
Please include complete script or code samples in-line or linked from gists
connect-pnponline -Url https://tenant-admin.sharepoint.com/ -interactive (SharePoint Admin role) Set-PnPTenant -SiteOwnerManageLegacyServicePrincipalEnabled $true
(you can retrieve this by executing Get-Module -Name "PnP.PowerShell" -ListAvailable)
Get-Module -Name "PnP.PowerShell" -ListAvailable
ModuleType Version PreRelease Name PSEdition ExportedCommands
Manifest 2.2.0 PnP.PowerShell Desk {Add-PnPAdaptiveScopeProperty, … Manifest 1.12.0 PnP.PowerShell Core,Desk {Add-PnPAdaptiveScopeProperty, … Manifest 1.4.0 PnP.PowerShell Core,Desk {Add-PnPClientSidePage, Add-PnP…
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
I see this maybe was deployed in August. #3318
That's correct, so you need to use a nightly build. Seems Microsoft has fixed the problem (as seen in #3359)
No branches or pull requests
Notice
Many bugs reported are actually related to the PnP Framework which is used behind the scenes. Consider carefully where to report an issue:
Running this command and parameter:
Set-pnptenant -SiteOwnerManageLegacyServicePrincipalEnabled $true
Reporting an Issue or Missing Feature
Please confirm what it is that your reporting - Parameter is missing SiteOwnerManageLegacyServicePrincipalEnabled
Actual behavior
Please describe what you see instead. Please provide samples of output or screenshots.
Set-pnptenant -SiteOwnerManageLegacyServicePrincipalEnabled $true
ERRROR:
Set-PnPTenant: A parameter cannot be found that matches parameter name 'SiteOwnerManageLegacyServicePrincipalEna
bled'.
Steps to reproduce behavior
Please include complete script or code samples in-line or linked from gists
connect-pnponline -Url https://tenant-admin.sharepoint.com/ -interactive (SharePoint Admin role)
Set-PnPTenant -SiteOwnerManageLegacyServicePrincipalEnabled $true
What is the version of the Cmdlet module you are running?
(you can retrieve this by executing
Get-Module -Name "PnP.PowerShell" -ListAvailable
)ModuleType Version PreRelease Name PSEdition ExportedCommands
Manifest 2.2.0 PnP.PowerShell Desk {Add-PnPAdaptiveScopeProperty, …
Manifest 1.12.0 PnP.PowerShell Core,Desk {Add-PnPAdaptiveScopeProperty, …
Manifest 1.4.0 PnP.PowerShell Core,Desk {Add-PnPClientSidePage, Add-PnP…
Which operating system/environment are you running PnP PowerShell on?
The text was updated successfully, but these errors were encountered: