5 hours ago
Hi,
I have created a batch file with the following command (with username and domain replaced with relevant details of course):
runas /netonly /user:username@domain "mmc %SystemRoot%\system32\dsa.msc"
Using the Utility - Environment::Start process action I launch this batch file and it opens up the command prompt to enter the password:
After entering the password however nothing happens.
If I try this manually outside of blueprism same thing happens unless I run the batch file as administrator; this is when active directory users and computers launches as expected after entering the password.
I'm guessing I need to get blue prism to launch the batch file as an administrator? Any help on this would be greatly appreciated.