I have two identincal SharePoint 2007 lists.
Can I use powershell to do the following:
- Copy the first list into the second with all it's item version history.
- Remove all version history from the first list
- Clean out some 15 columns for every item on the first list
Also, what's the best way to make that powershell script executable to a user via a button on a webpage within SharePoint 2007?
Any help on what this script might look like is greatly appreciated!