Display Details of Trusted Locations

Scenario/Problem: You need to display the underlying details and identities of trusted locations.

Solution: Use the Get-SPPerformancePointServiceApplicationTrustedLocation cmdlet with the -Identity parameter piped to a select *.

To view all the details of the trusted locations, such as the identity GUID, you need to use the -Identity parameter with Get-SPPerformancePointServiceApplication while piping the results to a select * directive. The service application needs to be piped into the Get-SPPerformancePointServiceApplication cmdlet, as shown in Listing 22.7.

Listing 22.7. Display All Details of the Trusted Locations

Get-SPPerformancePointServiceApplication "Performance Point ServiceApplication" | Get-SPPerformancePointServiceApplicationTrustedLocation ...

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.