Create a Trusted Content Location

Scenario/Problem: You need to create a new trusted content location for PerformancePoint Services.

Solution: Use the New-SPPerformancePointServiceApplicationTrustedLocation cmdlet.

The New-SPPerformancePointServiceApplicationTrustedLocation is used to create a new trusted content location to access PPS content. Provide the address (URL) of the location, the type, and the PerformancePoint Services Application instance, as shown in Listing 22.3.

Listing 22.3. Create a New Trusted Content Location

New-SPPerformancePointServiceApplicationTrustedLocation -Url"http://sp2013/Lists/PPS Content" -ServiceApplication"PerformancePoint Service Application" -Type List -TrustedLocationTypeContent

The -Type can be one of ...

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.