Quantcast
Channel: Forums - Recent Threads
Viewing all articles
Browse latest Browse all 30534

Re: Report that shows all computers domain users have logged onto.

$
0
0

Try a batch file, probably something like this:

hostname > info.txt
dir c:\users >> info.txt

Use a procedure to start the batch file, and retrieve the info.txt file. This will simply show the hostname and the directories in C:\users in 1 file.


Viewing all articles
Browse latest Browse all 30534

Trending Articles