
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2009 03:43 PM
\\servername\share\psexec.exe \\* -c -u "domain\username" -p "password" \\server\share\lsclient "name of server where lansweeper resides"
THis is how I am scanning across the domain now and iw works great!
- Labels:
-
Custom Actions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2010 09:34 PM
cmd.exe /k "psexec.exe \\{computer} \\server\share\lsclient.exe" name of the computer where lansweeper server is running or you could call the .bat listed below
the qoutes are needed due to the cmd window
this will Trigger a scan of the {computer} and give you confirmation that the proccess executed we use a more powerful server to handle the processing of the scan so our web server is not slowed up.
We created a .bat file that calls the LSClient.exe and directs it to the processing server.
this is what the contents of the bat file is realy simple - \\server\share\lsclient.exe XXX.XXX.XXX.XXX

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2009 07:11 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2009 06:37 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-18-2009 04:40 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2009 12:29 AM
taeratrin wrote:
Keep in mind that this method does not fill in the user information correctly. It will show whatever you put in after the -u as being the logged-in user.
Workaround: then we must use variables {username} and {userdomain} like this:
psexec.exe \\{computer} -u {userdomain}\{username} -p password \\server\share\lsclient.exe name of the computer where lansweeper server is running

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2009 01:38 AM
cosminbro wrote:taeratrin wrote:
Keep in mind that this method does not fill in the user information correctly. It will show whatever you put in after the -u as being the logged-in user.
Workaround: then we must use variables {username} and {userdomain} like this:
psexec.exe \\{computer} -u {userdomain}\{username} -p password \\server\share\lsclient.exe name of the computer where lansweeper server is running
So all of the users on your network have the same password?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2009 02:23 PM
taeratrin wrote:cosminbro wrote:taeratrin wrote:
Keep in mind that this method does not fill in the user information correctly. It will show whatever you put in after the -u as being the logged-in user.
Workaround: then we must use variables {username} and {userdomain} like this:
psexec.exe \\{computer} -u {userdomain}\{username} -p password \\server\share\lsclient.exe name of the computer where lansweeper server is running
So all of the users on your network have the same password?
No, sorry, i didn't observe .... I was at home !

So go buy premium !



- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2009 10:15 PM
taeratrin wrote:
Keep in mind that this method does not fill in the user information correctly. It will show whatever you put in after the -u as being the logged-in user.
Your right, but for an initial sweep or for the purpose of trying the program this is an exellent way to scan. It's perfect if you only need hardware and software and faster than the loggin script method. Besides that I use Lansweeper for machine and software not users (they just hate being treated like numbers


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2009 11:22 PM
kaarde wrote:taeratrin wrote:
Keep in mind that this method does not fill in the user information correctly. It will show whatever you put in after the -u as being the logged-in user.
Your right, but for an initial sweep or for the purpose of trying the program this is an exellent way to scan. It's perfect if you only need hardware and software and faster than the loggin script method. Besides that I use Lansweeper for machine and software not users (they just hate being treated like numbers)
That's why I built that deployment tool. Does basically the same thing.
You mean you don't have problems with users sending in tickets that don't mention what computer they're on? We get that all of the time, and I got sick of wasting time asking them to send in the computer name. Half the time, you'd get no response at all. The other half, you'd get a response like 'My computer name is Optiplex 740'. I implemented Lansweeper to solve this problem, and so far it's been working out well.
I did do alot of research on how to make the deployment tool (and psexec) run the process as the local session user, but it turns out to be impossible.
