Re: List local group members



DSRAZOR for Windows can provide you with some nice tools to accomplish your
cleanup and documentation. There are applets designed to list group
membership and group nesting.

Perhaps more useful to your situation are the applets designed for
documenting security within AD and NTFS. The applets will comb through your
file system and show present you with exportable reports showing which
trustees have permissions, where they are assigned, and what they are.
You can create lists by object, or by Trustee. The by Trustee ones are
really interesting because you can pick a group, say DevEngineers, and find
out which folders and files that group has permissions to, and what those
permissions are. There is also an applet that will walk through a directory
structure and point out all places where inheritance has been broken. All
of these tools are very useful for getting ahold of your file system. If
you would like a live, one on one, web demonstration feel free to contact us
at www.visualclick.com.

--
Ken Aldrich
DSRAZOR for Windows
Visual Click Software, Inc.
www.visualclick.com

"Ladymuck" <Ladymuck@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:D9BAF437-FC05-48C8-A18B-654B970CABD4@xxxxxxxxxxxxxxxx
Thanks, I'll give that a try.

"Pegasus (MVP)" wrote:


You can run this batch file:

Line1 @echo off
Line2 echo %ComputerName% permission structure > c:\perms.txt
Line3 echo Snapshot taken on %date% at %time:~0,5% >> c:\perms.txt
Line4 echo ============================================= >> c:\perms.txt
Line5 dir /ad /b /s "d:\Shares" > c:\dir.txt
Line6 for /F "tokens=*" %%* in (c:\dir.txt) do (
Line7 echo Processing %%*
Line8 cacls "%%*" >> c:\perms.txt
Line9 )
Line10 del c:\dir.txt





.



Relevant Pages

  • Re: Classic Gnubie accident SOLVED
    ... I did read the Debian documentation on file permissions, ... Search the internet for your error messages, ... Do *not* assume you already know the reason for the problem if ...
    (Debian-User)
  • Re: Permissions on filesystem via Group policy
    ... can use the Resultant Set of Policy mmc snapin to see exactly what Group ... you want to disable "inherited permissions" in the advanced page if you only ... > Right-click File System and press Add File. ... Use the security settings of that GPO to specify ...
    (microsoft.public.windows.group_policy)
  • Re: Is it possible to run as administrator without password?
    ... Access Control Lists aren't exposed through the GUI in this version of Vista ... You can make a list of the registry and file system ... actually saw the Permissions locations in the properties dialogs for various ... If there are restricted registry locations involved, ...
    (microsoft.public.windows.vista.administration_accounts_passwords)
  • Re: Linux for Kids
    ... so this is equivalent to Olin file and directory permissions then. ... Olin keeps it's permissions in the file system, ... Is it sort of attached to each file and folder? ...
    (comp.os.linux)
  • Re: Connection problem with Access
    ... CurrentDb.Name produced the path to db2). ... As far as permissions go I have given myself 'administer' rights on ... everything, including the database. ... almost every time I have seen documentation for the ...
    (microsoft.public.word.mailmerge.fields)