New-SPPerformancePointServiceApplication

为 PerformancePoint Service 新建一个服务应用程序。

语法

Default (默认值)

New-SPPerformancePointServiceApplication
    [-Name] <String>
    -ApplicationPool <SPIisWebServiceApplicationPoolPipeBind>
    [-AnalyticQueryCellMax <Int32>]
    [-AnalyticQueryLoggingEnabled <Boolean>]
    [-ApplicationCacheEnabled <Boolean>]
    [-ApplicationCacheMinimumHitCount <Int32>]
    [-ApplicationProxyCacheEnabled <Boolean>]
    [-AssignmentCollection <SPAssignmentCollection>]
    [-CommentsDisabled <Boolean>]
    [-CommentsScorecardMax <Int32>]
    [-Confirm]
    [-DatabaseFailoverServer <String>]
    [-DatabaseName <String>]
    [-DatabaseServer <String>]
    [-DatabaseSQLAuthenticationCredential <PSCredential>]
    [-DataSourceQueryTimeoutSeconds <Int32>]
    [-DecompositionTreeMaximum <Int32>]
    [-ElementCacheSeconds <Int32>]
    [-FilterRememberUserSelectionsDays <Int32>]
    [-FilterTreeMembersMax <Int32>]
    [-IndicatorImageCacheSeconds <Int32>]
    [-MSMQEnabled <Boolean>]
    [-MSMQName <String>]
    [-SelectMeasureMaximum <Int32>]
    [-SessionHistoryHours <Int32>]
    [-ShowDetailsInitialRows <Int32>]
    [-ShowDetailsMaxRows <Int32>]
    [-ShowDetailsMaxRowsDisabled <Boolean>]
    [-TrustedContentLocationsRestricted <Boolean>]
    [-TrustedDataSourceLocationsRestricted <Boolean>]
    [-WhatIf]
    [-AnalyticResultCacheMinimumHitCount <Int32>]
    [-DataSourceUnattendedServiceAccountTargetApplication <String>]
    [-FilterSearchResultsMax <Int32>]
    [-UseEffectiveUserName <Boolean>]
    [<CommonParameters>]

说明

cmdlet 在 New-SPPerformancePointServiceApplication 场上创建新的 PerformancePoint 服务。

有关适用于 SharePoint 产品的 Windows PowerShell 的权限和最新信息,请参阅 SharePoint Server cmdlet

示例

New-SPPerformancePointServiceApplication -Name PPS_Application_01 -ApplicationPool PPS_Application_Pool_01

此示例将创建一个新的名为 PPSApp_01 的 PerformancePoint Service 应用程序,并将它设置为在名为 PPS_Application_Pool_01 的应用程序池中运行。

参数

-AnalyticQueryCellMax

适用:SharePoint Server 2010、SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

指定分析表格中返回的单元格的最大数目。

有效的整数值介于 1 至 1,000,000,000 之间。 默认值为 100,000。

参数属性

类型:Int32
默认值:None
支持通配符:False
不显示:False

参数集

(All)
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

-AnalyticQueryLoggingEnabled

适用:SharePoint Server 2010、SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

打开查询事件的详细日志记录功能。

键入的值必须是以下项之一:True 或 False。 默认值为 False。

参数属性

类型:Boolean
默认值:None
支持通配符:False
不显示:False

参数集

(All)
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

-AnalyticResultCacheMinimumHitCount

适用:harePoint Server 2013、SharePoint Server 2016、SharePoint Server 2019

缓存开始发生之前需要访问分析报表的最小次数。

默认值为 0。

参数属性

类型:Int32
默认值:None
支持通配符:False
不显示:False

参数集

(All)
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

-ApplicationCacheEnabled

适用:SharePoint Server 2010、SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

指定应用程序服务器上呈现的输出缓存是打开 (True) 还是关闭 (False)。 默认值为 True。

参数属性

类型:Boolean
默认值:None
支持通配符:False
不显示:False

参数集

(All)
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

-ApplicationCacheMinimumHitCount

