New RsSubstraction
pavelmayerov opened this issue · 1 comments
pavelmayerov commented
Hello.
I took the code from here as an example
New-RsSubsctiption -reportServerUri "http://<ServerName>/Reports" -RsItem ' </Folder>' -Discription 'Email' | -schedule (New-RsScheduleXML -Weekly -DayOfWeek Monday) -subject 'Subscription Director' -to test@test.com
Creating a request to create subscriptions to the created report. I have problems:
The report has a parameter selection. how to register it in the script?(attach
)
jtarquino commented
There is not support in the cmdlets to pass parameters, we welcome contributions in case you are interested in add that functionality