Create a Trusted Data Source Location

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

Solution: Use the New-SPPerformancePointServiceApplicationTrustedLocation cmdlet.

The New-SPPerformancePointServiceApplicationTrustedLocation can be used to create a new trusted data source location so that PPS can access data connections. Provide the address (URL) of the location, the type, and the PerformancePoint Services Application instance, as shown in Listing 22.4.

Listing 22.4. Create a New Trusted Data Source Location

New-SPPerformancePointServiceApplicationTrustedLocation -Url"http://sp2013/PPS DataSource" -ServiceApplication "PerformancePointService Application" -Type DocumentLibrary -TrustedLocationType ...

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.