Works on SharePoint 2007, 2010, and 2013.
Showing posts with label 2007. Show all posts
Showing posts with label 2007. Show all posts
Monday, 8 June 2015
Create a SharePoint site map in Visio using Powershell
A great little script that crawls your farm and produces a nice visual site map.
Works on SharePoint 2007, 2010, and 2013.
Works on SharePoint 2007, 2010, and 2013.
Labels:
2007,
2010,
2013,
PowerShell,
sharepoint,
site map,
visio
Wednesday, 11 February 2015
The following PowerShell Snippet exports all SharePoint Farm Solution Packages (.wsp) from the farm solution store.
Tuesday, 6 January 2015
SharePoint 2007 solutions and dealing with stuck deployments
STSADM provides the commands to manually deploy 2007 solutions.
If at this stage the solution is stuck on 'Deploying", try this.
STSADM will spit back a list of jobs. Look for the one that is related to your attempted deployment (its often the last in the list). Grab the guid and run delete the solution with Redeploy
If at this stage the solution is stuck on 'Deploying", try this.
STSADM will spit back a list of jobs. Look for the one that is related to your attempted deployment (its often the last in the list). Grab the guid and run delete the solution with Redeploy
Thursday, 11 September 2014
Import a SharePoint 2007 list to 2010
SharePoint 2007 and 2010 both support .stp templates. So the east way to migrate a list should be to create a template in 2007, upload to 2010, and create the list from it. Except that wont work, SharePoint 2010 complains that the it doesn't support version 3 templates. Fortunately there is a fairly easy way to fix this.
Labels:
2007,
2010,
exportlist,
importlist,
manifest.xml,
migrate,
sharepoint
Subscribe to:
Posts (Atom)