1. 配置托管服务账户
Set-SPPerformancePointSecureDataValues -ServiceApplication
"PerformancePoint Service Application"
–DataSourceUnattendedServiceAccount (Get-Credential)
2. 显示托管服务账户
Get-SPPerformancePointSecureDataValues –ServiceApplication
"PerformancePoint Service Application"
3. 创建一个可信内容位置
New-SPPerformancePointServiceApplicationTrustedLocation
-Url "http://sp2010/Lists/PPS Content" -ServiceApplication
"PerformancePoint Service Application" –Type List
–TrustedLocationType Content
4. 创建一个可信数据源位置
New-SPPerformancePointServiceApplicationTrustedLocation -Url "http:// sp2010/PPS DataSource" -ServiceApplication
"PerformancePoint Service Application" –Type DocumentLibrary
–TrustedLocationType DataSource
5. 显示所有可信内容位置
Get-SPPerformancePointServiceApplication
"Performance Point Service Application" |
Get-SPPerformancePointServiceApplicationTrustedLocation
-Identity $_.ID | where {$_.FileType -eq "Content"}
6. 显示所有可信数据源位置
Get-SPPerformancePointServiceApplication
"Performance Point Service Application"
| Get-SPPerformancePointServiceApplicationTrustedLocation
-Identity $_.ID | where {$_.FileType -eq "DataSource"}
7. 显示信任位置的明细
Get-SPPerformancePointServiceApplication
"Performance Point Service Application" |
Get-SPPerformancePointServiceApplicationTrustedLocation
-Identity $_.ID | select *
8. 获取指定的信任位置
$trustedLocation =
Get-SPPerformancePointServiceApplicationTrustedLocation -Identity fab6396b-5cd3-4f17-be60-57ae7d18c8a6
9. 移除一个信任位置
$trustedLocation =
Get-SPPerformancePointServiceApplicationTrustedLocation
-Identity fab6396b-5cd3-4f17-be60-57ae7d18c8a6
Remove-SPPerformancePointServiceApplicationTrustedLocation
$trustedLocation
10. 配置PerformancePoint Service强制信任位置
内容位置
Set-SPPerformancePointServiceApplication -Identity
"PerformancePoint Service Application"
–TrustedContentLocationsRestricted $true
数据源位置
Set-SPPerformancePointServiceApplication -Identity
"PerformancePoint Service Application"
–TrustedDataSourceLocationsRestricted $true
11. 配置PerformancePoint Service应用程序设置
Set-SPPerformancePointServiceApplication -Identity
"PerformancePoint Service Application" –CommentsDisabled $false
–CommentsScorecardMax 100
分享到:
相关推荐
《SharePoint 2010 All-in-One For Dummies》是针对SharePoint 2010平台的一本全面指南,适合初学者和有一定经验的用户。这本书深入浅出地介绍了如何利用SharePoint 2010进行协作、文档管理、网站创建及企业应用集成...
6. **报表与分析Web Services**:PerformancePoint和ExcelServices提供数据分析和报表生成的能力,使得SharePoint可以作为企业级的数据展示和决策支持平台。 7. **自定义Web Services**:除了内置的服务,开发人员...
《Microsoft SharePoint 2010 PerformancePoint Services Unleashed》这本书深入探讨了SharePoint 2010中的PerformancePoint Services组件,这是一个强大的企业级性能管理和商业智能工具。它旨在帮助组织收集、分析...
根据提供的文件信息,我们可以推断出这是一本关于Microsoft SharePoint 2010 PerformancePoint Services的专业书籍。本书由Tim Kashani、Ola Ekdahl、Kevin Beto 和 Rachel Vigier等作者共同完成,并于2010年8月首次...
这包括设置Web应用程序、配置IIS(Internet Information Services)和SQL Server,以及安装Service Pack和更新。 2. **站点结构和权限管理**:创建和管理不同类型的SharePoint站点,如团队网站、通信网站和My Sites...
- 讲解了如何利用PowerShell脚本来管理和自动化SharePoint 2010的任务。PowerShell是一种强大的命令行工具,可以极大地提高工作效率。 - 包括常见的PowerShell cmdlets介绍、编写和执行脚本的最佳实践,以及如何...
you'll discover how to plan, design, deploy, and manage strategic solutions using SharePoint 2010, Microsoft SQL Server®, Windows PowerShell™, and other key technologies. Topics include ...
- PerformancePoint服务概览:介绍PerformancePoint Services,这是SharePoint中的一个BI工具,专门用于企业级性能管理。 - 创建和管理仪表盘:探讨如何使用PerformancePoint Services创建仪表盘,这些仪表盘可...
首先需要准备一个全新的SharePoint2013环境,对于新建的sp2013环境,不要配置任何应用程序(SA),例如以下服务应用程序:BusinessDataConnectivityService、ManagedMetadataService、PerformancePointServices、...
- **PerformancePoint Services**:提供商业智能工具,用于数据分析和决策支持。 10. **安装与配置** - **硬件和软件要求**:了解部署SharePoint 2007所需的服务器配置和许可。 - **安装过程**:包括产品激活、...
- **命令行接口**:介绍了如何使用Windows PowerShell命令行接口来管理SharePoint 2010。 - **脚本示例**:提供了一些实用的脚本示例,帮助自动化日常管理任务。 - **高级管理技巧**:分享了一些高级管理技巧,如...
- 学习使用工具如SharePoint PerformancePoint和LoadRunner进行性能测试。 通过研究这些章节的源代码,读者可以全面地掌握SharePoint 2010的开发技术,提升构建高效、稳定、安全的SharePoint解决方案的能力。
- **命令行工具**:Windows PowerShell 是管理SharePoint的强大工具之一,介绍其使用方法。 - **脚本编写**:教授如何编写自定义脚本来自动化常见的管理任务。 - **高级功能**:探讨一些高级用法,如远程管理、...
- **PerformancePoint Service**:提供商业智能功能,如仪表板和报表。 6. **附录** 提供了所有必需的下载链接,确保可以从官方源获取最新和正确的软件包。 在执行这个过程时,确保遵循最佳实践,如使用不同的...
- **报表和BI**:通过Excel Services、PerformancePoint Services和Business Connectivity Services提供数据分析。 3. **SharePoint 2010的架构** - **前端服务器**:处理用户请求,运行Web应用程序和页面呈现。 ...
- 使用PerformancePoint Services,可以创建仪表盘和报告,监控组织性能。 通过SharePoint 2007的一步步学习,你可以掌握创建高效协作环境所需的技能。CHM文件中的详细指南将涵盖以上所有方面,并可能包括更多实践...
**Microsoft Office PerformancePoint Server 2007** 是一款企业级的绩效管理工具,它集成了监控、分析和规划功能,旨在帮助企业设定统一的目标、跟踪业务活动、识别问题并推动协同决策。该产品充分利用了微软的技术...