Here’s just a few examples of installing Analysis Services and Reporting Services from the command-line.

Install Analysis Services in multidimensional mode.

D:\Setup.exe /q /ACTION=Install /FEATURES=AS /INSTANCENAME=ASMulti /ASSERVERMODE=MULTIDIMENSIONAL /ASSVCACCOUNT=NetworkService /ASSYSADMINACCOUNTS="CONTSO\Kim_Akers"/IACCEPTSQLSERVERLICENSETERMS

Install Analysis Services in tabular mode.

D:\Setup.exe /q /ACTION=Install /FEATURES=AS /INSTANCENAME=ASTabular /ASSERVERMODE=TABULAR /ASSVCACCOUNT=NetworkService /ASSYSADMINACCOUNTS="CONTSO\Kim_Akers"/IACCEPTSQLSERVERLICENSETERMS

Install a Reporting Services instance (with the DB engine and tools).

D:\Setup.exe /q /ACTION=Install /FEATURES=SQL,RS,Tools /INSTANCENAME=RPTSVR /SQLSVCACCOUNT=NetworkService /AGTSVCACCOUNT=NetworkService/RSSVCACCOUNT=NetworkService /ASSYSADMINACCOUNTS="CONTSO\Kim_Akers" /RSSVCStartupType=MANUAL /RSINSTALLMODE=DEFAULTNATIVEMODE/IACCEPTSQLSERVERLICENSETERMS