Display All Trusted DataSource Locations

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 ...

Get PowerShell™ for SharePoint® 2013 How-To now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.