Display the Unattended Service Account
Scenario/Problem: You need to see which account is configured as the unattended service account.
Solution: Use the Get-SPPerformancePointSecureDataValues cmdlet.
To review the unattended service account that is configured for PPS data sources, use the Get-SPPerformancePointSecureValues cmdlet with the -ServiceApplication parameter, as shown in Listing 22.2.
Listing 22.2. Displaying the Unattended Service Account
Get-SPPerformancePointSecureDataValues -ServiceApplication"PerformancePoint Service Application"
The account name is displayed, but the password is not. The default PerformancePoint Services Application is named PerformancePoint Service Application. To find the correct name or GUID, use Get-SPServiceApplication ...
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