Wednesday, December 5, 2012

How to manually start a content deployment job by using Windows PowerShell in SharePoint 2010

To manually start a content deployment job by using Windows PowerShell
  • 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:
    • Start-SPContentDeploymentJob –Identity <GUID, name or a valid SPContentDeploymentJob object of the job to be started>


    No comments:

    Post a Comment