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 -Identityfab6396b-5cd3-4f17-be60-57ae7d18c8a6Remove-SPPerformancePointServiceApplicationTrustedLocation ...

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.