Forum Discussion
KJS
Mar 03, 2017Brass Contributor
PnP Enable ResponsiveUI error
I am trying to enable responsiveUI using the pnp powershell and power tools. Steps done 1) Powershell version : 5.1 2) Installed Pnp Powershell exe 3) downloaded the Pnp Tool master.zip ...
paulpascha
Mar 07, 2017Bronze Contributor
Are you trying to execute your script from the correct location? By calling ".\Enable-SPResponsiveUI.ps1" the file (Enable-SPResponsiveUI.ps1) needs to exist at the same location from where you are executing.
Please make sure you're executing your script from the folder where the script file is located or that you're pointing to the correct path where the file is located.
Below image is showing exactly the same error when trying to execute a file that doesn's exist at the current location (c:\windows\system32)
Browsing to the correct location and then executing the script works just fine:
Mar 07, 2017
Is it maybe Enable-SPOResponsiveUI that you are looking for?