General discussion

  • Creator
    Topic
  • #2317233

    Group Members

    Locked

    by pratheep ·

    Hi
    I have a WIndows NT 4.0 server which is a member of a NT Domain. The windows NT 4.0 server is having many local groups. The members of these groups are domain users. How can I list these local group members of Windows NT server and how can I print these members list?

    Thanks
    Pratheep.

All Comments

  • Author
    Replies
    • #2738698

      Reply To: Group Members

      by beermonster ·

      In reply to Group Members

      Hi,
      it’s a while since i touched NT, but as i recall –
      from a command prompt on the server run

      net localgroup

      This should give you a list of local groups. For each group run

      net localgroup nameofthegroup

      where nameofthegroup is the name returned by the first command – IE

      net localgroup users
      net localgroup administrators

      I don’t know what you’re scripting skills are like, but this could be scripted fairly easily. You can output the list of names to a file by using the following syntax

      net localgroup administrators >> c:\myfile.txt

      The file could then be printed….

    • #3542677

      Reply To: Group Members

      by pratheep ·

      In reply to Group Members

      Hi

      Thanks for your quick response.
      I found that net localgroup command is working fine, but I want to see the members of a member server from a remote PC(Administrator PC). How this can be done?

      Thanks

      Pratheep.

    • #3378564

      Reply To: Group Members

      by pratheep ·

      In reply to Group Members

      This question was closed by the author

Viewing 2 reply threads