Utility/Scripts/Import-SharePointPNPModule.ps1
if(!(Get-Module "SharePointPnPPowerShellOnline" -ListAvailable)) { Install-Module "SharePointPnPPowerShellOnline" -ErrorAction SilentlyContinue } Import-Module "SharePointPnPPowerShellOnline" -ErrorAction SilentlyContinue |