Get a Specific Trusted Location


Scenario/Problem: You need to obtain a specific trusted location reference.


Solution: Use the Get-SPPerformancePointServiceApplicationTrustedLocation cmdlet to assign a variable the results using the -Identity and -ServiceApplication parameters.

Providing the identity of the trusted data connection library to the Get-SPPerformancePointServiceApplicationTrustedLocation cmdlet retrieves a specific data connection library instance. Use this to assign the results to a variable for use in other cmdlets, as shown in Listing 22.8.

Listing 22.8. Assigning a Variable to a Specific Trusted Location


$trustedLocation = Get-
SPPerformancePointServiceApplicationTrustedLocation -Identity
fab6396b-5cd3-4f17-be60-57ae7d18c8a6


..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.191.228.88