February 2013
Intermediate to advanced
304 pages
8h 26m
English
Scenario/Problem: You need to obtain a Secure Store Service application instance reference.
Solution: Use the Get-SPServiceApplication cmdlet to assign a variable the results using the -Identity parameter.
Providing the identity of the Secure Store Service Application instance with the Get-SPServiceApplication cmdlet retrieves a specific Secure Store Service instance. Use this to assign the results to an object for use in other cmdlets, as shown in Listing 16.2.
Listing 16.2. Assigning a Variable to a Specific Metadata Service Application
$sss = Get-SPServiceApplication -Identity bc4399ed-a2e0-4397-bf07-cd3d207e630e
No cmdlet exists for getting an object type related to a Secure Store ...
Read now
Unlock full access