Re: List local group members
- From: "Ken Aldrich" <supportw@xxxxxxxxxxxxxxx>
- Date: Wed, 29 Mar 2006 12:31:21 -0600
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
.
- References:
- Re: List local group members
- From: Pegasus \(MVP\)
- Re: List local group members
- Prev by Date: One Man I.T. Dept needs help
- Next by Date: Re: RIS Server problems
- Previous by thread: Re: List local group members
- Next by thread: Logon Hours - XP Portuguese
- Index(es):
Relevant Pages
|