i'm stuck right now on executing psexec to a target machine and getting below error.
psexec \\ABC -u DOMAIN\user -p **** cmd /c ipconfig /all
PsExec v2.2 - Execute processes remotely
Copyright (C) 2001-2016 Mark Russinovich
Sysinternals - www.sysinternals.com
Couldn't access ABC:
The specified network name is no longer available.
I verified below item worked.
- I can access \\ABC\admin$
- pslist \\ABC - works
- I have admin rights on source and target machine
- I can successfully login into the machine
- nslookup resolves the domain name
- telnet ABC 445/135 works
- Workstation, Server and computer browser services running
Any idea what else need to be check?