适用:SharePoint Server 2010、SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

指定在将呈现的输出添加到缓存前必须先请求的最少次数。 默认值为 2。

参数属性

类型:Int32
默认值:None
支持通配符:False
不显示:False

参数集

(All)
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

-ApplicationPool

适用:SharePoint Server 2010、SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

指定要在其中运行服务应用程序的 Web 服务的现有 IIS 应用程序池。

键入的值必须是 12345678-90ab-cdef-1234-567890bcdefgh 形式的有效 GUID;应用程序池的有效名称(如 AppPoolName1);或有效 IISWebServiceApplicationPool 对象的实例。

参数属性

类型:SPIisWebServiceApplicationPoolPipeBind
默认值:None
支持通配符:False
不显示:False

参数集

(All)
Position:Named
必需:True
来自管道的值:True
来自管道的值(按属性名称):True
来自剩余参数的值:False

-ApplicationProxyCacheEnabled

适用:SharePoint Server 2010、SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

指定前端 Web 服务器上呈现的输出缓存。 默认值为 True。

参数属性

类型:Boolean
默认值:None
支持通配符:False
不显示:False

参数集

(All)
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

-AssignmentCollection

适用:SharePoint Server 2010、SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

管理对象以便正确进行处理。 使用 SPWeb 或 SPSite 等对象可能会耗用大量内存,而且在 Windows PowerShell 脚本中使用这些对象需要正确管理内存。 通过使用 SPAssignment 对象,可以将对象分配给变量,然后在不需要这些对象时对它们进行处理,以释放内存。 在使用 SPWeb、SPSite 或 SPSiteAdministration 对象时,如果不使用分配集合或 Global 参数,则会自动处理这些对象。

使用全局参数时,所有对象均包含在全局存储中。 如果未立即使用对象,或未通过使用 Stop-SPAssignment 命令来处理对象,则可能会发生内存不足的情况。

参数属性

类型:SPAssignmentCollection
默认值:None
支持通配符:False
不显示:False

参数集

(All)
Position:Named
必需:False
来自管道的值:True
来自管道的值(按属性名称):False
来自剩余参数的值:False

-CommentsDisabled

适用:SharePoint Server 2010、SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

指定用户可在记分板单元格中添加注释。

键入的值必须是以下项之一:true 或 false。

参数属性

类型:Boolean
默认值:None
支持通配符:False
不显示:False

参数集

(All)
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

-CommentsScorecardMax

适用:SharePoint Server 2010、SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

指定可添加到记分板的最多注释数。 默认值为 1000。

键入的值必须是介于 1 至 1,000,000 之间的整数值。

参数属性

类型:Int32
默认值:None
支持通配符:False
不显示:False

参数集

(All)
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

-Confirm

适用:SharePoint Server 2010、SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

执行命令前,看到确认提示。 有关详细信息,请键入以下命令:get-help about_commonparameters

参数属性

类型:SwitchParameter
默认值:None
支持通配符:False
不显示:False
别名:cf

参数集

(All)
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

-DatabaseFailoverServer

适用:SharePoint Server 2010、SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

指定包含必须镜像的PerformancePoint Services数据库的数据库服务器的名称。

此参数在具有 Service Pack 1 的 SharePoint Server (SP1) 和 SharePoint Foundation with Service Pack 1 (SP1) 中引入。

参数属性

类型:String
默认值:None
支持通配符:False
不显示:False

参数集

(All)
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

-DatabaseName

适用:SharePoint Server 2010、SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

指定预配服务应用程序时将创建的PerformancePoint Services数据库的名称。

此参数在具有 Service Pack 1 的 SharePoint Server (SP1) 和 SharePoint Foundation with Service Pack 1 (SP1) 中引入。

参数属性

类型:String
默认值:None
支持通配符:False
不显示:False

参数集

(All)
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

-DatabaseServer

适用:SharePoint Server 2010、SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

指定要在其中创建PerformancePoint Services数据库的数据库服务器的名称。 该名称应该与用于 SharePoint 内容和配置数据库的服务器名称相同。

