I'm trying to deploy the Rapid Recovery backup agent through SCCM and looking for a list of switches to use. Specifically a no restart switch, but if there was a list that would be great. For some reason I'm not finding it on any of the manuals.
I know you can deploy the agent from the console, but we have a few domains and it's just easier to use SCCM since we already have the infrastructure in place.
Thanks.
If you open command prompt and run the agent installer exe file with the /? parameter the installer will open a message box summarizing the available command line parameters that you can use. That will tell you everything you need to know. The two switches you are probably looking for are:
/silent
reboot=never
Note there is no / in front of reboot.