February 2013
Intermediate to advanced
304 pages
8h 26m
English
Scenario/Problem: You need to delete a content deployment path configuration from the SharePoint farm.
Solution: Use the Remove-SPContentDeploymentPath cmdlet.
The Remove-SPContentDeploymentPath cmdlet enables you to remove a specific content deployment path configured on the current farm. Simply provide the name of the content deployment path, as shown in Listing 10.4.
Listing 10.4. Remove a Specific Content Deployment Path
Remove-SPContentDeploymentPath "Marketing Internet Content"
Note
You may not remove a path that has a content deployment job configured. Remove the deployment job first before removing the deployment path.
Read now
Unlock full access