Skip to content
New issue

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

Connect-PnPOnline - On Prem Tranformation #4609

Closed
pkbullock opened this issue Dec 3, 2024 · 4 comments · Fixed by #4622
Closed

Connect-PnPOnline - On Prem Tranformation #4609

pkbullock opened this issue Dec 3, 2024 · 4 comments · Fixed by #4622
Assignees
Labels
bug Something isn't working

Comments

@pkbullock
Copy link
Contributor

When connecting to SharePoint 2013 with latest PnP version (2.12.0)

I am getting
"Connect-PnPOnline: Specified method is not supported."

Example:
$sp13Conn = Connect-PnPOnline -Url http://portal2013/en -Credentials OnPrem -ReturnConnection -TransformationOnPrem

image

Note:

internal static PnPConnection CreateWithCredentials(Cmdlet cmdlet, Uri url, PSCredential credentials, bool currentCredentials, string tenantAdminUrl, bool persistLogin, System.Management.Automation.Host.PSHost host, AzureEnvironment azureEnvironment = AzureEnvironment.Production, string clientId = null, string redirectUrl = null, bool onPrem = false, InitializationType initializationType = InitializationType.Credentials)

Please assign to me :-) I have a test rig back operational to investigate transform issues.

@pkbullock pkbullock added the bug Something isn't working label Dec 3, 2024
@pkbullock
Copy link
Contributor Author

Reverting to version 2.4.0 allows connect.... oh wait I had my VM pause. Will validate with latest version shortly 🤦‍♂️

@pkbullock
Copy link
Contributor Author

Confirmed, not working in 2.12.0

@pkbullock
Copy link
Contributor Author

image
Just for notes

@jackpoz
Copy link
Contributor

jackpoz commented Dec 11, 2024

Question for the maintainers: I'm confused when seeing reports about SP OnPrem whether PnP PowerShell still supports them or not, as the readme on the homepage states "This version of the cmdlets is cross-platform (i.e it works on Windows, MacOS and Linux) but it will only support SharePoint Online." .

Is the idea to support only certain scenarios, like page transformation, or should every issue related to OnPrem be closed as "not supported" ?

pkbullock added a commit to pkbullock/powershell that referenced this issue Dec 14, 2024
Want to work around a build failure issue, since the change was only one line, want to do a repeat change and see if the build action works. 

Ref pnp#4622 pnp#4609
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants