I have been doing a small update my Copy-SPItems script that I wrote about here. The last version required that (at least if don’t want a lot of error messages) that the target list had the same columns. The script is now updated so that I check wheather or not the SharePoint list field exisit or not.

This is done by using an “where” statement like this.

if($OpenTargetList.Fields | Where { $_.InternalName –eq $OpenSourceListField.InternalName}) {

}

To dowload the script click [Download not found] or you will find it on my downloads section



  1. It‘s quiet in here! Why not leave a response?