Good afternoon! I am trying to set up remote control to an asset via Remote Assistance. The logic is that you need to run the application as administrator, for this I write in the command line:
cmd / C start RunAs / user: domain \ user / savecred "msra.exe / offerRA $ DEVICENAME"
However, quotation marks ( ") is not transferred to the command line in CMD transmitted.:
cmd / C start RunAs / user: domain \ user / savecred msra.exe / offerRA $ DEVICENAME
What is causing the problem, as additional parameters on the command line should be in quotation marks.
Can you please tell what's the problem? Why quotes are not transferred from SD to the command line?
I also tried to write in the command field:
runas / user: domain \ user / savecred "msra.exe / offerRA $ DEVICENAME"
Runas.exe simply will not start.