All Forums >> [Scripting] >> Post a VBScript >> Enumerating group membership on a remote machine with WMI Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
I recently came across some VB.NET code that used WMI to enumerate local group membership on a remote machine using WMI. I had always used the WINNT provider because I didn't think WMI could do it. The problem with the WINNT provider for this sort of thing is that it is painfully slow. Doing it with WMI is much, much faster.