-
Notifications
You must be signed in to change notification settings - Fork 356
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
Comments
Reverting to version 2.4.0 allows connect.... oh wait I had my VM pause. Will validate with latest version shortly 🤦♂️ |
Confirmed, not working in 2.12.0 |
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" ? |
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
Note:
powershell/src/Commands/Base/PnPConnection.cs
Line 455 in 572d697
Please assign to me :-) I have a test rig back operational to investigate transform issues.
The text was updated successfully, but these errors were encountered: