项目作者: gwalkey

项目描述 :
Migrate SSRS Objects to 2017
高级语言: PowerShell
项目地址: git://github.com/gwalkey/SSRS_Migrate.git
创建时间: 2018-05-14T11:46:33Z
项目社区:https://github.com/gwalkey/SSRS_Migrate

开源协议:GNU General Public License v3.0

下载


SSRS_Migrate

Migrate SQL Server Reporting Services Objects to New Server

Requirements:

  • Active Directory Powershell Module (RSAT)
  • Powershell for Windows 5.1

Powershell scripts to Migrate SSRS Objects from 2008+ Servers to 2017+

Uses SQL, WMI, SOAP and REST to export the following objects:

  • RDL Reports with embedded DataSources/DataSets
  • Shared DataSources
  • Shared Data Sets
  • PowerBi PBIX files
  • Mobile Reports
  • KPIs
  • Shared Schedules
  • Subscriptions
  • Users
  • Folder Tree Structure
  • Folder and Report Permissions
  • Config Files
  • Encryption Key

Companion Import Script will restore these objects in the following order:

  • Users
  • FolderTree Structure with Permissions/Inheritance
  • Shared Schedules
  • Shared Data Sources
  • Shared DataSets
  • RDL Reports with embedded Data Sources/DataSets and Permissions/Inheritance
  • Subscriptions

Must be Sysadmin on both SQL servers for this to work

Please send FeedBack to dev at insyncva dot com