Exporting User Names

  • Thread starter Thread starter Stephen
  • Start date Start date
S

Stephen

I have been able to export all of the folder permissions to a text file and
import them into MS Access. However, this has only given me the groups that
have the permissions. I now need to to be able to export the ACL's that show
the users who are in these groups. Is there anyway that I can get this info
from AD and put it into a text document, for importing to Access.

If anyone can help, it would b great.

TIA
Stephen
 
Stephen said:
I have been able to export all of the folder permissions to a text file and
import them into MS Access. However, this has only given me the groups that
have the permissions. I now need to to be able to export the ACL's that show
the users who are in these groups. Is there anyway that I can get this info
from AD and put it into a text document, for importing to Access.

Perhaps one of these?
dsquery (Win2003)
net group (even NT)
ldifde
csvde
listmembers.vbs (from the resource kit)
 
Back
Top