February 2013
Intermediate to advanced
304 pages
8h 26m
English
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 ...
Read now
Unlock full access