> I was able to use psexec to start and stop IIS on a remote machine however,
> I was not able to unregister and unregister a .dll on that same remote
> machine.  So my target ran  a bat file that

You need to make sure the user logged into the local machine has
rights to make the modifications you want on the remote machine.  I
have successfully used PSExec to do both of the things you can't.

PSExec also has some options for passing user credentials to the
remote process, but I believe they are passed in clear text over the
connection, so that may not be your best option.

/bs

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to