Hi,
I want to backup reporting services encryption key daily using SQl server agent job. I will be using the following syntax
rskeymgmt -e -i <> -f <> -p<password>
but when run on cmd it prompts me "are you sure you want to extract encryption key from report server". Only after typing "y" and pressing enter it lets me finish the task. When we backup encryption keys using "Report services configuration" GUI, it doesnt ask such question.
How can I prevent it from prompting using cmd?
Thanks in advance