Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. darkbug

    Active Directory Groups for a list of Users

    Thank you for your help! Here is what I came up with: Const ForReading = 1, ForWriting = 2, ForAppending = 8 Set fso = CreateObject("Scripting.FileSystemObject") 'Open list.txt file file = "user_list.txt" Set ts = fso.OpenTextFile(file, ForReading) Set objNetwork =...
  2. darkbug

    Active Directory Groups for a list of Users

    Hello, I have been lurking here for about 8 years. I need some help with finding what AD groups a list of users are members of. I have a list of usernames for my domain in a text file. What would be the easiest way to export that list of username's AD groups to a text file? Any help will be...

Part and Inventory Search

Back
Top