如果该值不引用默认实例,则可以写作 SQL instance\server。

此参数在具有 Service Pack 1 的 SharePoint Server (SP1) 和 SharePoint Foundation with Service Pack 1 (SP1) 中引入。

参数属性

类型:String
默认值:None
支持通配符:False
不显示:False

参数集

(All)
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

-DatabaseSQLAuthenticationCredential

适用:SharePoint Server 2010、SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

确定连接到PerformancePoint Services数据库时是使用Windows 身份验证还是SQL Server身份验证。

此参数在具有 Service Pack 1 的 SharePoint Server (SP1) 和 SharePoint Foundation with Service Pack 1 (SP1) 中引入。

参数属性

类型:PSCredential
默认值:None
支持通配符:False
不显示:False

参数集

(All)
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

-DataSourceQueryTimeoutSeconds

适用:SharePoint Server 2010、SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

指定数据源查询超时之前的时间(秒)。默认值为 300。

键入的值必须是介于 1 至 36,000 的整数值。

参数属性

类型:Int32
默认值:None
支持通配符:False
不显示:False

参数集

(All)
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

-DataSourceUnattendedServiceAccountTargetApplication

适用:SharePoint Server 2016,SharePoint Server 2019

访问数据源默认使用的安全存储应用程序的名称。

参数属性

类型:String
默认值:None
支持通配符:False
不显示:False

参数集

(All)
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

-DecompositionTreeMaximum

适用:SharePoint Server 2010、SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

指定返回到分解树可视化的最多项目数(每级别)。

有效整数值范围为 1 至 1,000,000。 默认值为 25。

参数属性

类型:Int32
默认值:None
支持通配符:False
不显示:False

参数集

(All)
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

-ElementCacheSeconds

适用:SharePoint Server 2010、SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

指定第一个类对象缓存到期时间。 默认值为 15。

参数属性

类型:Int32
默认值:None
支持通配符:False
不显示:False

参数集

(All)
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

-FilterRememberUserSelectionsDays

适用:SharePoint Server 2010、SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

指定记住用户筛选器选择的天数。 默认值为 90。

键入的值必须是介于 1 至 10,000 之间的整数值。

参数属性

类型:Int32
默认值:None
支持通配符:False
不显示:False

参数集

(All)
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

-FilterSearchResultsMax

适用:SharePoint Server 2016,SharePoint Server 2019

查看筛选器时在仪表板上返回的最大项目数。

默认值是 5000。

参数属性

类型:Int32
默认值:None
支持通配符:False
不显示:False

参数集

(All)
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

-FilterTreeMembersMax

适用:SharePoint Server 2010、SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

指定在筛选器树视图控件中显示的最多记录数。 默认值为 500。

键入的值必须是介于 1 至 100,000 之间的整数值。

参数属性

类型:Int32
默认值:None
支持通配符:False
不显示:False

参数集

(All)
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

-IndicatorImageCacheSeconds

适用:SharePoint Server 2010、SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

指定缓存关键绩效指标 (KPI) 图标的时间(秒)。 默认值为 10。

键入的值必须是介于 1 至 3,600 之间的整数值。

参数属性

类型:Int32
默认值:None
支持通配符:False
不显示:False

参数集

(All)
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

-MSMQEnabled

适用:SharePoint Server 2010、SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

指定在内容发生更改时向 Microsoft 消息队列 (MSMQ) 发送通知。

键入的值必须是以下项之一:true 或 false。 默认值为 False。

参数属性

类型:Boolean
默认值:None
支持通配符:False
不显示:False

参数集

(All)
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

-MSMQName

适用:SharePoint Server 2010、SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

