How form customizer app register with the SharePoint site content type? #3282
Unanswered
SudhirMuvva
asked this question in
Q&A
Replies: 1 comment 3 replies
-
You are using the legacy powershell module that is no longer maintained This repo is for pnp.Powershell Either upgrade to the new module by removing the old module and installing pnp.powershell or use the -useweblogin for MFA login |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How form customizer app register with the SharePoint site content type?
I have site collection admin permission as well as Global admin. But not have access on Tenant level.
I have an Issue with PowerShell while running below line of code.
Script:
$siteURL="https://mycompany.sharepoint.com/sites/DevSite"
Connect-PnPOnline -Url $siteURL -Interactive
Error :
Connect-PnPOnline : A parameter cannot be found that matches parameter name 'Interactive'.
I am using below powershell and sp pnp module version
PSVersion : 5.1.19041.3031
SharePointPnPPowerShellOnline : 3.29.2101.0
Let me know what the issue is and why this line gives error.
Beta Was this translation helpful? Give feedback.
All reactions