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 ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access