|
|
|
|
VBScript program to document all members of a group. The members can be users or other groups. The LDAP provider is used to bind to the group. Nested group members are revealed. The program also includes users that have the group, or any nested group, designated as their "Primary Group". The program is designed to be run at a command prompt with the Cscript host. The output can be redirected to a text file. The Distinguished Name of the group is passed to the program as a parameter. For example: cscript //nologo EnumGroup.vbs "cn=GroupA,ou=Sales,dc=MyDomain,dc=com" > GroupA.txt If the Distinguished Name passed to the program has a character that must be escaped, such as a comma, be sure to escape the character with the backslash escape character, "\". The characters that must be escaped are: , \ / # + < > ; " = This program should work on any 32-bit Windows client that can log onto the domain. Windows NT and Windows 98/95 clients should have DSClient installed. If DSClient is not installed, they need WSH and ADSI installed. EnumGroup.txt <<-- Click here to view or download the program |
Send mail to
HilltopLab@RLMueller.Net with questions or comments about this web site.
|