February 2013
Intermediate to advanced
304 pages
8h 26m
English
Scenario/Problem: You need to display all trusted data source 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.6 shows an example command line.
Listing 22.6. Display All Trusted DataSource Locations
Get-SPPerformancePointServiceApplication "Performance Point ...
Read now
Unlock full access