Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can I pass a DSGET windows system command to get Axtive directory group
members, I am currently using LDAP, but running against a 1500 limit. Current:Set objGroup = GetObject("LDAP://CN=BATYSESCREEN,OU=Security Groups,DC=baty,DC=com") would like to try to pass a DSGET command ,like: dsget group "BATYSESCREEN,OU=Security Groups,DC=baty,DC=com" -members |