February 2013
Intermediate to advanced
304 pages
8h 26m
English
Scenario/Problem: You need to identify deployment paths for proper job creation.
Solution: Use the Get-SPContentDeploymentPath cmdlet without any parameters to retrieve all available content deployment paths.
To obtain a content deployment path reference object, you need to find the identity of the path entry. Use the Get-SPContentDeploymentPath by itself, as shown in Listing 10.2, to display all available content deployment paths.
Listing 10.2. Display All Available Content Deployment Paths
Get-SPContentDeploymentPath
Read now
Unlock full access