You install SQL Server Reporting Services (SSRS).
You need to restore a copy of the symmetric key.
Which command should you run?
A.
rskeymgmt -a -f %temp%\rs.key -p Password1
B.
rskeymgmt -e -f %temp%\rs.key -p Password1
C.
rskeymgmt i
D.
rskeymgmt d
The correct answer is:
B. rskeymgmt -e -f %temp%\rs.key -p Password1
correct answer is:
rskeymgmt -a -f d:\rsdbkey.snk -p
https://msdn.microsoft.com/en-us/library/ms157275.aspx?f=255&MSPPError=-2147217396
Agree.
-e is for backup
-a is for restore
I agree, so the correct answer is A