new-rssubscription parameter set cannot resolved using the specified named parameter
Hello.
I have script:
New-RsSubscription -reportServerUri "<server>/report" -RsItem '/<folder>' -Schedule (New-RsSchedulerXML -Weekly -DaysOfWeek Monday -start 9pm) -Destination 'Email' -DeliveryMethod 'Email' -subject 'Subscription Director' -to test@test .ru
I want to subscribe to a report with a parameter from the report.
An error comes out:
Parameter set cannot resolved using the specified named parameter.
When requested Get-RsSubscription , the following subscription information is displayed
It is necessary to select the parameter Values: {Manager}
How can I create?
function New-RsValues {
param()
}