You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: