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 =...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.