Skip to content

PowerShell scripts to deploy a SQL Server Reporting Services project (*.rptproj) to a Reporting Server

License

Notifications You must be signed in to change notification settings

vminds/ssrs-powershell-deploy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSRS Powershell Deploy

PowerShell module to publish SQL Server Reporting Services solution(s) and project(s) to a Microsoft SSRS Reporting Server

This fork

This repository was forked from:

Added features are:

  • Logging integration using ScriptLogger module
  • Fix for project xml node navigation when only one RDL/DS (timabell#26)
  • Log dump of reportfolder hierarchy
  • Caller script (DeploySSRSSolution.ps1) which will call the solution deploy.
  • Remove of RDL/datasource which are no longer in the project.
  • Hash compare of RDL files (OverwriteReports param)
  • Support for database based credentials on datasources

Longer goal is a complete refactor to the ReportingServicesTools lib provided by Microsoft: https://github.com/Microsoft/ReportingServicesTools

Usage: call DeploySSRSSolution.ps1 with desired parameters.

About

PowerShell scripts to deploy a SQL Server Reporting Services project (*.rptproj) to a Reporting Server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PowerShell 100.0%