drieslaurens
Unregistered
I think it would be usefull to be able to create reports of all your networked pc's while you're working only at 1 pc, with SIW-technician:
- you don't have to move physically to each pc
- no usb-stick in every pc
- no log-off, log-on to admin at every pc
- admin wins a lot of time
drieslaurens
Unregistered
(01-24-2012 05:29 PM)gtopala Wrote: (01-24-2012 10:43 AM)drieslaurens Wrote: I think it would be usefull to be able to create reports of all your networked pc's while you're working only at 1 pc, with SIW-technician:
- you don't have to move physically to each pc
- no usb-stick in every pc
- no log-off, log-on to admin at every pc
- admin wins a lot of time
Sysinternals' psexec can be used to remotely run SIW
Dear Mr Topola,
Thank you, I tested, but I think I'm doing something wrong.
I have 2 pc's: testpc1 and testpc2, with access too each other.
I'd like to have: SIW on testpc1, getting system information of testpc2.
On testpc1:
C:\PsTools\psexec \\testpc2 "c:\program files\siw\siw.exe"
result:
c:\program files\siw\siw.exe exited on testpc2 with error code 0.
I haven't seen anything of SIW working...
What am I doing wrong?
Can you please send me an example?
Kind regards,
Dries
(This post was last modified: 02-19-2021, 08:02 AM by
gtopala.)
It turned out i just have to start psexec with -s to run under system user. Then the report is being created
current command line is like this:
C:\siw\psexec.exe -s \\pc1 \\server\siwreports\siw.exe -log:xml=\\server\siwreports\report /silent /zip
Thank you. I really like SIW
Posts: 3
Threads: 2
Joined: Sep 2015
Reputation:
0
I am trying to run SIW Technicians version on a remote pc connected with Teamviewer. Do I have to install Systinternals PsExec on the remote pc for this to work?