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