Has anybody migrated scripts and job steps which utilize the "sudo -u userid" command to submit jobs as other users or execute commands as other users from a Unix (AIX, HPUX etc..) platform to windows?
Looking for alternatives to rewriting a bunch of scripts and breaking jobstreams (multi-step jobs executing other user's - system accounts - jobs), which will run under native Windows or Cygwin layer.
Runas is the way for native windows processes, but if you need something to run under Cygwin check out the following thread which has two possible solutions.
http://stackoverflow.com/...equivalent-in-cygwin