Wanted to record a quick demo for how to switch from the current established “SharepointPnPPowerShellOnline” module into new “PNP.PowerShell” module based on .Net Core. Shout out to @ToddKlindt for the great blog post. Cmdlets and references below. Cheers

Video
Source Code
Uninstall-Module SharePointPnPPowerShellOnline –AllVersions Install-Module PnP.PowerShell –AllowPrerelease Register-PnPManagementShellAccess
References
