Copy Sharepoint list items to another list with Powershell and PnP
You can easily copy Sharepoint list items to another list with Powershell and PnP. First connect to the source Sharepoint site. You can use one of mine connector scripts for it here at Technet. Or connect to Sharepoint with: #Create credential object $cred = Get-Credential #Import … Read moreCopy Sharepoint list items to another list with Powershell and PnP