We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a60e25 commit 4877ec5Copy full SHA for 4877ec5
Deploy-SSRSProject.ps1
@@ -1,4 +1,5 @@
1
#requires -version 2.0
2
+# https://github.com/timabell/ssrs-powershell-deploy
3
[CmdletBinding()]
4
param (
5
[parameter(Mandatory=$true)]
README.md
@@ -1,5 +1,7 @@
#About
+https://github.com/timabell/ssrs-powershell-deploy
+
PowerShell scripts to deploy a SQL Server Reporting Services project (*.rptproj) to a Reporting Server
6
7
## wiki
0 commit comments