Forum Discussion
SharePoint Responsive
Hi Luis,
Appreciate your response. I went through the path C:\Program Files\WindowsPowerShell\Modules and found 2 folders.
1. PackageManagement
2. PowerShellGet
And, the Install-Module SharePointPnPPowerShellOnline is for SharePoint O365 only right (Correct me if i'm wrong) ? I'm looking the solution for On-permise. Do you have any idea for On-Permise ?
I'm getting the error mentioned in the image.
Install-Module SharePointPnPPowerShell2013
However, as you don't have that folder, I'm not sure if that's gonna help.
How did you install PnP PowerShell?? using the installer? I saw your error in the past, as was always related with PS modules, not PnP, and I fixed re-installing PnP PS...
- DeletedApr 19, 2017
After, getting the error, I used the command Install-Module SharePointPnPPowerShell2013. Installed the supporting files using PS and, i get the same problem after installing this.
The command Connect-PnPOnline seems to be mentioning the O365. Do you know the alternate keyword for On-Permise ? May be like Connect-PnpOnPermise kind of. I have also installed the SharePointPnPPowerShell2013.msi file(FYI). And then executed the .\Enable-SPResponsiveUI.ps1 -TargetSiteurl. Still the same error occurs.- DeletedApr 20, 2017
Please take a look at this blog it may help you https://rencore.com/blog/using-the-officedev-pnp-powershell-cmdlets-for-both-on-prem-and-in-the-cloud/
i could not find a different way of connecting then you descripted
- DeletedApr 20, 2017Thanks much Paul... I will go through the link you provided.