poweradminllc / PAExec

Remote execution, like PsExec
523 stars 177 forks source link

Does not start process when running as GMSA #46

Open zdenko-s opened 2 years ago

zdenko-s commented 2 years ago

I specified same command line arguments as with psexec.exe. psexec -i -u domain\gMsaTest01$ -p ~ cmd.exe Using psexec.exe opens command prompt as GMSA user. paexec returns error: Error logging in as domain\gMsaTest01$. The user name or password is incorrect. [Err=0x52E, 1326]. I tried without argument -p ~ and pressed enter when prompted for password. Same error. psexec works in both cases. My conclusion is that paexec does not implement password fetching of GMSA account.