February 2013
Intermediate to advanced
304 pages
8h 26m
English
Scenario/Problem: You need to display all trusted content locations configured for a PerformancePoint Services Application.
Solution: Use the Get-SPPerformancePointServiceApplicationTrustedLocation cmdlet with a piped where clause.
To filter the list of trusted locations, you need to use a piped where clause with the Get-SPPerformancePointServiceApplicationTrustedLocation cmdlet. Because this cmdlet doesn’t show detailed information by default, the -Identity parameter must be used. The service application is therefore piped into this cmdlet. Listing 22.5 shows an example command line.
Listing 22.5. Display All Trusted Content Locations
Get-SPPerformancePointServiceApplication "Performance Point Service ...
Read now
Unlock full access