How to copy/move SharePoint items

When you want to move things around in SharePoint sometimes it isn’t as obvious as it should be. SharePoint is full of lists. A list does this, a list does that, and we see each of those list differently. For our example we will use a Task list. The task list is just that a list with column names that make sense for tasks. Some of these columns are:

  • Title
  • Predecessors
  • Priority
  • Start Date
  • Due Date

Continue reading

Adding, Deploying, Removing, and Most All Things Involving Solutions and SharePoint 2010

Part of being an administrator in SharePoint is you have to able to navigate solutions packages. While I won’t get into all the details of what a solutions package is and does for SharePoint, suffice to say that they will add functionality to your SharePoint site.

In our example I’ll use the Codplex MiniCalendar Web Part.

When you download this solution package you will see that it will come as a <FILE>.wsp format. So the question becomes: how do I go from this WSP file to a deployed and usable solution? Continue reading