Actually, the real issue with these scripts, is that how does cacls.exe know how many drives are on each server?
Say one server has a "C:" partition while another has a "C:" and "E:" and "F:",etc.
How can I accurately enumerate all perms on all folders/files on all these servers/paritions via a _vbscript_?
Thanks again.
On 9/18/06, Tom Kern <[EMAIL PROTECTED]> wrote:
Thanks.What would be the best readable format to dump it to(for management).?
On 9/18/06, Brian Desmond <[EMAIL PROTECTED] > wrote:The Cacls command line tool and a _vbscript_ to walk the tree (using FileSystemObject) will do the trick. ACLs aren't really spreadsheet type data IMHO.
Thanks,
Brian Desmond
c - 312.731.3132
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Tom Kern
Sent: Monday, September 18, 2006 1:49 PM
To: activedirectory
Subject: [ActiveDir] FIle/Folder ACL's(OT)
Can someone direct me to a _vbscript_ that I can run remotely which will dump the ACl's of all file/folders on a bunch of remote servers(250) to a central Excel spreadsheet?
I assume using wmi.
Thanks, sorry for the bother but I can't seem to be able to google anything deifinitive on this.
