Thread: dsget
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Striker3070 Striker3070 is offline
external usenet poster
 
Posts: 16
Default dsget

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