If you can call a VB script in your script you could determine the group
type. This examle lists the Universal groups in the Users OU
Set oDomain=GetObject("LDAP://cn=users,dc=mydomain,dc=com")
For Each group In oDomain
If group.grouptype="-2147483640" then
WScript.Echo group.samaccountname
End if
next
If this is something you could use, let me know if you need any further
assistance with some VB code that will do the job for you
Regards
Niclas
> both "net group" or "global" command against a universal group
> show only members that are in that group that share the domain the actual
> universal group is in??
> > >Is there a tool in the resource kit or anywhere that will correctly
> > >enumerate UNIVERSAL groups? I am trying to use them in a logon script
to
> > >process for group membership when users are in the groups from multiple
> > >domains.
> > >local.exe and global.exe do not work!
> > >I am usin the latest version of Kixtart and it does not enumerate these
> > >groups correctly. It only pulls the members that share the doamin with
> the
> > >group.
> > >tahnks alot!!
> > what happens when you type:
> > net group "GroupName" /domain
> > Does it enumerate the proper members?
> > Jerold Schulman
> > Windows Server MVP / Configuration Management
> > JSI, Inc.
> > http://www.jsiinc.com