Hi there.
Here's my situation. I have Win7 system thats in a workgroup which needs to run a .exe from a shared that's protected by Active Directory authentication. I have small .bat file on the local system which maps a coupe of network drives, before launching the app.
I've tried using a local user account - and this seems to work okay:
paexec /u localusername c:folderbatchfile.bat
but when i use a domain account it fails. It says "Logon failure: unknown username or bad password. PAexec returning exit code -3"
Is this a support usage? If it is supported where I am going wrong?