Run another elevated process from a different administrator using userdata
I've tried running a process as another administrator user inside the userdata script but it does not seem to work.
Is this possible in Powershell with Start-Process powershell -Credentials $cred -Verb runas etc... or by using python? Is the UAC at fault?
Thank you.