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
If I try to use PAExec.exe without passing any username & password, it will fail to connect to ADMIN$ and then fail to copy executable, then fail to connect to SCM, finally exiting with -6.
However after all programs are closed, "net use" shows an open connection to IPC$ on the target system.
As such, retrying PAExec this time passing correct admin username & password credentials, PAExec will again fail with exit code -6, "Multiple connections to a server or shared resource by the same user, etc" until the orphaned IPC$ connection is removed, ie. "net use * /delete".
This seems like a bug to me - I would expect the initial failure to close out of IPC$ before exiting.
Thanks!
James
The text was updated successfully, but these errors were encountered:
Hello -
If I try to use PAExec.exe without passing any username & password, it will fail to connect to ADMIN$ and then fail to copy executable, then fail to connect to SCM, finally exiting with -6.
However after all programs are closed, "net use" shows an open connection to IPC$ on the target system.
As such, retrying PAExec this time passing correct admin username & password credentials, PAExec will again fail with exit code -6, "Multiple connections to a server or shared resource by the same user, etc" until the orphaned IPC$ connection is removed, ie. "net use * /delete".
This seems like a bug to me - I would expect the initial failure to close out of IPC$ before exiting.
Thanks!
The text was updated successfully, but these errors were encountered: