Wednesday, December 5, 2012

How to edit a content deployment path by using Windows PowerShell in SharePoint 2010

To edit a content deployment path by using Windows PowerShell
  • Verify that you meet the following minimum requirements:
  • On the Start menu, click Administrative Tools.
  • Click SharePoint 2010 Management Shell.
  • From the Windows PowerShell command prompt (that is, PS C:\>), type the following command and press ENTER:
    • Set-SPContentDeploymentPath –Identity <GUID, name or a valid SPContentDeploymentPath object of the path to be changed>
Ref: http://technet.microsoft.com/en-us/library/cc262075%28v=office.14%29.aspx#Section4

No comments: