The settings are below:
Windows XP Professional
Windows Firewall: off
any idea?
Thanks.
Psexec.exe works very nicely on WinXP machines.
We are to guess what were the command-line parameters that you specified
on the execute of psexec? My first guess based on the dearth of info
from you is that you never bothered to specify the username and password
for an existing account defined on the remote Windows host.
"Patrick" <Pat...@discussions.microsoft.com> wrote in message
news:7F0634F0-4F1E-4B99...@microsoft.com...
psexec \\<server> -u administrator -p password cmd
PsExec v1.94 - Execute processes remotely
Copyright (C) 2001-2008 Mark Russinovich
Sysinternals - www.sysinternals.com
Password:
Couldn't access <server>:
Access is denied.
PS. the credentials are checked without problems.
John
net use q: \\YourServer\c$ user:administrator password
"Patrick" <Pat...@discussions.microsoft.com> wrote in message
news:15FF7624-3BB3-428C...@microsoft.com...