WinBatch® Technical Support Forum

All Things WinBatch => WinBatch => Topic started by: int5749 on September 04, 2016, 11:35:54 PM

Title: How to gather members of a universal Group in AD
Post by: int5749 on September 04, 2016, 11:35:54 PM
Hi all,

I like to gather - and later delete specific - members of a known Universal AD Group.
I have tried to use wntMemeberList but this one Returns nothing than an empty logfile.
It's assumed this is because it's an universal Group and wnt... is only valid for Global & Local Groups?

Honestly I'm not that firm using the AD extender so far and looking Forward to some advises ;-)

Many thanks,
Joerg
Title: Re: How to gather members of a universal Group in AD
Post by: td on September 05, 2016, 07:51:25 AM
The Network Extender has some but limited value in an Active Directory based Windows network environment.  You can find information about the ADSI extender in the Consolidated WIL Help file, if you have the extender installed on your system.  Start by viewing the documentation for the dsGetMemGrp function.  You can find more examples by searching  the WinBatch Tech Database site for the term dsGetMemGrp .  A link to the Tech Database site is available at the top of this page.