M
Mark Hanford
We are going to be migrating a whole bunch of stuff from one set of servers
to another soon, and on one of them (a web server) there is a whole mess of
folder- and file-permissions.
Is there a way of traversing a folder tree and reporting on the permissions
of each object? The results would either be saved in an Access MDB or saved
to a CSV or whatever.
I can find plenty of samples of using FSO, for example, to traverse a tree,
but nothing about extracting the current permissions.
It would be nice if I could set permissions too, but that's something I'm
not 100% sure I want to automate just yet, as I'm hoping to tidy up a lot of
the stuff anyway.
Any links or subtle hints appreciated! Google searches including "security"
or "permissions" always seem to result in a whole raft of irrelevent
links...
M
to another soon, and on one of them (a web server) there is a whole mess of
folder- and file-permissions.
Is there a way of traversing a folder tree and reporting on the permissions
of each object? The results would either be saved in an Access MDB or saved
to a CSV or whatever.
I can find plenty of samples of using FSO, for example, to traverse a tree,
but nothing about extracting the current permissions.
It would be nice if I could set permissions too, but that's something I'm
not 100% sure I want to automate just yet, as I'm hoping to tidy up a lot of
the stuff anyway.
Any links or subtle hints appreciated! Google searches including "security"
or "permissions" always seem to result in a whole raft of irrelevent
links...
M