
Enumerating Global groups inside of Universal groups
Found a bug in one of my scripts that I can't figure out how to work around
yet and having trouble finding documentation on it. Any help appreciated.
I have multiple Universal Groups in use and following MS recommendations,
they are populated only with global groups. Using the WINNT provider I get no
response from group.members unless the member is a user. Any ideas, other
than ldap?
Set GroupName = GetObject("WinNT://" & ACCTDOMAIN & "/UGSomeName")
For each thing in GroupName.Members
Wscript.echo thing.name
Next