指定队列名称。 队列名称最多可以包含 380 个字符,不能包含以下字符:CR (ASCII 13) 、LF (ASCII 10) 、反斜杠 (\) 、加号 (+、逗号 (、) 或引号 (“”) 。

键入的值必须是有效的 MSMQ 名称,如 MessageQueue1。

参数属性

类型:String
默认值:None
支持通配符:False
不显示:False

参数集

(All)
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

-Name

适用:SharePoint Server 2010、SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

指定该新的 PerformancePoint Service 应用程序的名称。

键入的值必须是 PerformancePoint Service 应用程序的有效名称,如 PerfPointApp1。

参数属性

类型:String
默认值:None
支持通配符:False
不显示:False

参数集

(All)
Position:1
必需:True
来自管道的值:True
来自管道的值(按属性名称):False
来自剩余参数的值:False

-SelectMeasureMaximum

适用:SharePoint Server 2010、SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

指定要在仪表板选择度量值的控件中显示的最多度量值数。 默认值为 1000。

键入的值必须是介于 1 至 1,000,000 之间的整数值。

参数属性

类型:Int32
默认值:None
支持通配符:False
不显示:False

参数集

(All)
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

-SessionHistoryHours

适用:SharePoint Server 2010、SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

指定清除已过期的用户导航历史之间的小时数。 默认值为 2。

键入的值必须是介于 1 至 48 之间的整数值。

参数属性

类型:Int32
默认值:None
支持通配符:False
不显示:False

参数集

(All)
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

-ShowDetailsInitialRows

适用:SharePoint Server 2010、SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

指定为显示详细信息而检索的初始行数。 默认值为 1,000。

键入的值必须是介于 1 至 100,000 之间的整数值。

参数属性

类型:Int32
默认值:None
支持通配符:False
不显示:False

参数集

(All)
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

-ShowDetailsMaxRows

适用:SharePoint Server 2010、SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

指定为显示详细信息而检索的最大行数。

键入的值必须是介于 1 至 1,000,000 之间的整数值。 默认值为 10,000。

参数属性

类型:Int32
默认值:None
支持通配符:False
不显示:False

参数集

(All)
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

-ShowDetailsMaxRowsDisabled

适用:SharePoint Server 2010、SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

关闭 ShowDetailsInitialRows 设置。 如果设置为 True,则由 Analysis Services 控制限额。

键入的值必须是以下项之一:True 或 False。 默认值为 False。

参数属性

类型:Boolean
默认值:None
支持通配符:False
不显示:False

参数集

(All)
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

-TrustedContentLocationsRestricted

适用:SharePoint Server 2010、SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

指定仅信任指定位置。 默认设置为 false(信任所有内容位置)。

键入的值必须是以下项之一:True 或 False。 默认值为 False。

参数属性

类型:Boolean
默认值:None
支持通配符:False
不显示:False

参数集

(All)
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

-TrustedDataSourceLocationsRestricted

适用:SharePoint Server 2010、SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

指定仅信任指定位置。 默认设置为 false(信任所有数据源位置)。

键入的值必须是以下项之一:True 或 False。 默认值为 False。

参数属性

类型:Boolean
默认值:None
支持通配符:False
不显示:False

参数集

(All)
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

-UseEffectiveUserName

适用:SharePoint Server 2016,SharePoint Server 2019

启用 Analysis Services 有效用户名功能。

键入的值必须是以下项之一:True 或 False。 默认值为 False。

参数属性

类型:Boolean
默认值:None
支持通配符:False
不显示:False

参数集

(All)
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

-WhatIf

适用:SharePoint Server 2010、SharePoint Server 2013、SharePoint Server 2016 SharePoint Server 2019

显示一条描述命令作用的消息,而不执行命令。 有关详细信息,请键入以下命令:get-help about_commonparameters

参数属性

类型:SwitchParameter
默认值:None
支持通配符:False
不显示:False
别名:无线

参数集

(All)
Position:Named
必需:False
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

CommonParameters

此 cmdlet 支持通用参数:-Debug、-ErrorAction、-ErrorVariable、-InformationAction、-InformationVariable、-OutBuffer、-OutVariable、-PipelineVariable、-ProgressAction、-Verbose、-WarningAction 和 -WarningVariable。 有关详细信息,请参阅 about_CommonParameters