I am an IT guy, and what I need to do is to somehow gather the following information:
- Dell Service Tag
- Computer Name
- User Name
of all users in my network, and then sort that information into a text or Excel file.
I have tried using a VBS file, as well as creating a .bat file login script for each user, but I don’t seem to be getting it to work completely.
Here is code that gives what you ask, but in the future please post what you’v got of code, as little as it often is.
another more reliable way..
You could log the result to a database or to a textfile (An Excel file is not a good idea i’m afread)
Here a logging procedure to a textfile that can lateron be opened with Excel.