@@ -40,7 +40,8 @@ For permissions and the most current information about Windows PowerShell for Sh
40
40
41
41
### ----------------EXAMPLE----------------------
42
42
```
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
44
45
```
45
46
46
47
This example sets the Data Source Query Timeout setting to a value of 5000.
@@ -644,7 +645,7 @@ Accept wildcard characters: False
644
645
` ` `
645
646
646
647
# ## -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.
648
649
649
650
` ` ` yaml
650
651
Type: Int32
@@ -660,7 +661,9 @@ Accept wildcard characters: False
660
661
` ` `
661
662
662
663
# ## -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.
664
667
665
668
` ` ` yaml
666
669
Type: Boolean
@@ -676,13 +679,13 @@ Accept wildcard characters: False
676
679
` ` `
677
680
678
681
# ## -DataSourceUnattendedServiceAccountTargetApplication
679
- {{Fill DataSourceUnattendedServiceAccountTargetApplication Description}}
682
+ The name of the Secure Store Application that will be used by default to access data sources.
680
683
681
684
` ` ` yaml
682
685
Type: String
683
686
Parameter Sets: (All)
684
687
Aliases:
685
- Applicable: SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016
688
+ Applicable: SharePoint Server 2013, SharePoint Server 2016
686
689
687
690
Required: False
688
691
Position: Named
@@ -692,13 +695,13 @@ Accept wildcard characters: False
692
695
` ` `
693
696
694
697
# ## -FilterSearchResultsMax
695
- {{Fill FilterSearchResultsMax Description}}
698
+ The maximum number of items to return on a Dashboard when viewing a filter.
696
699
697
700
` ` ` yaml
698
701
Type: Int32
699
702
Parameter Sets: (All)
700
703
Aliases:
701
- Applicable: SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016
704
+ Applicable: SharePoint Server 2013, SharePoint Server 2016
702
705
703
706
Required: False
704
707
Position: Named
@@ -708,13 +711,15 @@ Accept wildcard characters: False
708
711
` ` `
709
712
710
713
# ## -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.
712
717
713
718
` ` ` yaml
714
719
Type: Boolean
715
720
Parameter Sets: (All)
716
721
Aliases:
717
- Applicable: SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016
722
+ Applicable: SharePoint Server 2013, SharePoint Server 2016
718
723
719
724
Required: False
720
725
Position: Named
0 commit comments