Skip to content

Commit b6c6a21

Browse files
authored
Merge pull request MicrosoftDocs#637 from tseward/patch-324
Update Set-SPPerformancePointServiceApplication.md
2 parents 623a177 + c7eb4c0 commit b6c6a21

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

sharepoint/sharepoint-ps/sharepoint-server/Set-SPPerformancePointServiceApplication.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ For permissions and the most current information about Windows PowerShell for Sh
4040

4141
### ----------------EXAMPLE----------------------
4242
```
43-
C:\PS>Set-SPPerformancePointServiceApplication -Identity PPSApp_01 -DataSourceQueryTimeoutSeconds 5000
43+
PS C:\>$sa = Get-SPPerformancePointServiceApplication
44+
PS C:\>Set-SPPerformancePointServiceApplication -Identity $sa -DataSourceQueryTimeoutSeconds 5000
4445
```
4546

4647
This example sets the Data Source Query Timeout setting to a value of 5000.
@@ -644,7 +645,7 @@ Accept wildcard characters: False
644645
```
645646

646647
### -AnalyticResultCacheMinimumHitCount
647-
{{Fill AnalyticResultCacheMinimumHitCount Description}}
648+
The minimum number of times an analytic report needs to be accessed before caching starts happening. The default value is 0.
648649

649650
```yaml
650651
Type: Int32
@@ -660,7 +661,9 @@ Accept wildcard characters: False
660661
```
661662

662663
### -DatabaseUseWindowsAuthentication
663-
{{Fill DatabaseUseWindowsAuthentication Description}}
664+
When this value is set to true, Performance Point Services disables from using SQL authentication against all data sources.
665+
666+
The type must be one of the following: $True, $False. The default value is $False.
664667

665668
```yaml
666669
Type: Boolean
@@ -676,13 +679,13 @@ Accept wildcard characters: False
676679
```
677680

678681
### -DataSourceUnattendedServiceAccountTargetApplication
679-
{{Fill DataSourceUnattendedServiceAccountTargetApplication Description}}
682+
The name of the Secure Store Application that will be used by default to access data sources.
680683

681684
```yaml
682685
Type: String
683686
Parameter Sets: (All)
684687
Aliases:
685-
Applicable: SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016
688+
Applicable: SharePoint Server 2013, SharePoint Server 2016
686689
687690
Required: False
688691
Position: Named
@@ -692,13 +695,13 @@ Accept wildcard characters: False
692695
```
693696

694697
### -FilterSearchResultsMax
695-
{{Fill FilterSearchResultsMax Description}}
698+
The maximum number of items to return on a Dashboard when viewing a filter.
696699

697700
```yaml
698701
Type: Int32
699702
Parameter Sets: (All)
700703
Aliases:
701-
Applicable: SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016
704+
Applicable: SharePoint Server 2013, SharePoint Server 2016
702705
703706
Required: False
704707
Position: Named
@@ -708,13 +711,15 @@ Accept wildcard characters: False
708711
```
709712

710713
### -UseEffectiveUserName
711-
{{Fill UseEffectiveUserName Description}}
714+
Enables the use of the Analysis Services Effective User Name feature.
715+
716+
The type must be one of the following: True, False. The default value is False.
712717

713718
```yaml
714719
Type: Boolean
715720
Parameter Sets: (All)
716721
Aliases:
717-
Applicable: SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016
722+
Applicable: SharePoint Server 2013, SharePoint Server 2016
718723
719724
Required: False
720725
Position: Named

0 commit comments

Comments
 (0)