February 2013
Intermediate to advanced
304 pages
8h 26m
English
Scenario/Problem: You need to obtain the identity of the State Service Application(s) running on your SharePoint farm.
Solution: Use the Get-SPStateServiceApplication cmdlet without any parameters to retrieve all available content deployment paths.
To obtain a State Service Application reference object, you need to find the identity of the path entry. Use the Get-SPStateServiceApplication by itself, as shown in Listing 18.6, to list all available State Service Applications.
Listing 18.6. Display All Available State Service Applications
Get-SPStateServiceApplication
Read now
Unlock full access