asked on
I have domain users who are not a local admin.
I want to allow them to run a specific program that requires admin rights.
What are my options?
I think of creating a script using PowerShell and then converting it to a .exe file? - Is it possible with PowerShell? any other suggestions?
*It seems that the specific program needs the user to be admin and dosent work properly whe I use "run as admin"...