安装用于 SharePoint 2013 的 Reporting Services SharePoint 模式
Install-SPRSService
Install-SPRSServiceProxy
get-spserviceinstance -all |where {$_.TypeName -like "SQL Server Reporting*"} | Start-SPServiceInstance
http://msdn.microsoft.com/zh-cn/library/jj219068.aspx