microsoft/ReportingServicesTools

New RsSubstraction

pavelmayerov opened this issue · 1 comments

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
2022-02-16 123514
)

There is not support in the cmdlets to pass parameters, we welcome contributions in case you are interested in add that functionality