February 2013
Intermediate to advanced
304 pages
8h 26m
English
Scenario/Problem: You need to obtain a sandboxed solution reference and therefore need a listing of available solutions.
Solution: Use the Get-SPUserSolution cmdlet with a specified site collection.
To obtain a sandboxed solution reference object, you need to find the identity of the sandboxed solution. Using Get-SPUserSolution with the -Site parameter displays all available sandboxed solutions, as shown in Listing 9.11.
Listing 9.11. Displaying All Available Sandboxed Solutions
Get-SPUserSolution -site "http://intranet.sp2013.com/sites/UserSC"
Read now
Unlock full access