Which command should you run?

You install SQL Server Reporting Services (SSRS).
You need to back up a copy of the symmetric key.
Which command should you run?

You install SQL Server Reporting Services (SSRS).
You need to back up a copy of the symmetric key.
Which command should you run?

A.
rskeymgmt -a -f %temp%\rs.key -p Password1

B.
rskeymgmt -d

C.
rskeymgmt -i

D.
rskeymgmt -e -f %temp%\rs.key -p Password1



Leave a Reply 3

Your email address will not be published. Required fields are marked *


Niklas

Niklas

Explanation:

-e

Extracts the symmetric key used to encrypt and decrypt data for the report server instance so that you can copy it to a file.

This argument does not take a value. However, you must include additional arguments on the command line to complete the extraction. The arguments that you must specify include -f and-p.

https://msdn.microsoft.com/en-us/windows/ms162822%28v=sql.110%29

Henk Schenkworst

Henk Schenkworst

E