I have a custom task in Service Manager that converts a Service Request to a Change Request. It leverages a runbook in Orchestrator to complete this action using the Orchestrator Remote tools. Here is my problem:
I can run the command on the SCSM server using an elevated command prompt it kicks off the runbook and completes the conversion, however if I create a task in Service Manager and want to run it from the Service Request console in SCSM I get an error. This
appears to be related to the elevated command prompt. I get the same error when I try to run this from a non-elevated command line.
I have tried to add the runas /user:administrator in the command line entry of the task, but that gives me another error that it cannot find the file. I am assuming that the command line will only launch an executable from a path with no arguments.
Any help on how I can get this to run from the console would be helpful
Thanks in advance