09-11-2012, 02:29 PM
I am trying to run SIW on multiple computers from my PC using psexec . All the computers are connected through a switch and not on a domain.
The command I use below copies and opens up SIW on the remote PC but SIW always asks me for a username and password on each PC. Is there a way around this ? Even better is there a way to not have to actually run SIW on each PC and be able to just run it on one PC to generate reports for all of them using psexec ?
This is the command i am running:
psexec -i -n -s \\computer1 -u USERNAME -p PASSWORD -c C:\siw.exe
The command I use below copies and opens up SIW on the remote PC but SIW always asks me for a username and password on each PC. Is there a way around this ? Even better is there a way to not have to actually run SIW on each PC and be able to just run it on one PC to generate reports for all of them using psexec ?
This is the command i am running:
psexec -i -n -s \\computer1 -u USERNAME -p PASSWORD -c C:\siw.exe