Remove a Trusted Location


Scenario/Problem: You need to remove a trusted location from PerformancePoint Services.


Solution: Use the Remove-SPPerformancePointServiceApplicationTrusted Location cmdlet with a trusted data location variable.

The Remove-SPPerformancePointServiceApplicationTrustedLocation cmdlet enables you to remove a specific trusted location from PerformancePoint Services. Use this in conjunction with the Get-SPPerformancePointServiceApplicationTrusted Location cmdlet (explained in the previous section), as shown in Listing 22.9.

Listing 22.9. Example Script for Removing a Trusted Location


$trustedLocation = Get-
SPPerformancePointServiceApplicationTrustedLocation -Identity
fab6396b-5cd3-4f17-be60-57ae7d18c8a6
Remove-SPPerformancePointServiceApplicationTrustedLocation
$trustedLocation



Note

For simplification, you may use the trusted location identity instead of the $trustedLocation variable.


..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.118.45.162