On Windows 2008 Server in Domain1 in Forest1 (trusting domain) there is a
one-way trust relationship with Domain2 in Forest2 (Domain2 is the trusted domain).
From a menu in Domain1 a trusted user from the Domain2 (the trusted domain) is trying to execute a pgm
that exists in Domain2 by issuing the following command:
"C:\Windows\system32>psexec -i -s -d
\\Server1\ServerFiles -u <trusteddomain\trustedusername> -p trusteduserpassword somepgm.ft"
But the following error is returned:
PsExec v2.11 - Execute processes remotely
Copyright (C) 2001-2014 Mark Russinovich
Sysinternals - www.sysinternals.com
Couldn't access \\Server1\ServerFiles:
The network path was not found.
Make sure that the default admin$ share is enabled on
\\Server1\ServerFiles.
C:\Windows\system32>
What steps need to be taken to make this work?
Thank you
Shabeaut