Kusi's Knowledge Base
OnPrem PnP
Install PnP Module
Install-Module SharePointPnPPowerShell2016
Update PnP Module
Update-Module SharePointPnPPowerShell*
Get PnP Module
Get-Module SharePointPnPPowerShell* -ListAvailable | Select-Object Name,Version | Sort-Object Version -Descending
Connect with current credentials
Connect-PnPOnline -Url https://[Url] -CurrentCredentials
Connect with web login credentials
Connect-PnPOnline -Url https://[Url] -UseWebLogin