CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Guest

    how to get the group name in a NT domain

    How can I get the name of the group of user in NT Domain he is logged onto?

    Thanks


  2. #2
    Guest

    Re: how to get the group name in a NT domain

    go to the user manager and check out the properties for that person, it will list all the groups that he is member of



  3. #3
    Guest

    Re: how to get the group name in a NT domain

    I want to get the group name with Visual Basic.


  4. #4
    Join Date
    May 1999
    Posts
    3,332

    Re: how to get the group name in a NT domain

    there is a NetUserGetGroups API in NT


  5. #5
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: how to get the group name in a NT domain

    There's some excellent network / NT based VB code over at :

    http://www.netfokus.dk/vbadmincode - you should find code to do this and a lot more.




    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured