
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2008 09:28 PM
Edit: Monitor serial number scanning is now available in Lansweeper 4.0 download from here
Solved! Go to Solution.
- Labels:
-
Custom Actions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2010 09:53 PM
dprzybycien wrote:
This is an amazing script! However, after poking around in the code, it seems that we should be able to batch this out, to say poll every computer on the domain, and then have it compile a CSV with all the monitor info for each Host. I cannot figure out for the life of me the proper way command line arguments to make this work. Any and all help would be greatly apprecaited!
Thanks!
-Drew
Monitor serial number is in the latest version of Lansweeper, you can download it from http://www.lansweeper.com/download.aspx

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2009 09:03 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2009 03:48 PM
Model: Dell 1707fp
Serial: abc938381xyz
Manufacture Date: 6/2004
etc etc.
However when you run it as a customer action you just get a message box with the data and no fields so:
PCNAME, Dell 1707fpp, abc938381xyz, 6/2004
Is there any way to keep the fields so it make a bit more sense?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2009 01:03 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2009 01:02 AM

But what I said above works just fine, except for you it would be:
\\vm-sweeper\ls-tools\MonitorInfo\MonitorInfo.vbs {computer}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2009 12:58 AM
cscript \\vm-sweeper\ls-tools\MonitorInfo\MonitorInfo.vbs {computer}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2009 12:57 AM
\\server\share\monitorinfo.vbs {computer}
This works just fine.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2009 12:49 AM
Again, very neat and useful, kudos!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2009 06:06 PM
I would like to note that you can only have 1 open at a time otherwise you get an error.
Good job and thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2008 10:17 PM
cscript \\server\folder\monitorinfo.vbs {computer}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2009 01:54 AM
BullGates wrote:
Didn't test it but it should work with:
cscript \\server\folder\monitorinfo.vbs {computer}
Is there a way to make this method display the same as manually entering the computer name?
Very nice and helpful script by the way.
