Currently I'm using this git hub article.
I'm using this for SharePoint online. So I have installed SharePointPnPPowerShellOnline.msi from this.
After that I have try to run script Enable-SPResponsiveUI.ps1. But It will show
error:
The term 'Connect-PnPOnline' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
$PSVersionTable– Sergei Sergeev Jan 04 '17 at 07:42PSVersion 3.0 WSManStackVersion 3.0 SerializationVersion 1.1.0.1 CLRVersion 4.0.30319.17929 BuildVersion 6.2.9200.16384 PSCompatibleVersions {1.0, 2.0, 3.0} PSRemotingProtocolVersion 2.2
– Akshay Dattatray Nangare Jan 04 '17 at 08:28Value cannot be nullthat's another story...something wrong with pnp provisioning.. Ideally stacktrace might help a log – Sergei Sergeev Jan 04 '17 at 08:52