Options

User accounts

amyamandaallenamyamandaallen Member Posts: 316
Hi,

This one is probably so simple that I just cant see how to do it. icon_confused.gif

I need to install a font onto quite a few pc's. Thats no problem I can go in as the admin to the c$ share etc and install it in the relevent place. I know the user account names, but need to know which machines they are logged onto so I can install the font. I could just disturb them all but this seemed an easy way.

So my question is how do I find out which pc's there logged onto please? Where on Server 2000 at the moment.

Cheers

Amy icon_wink.gif
Remember I.T. means In Theory ( it should works )

Comments

  • Options
    sprkymrksprkymrk Member Posts: 4,884 ■■■□□□□□□□
    Download the pstools, then export a list of your computer names from AD to a text file. Run a command like this:
    for /f %C in (c:\temp\computernames.txt) do psloggedon \\%C >> c:\temp\loggedon.txt
    

    It will take a while to run, but then check the loggedon.txt file to see what users are logged on to what computers.
    All things are possible, only believe.
  • Options
    j938j938 Member Posts: 101
    And while your at it go ahead and make you an inventory spreadsheet.

    -- I use dameware it shows the computer name and description so for all computers I have I name the description with their name.
    Growth is limited.
Sign In or Register to comment.