Why are you using Schtasks? You can just pass the credentials with the -u -p
switches running the program directly.
--
Regards,
Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
"The Poster" wrote:
| One question guys.......
|
| If I use this psexec utility (psexec \\Server1 Schtasks /Run /TN
| "TransferFile") to run this "TransferFile" task on my W2k3 server from a
| user profile that doesn't have Admin priviledges I get a failure.
|
| How do I work around this "Access Denied" without giving this standard
user
| Admin Priviledges on my Server? What ACLS dp I need to modify?
|
| Steve.