You install and configure a SQL Server 2008 Reporting Services (SSRS) instance on a
server named ReportServer in the domain ABC.Com. SSRS is using a local database.
You need to set SSRS to use a new domain user account named ReportUser. The
password for ReportUser is Alphabet01.
Which script should you run?
A.
rsconfig -c -m ReportServer -s ReportServer -d reportserver -a SQL -u
abc.com\ReportUser -p Alphabet01
B.
rsconfig -c -s ReportServer -d reportserver -a Windows -u abc.com\Report03er -p
Alphabet01
C.
rsconfig -c -s ReportServer -d reportServer -a Windows “abc.com\ReportUser
Alphabet01″
D.
rsconfig -c -ra <ReportServer -s ReportServer -d reportserver -a Windows -u
SA\ReportUser -p Alphabet01
Explanation: