Forum Discussion
SharePoint Responsive
"C:\Program Files\WindowsPowerShell\Modules" and ensure you have the "SharePointPnPPowerShellOnline" folder and check the version folder inside?
If you're in Windows 10, I'd try to remove the "SharePointPnPPowerShellOnline" folder and re-install the module again:
Install-Module SharePointPnPPowerShellOnline
- DeletedApr 19, 2017
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.
- Luis MañezApr 19, 2017MVPyeah, sorry, there's another module for SP20113 On Premises:
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.