SharePoint 2010 Cross-Site Lookup using PowerShell

A common SharePoint request is to create a lookup field from a list in another site. This is possible so long as the sites are within the same site collection, but it does require some customization. Since I am dealing with a single-server farm, I was able to do this fairly quickly in PowerShell: # … Continue reading SharePoint 2010 Cross-Site Lookup using PowerShell