Here's a script that can be run to popup a window where you can enter the computer name to have the monitor serial number and model pulled up. I tried to get it to populate the computer name automaticaly but I couldnt figure it out. It starts with the local pc name in the box... but it works. If anyone can get it to work with the remote computer name than that would be great.
Edit: Monitor serial number scanning is now available in Lansweeper 4.0 download from here
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
Just to point out, if you use the {computer} tag and the user has two monitors, you will get a popup for each monitor. Without the {computer} tag both monitors will be displayed as Monitor A and Monitor B in a single popup box. I've attached a gif I use for the action screen.
Very neat script! Quick question: I added it to Custom action and the script gets called up, but it opens up in a DOS prompt and closes immediately; is there a way display it in the GUI, or as a pop-up the same as when you run the script without the computer name? Again, very neat and useful, kudos!