Re: how to run cmd as administrator on a slave

2014-08-19 Thread Adam Guja
if there's no password required: sample source: http://www.howtogeek.com/forum/topic/make-a-batch-file-to-run-cmd-as-administrator runas /user:administrator C:\data\mybatchfile.bat you can try using psexec, however I have never used in on localhost psexec \\localhost -u admin -p password echo

how to run cmd as administrator on a slave

2014-08-18 Thread Brian C
hi, is this possible? we are trying to create a job, that updates the logon details for services in windows 7. for instance we would like to change the DB2COPY1 login details with a new password. however our master does not login to the slave using the admin account. looking to see if its