NTFS & Share Permissions

  • Thread starter Thread starter fusebox
  • Start date Start date
F

fusebox

Guest
All:

I am trying to get a text dump of the following:

1.Shares along with permissions
2.NTFS permissions of all directories and files (any local disk)

fyi: I've tired xcacls but I can only use it one dir at a time??? perhaps a
switch that isn't listed will help transverse all dirs/files???

TIA!

Fusebox
 
Re: NTFS & Share Permissions

Hello,

I see that nobody has replied yet. You can use DSRAZOR for Windows to
report both Share level and NTFS level permissions on your file systems. No
need to figure out scripts or command-line tools. The built-in reports meet
most people's needs for File System reporting, but DSRAZOR does allow a very
flexible framework for customizing your reports.

You can go to www.visualclick.com to check it out. The "Dir/File System
Object Owner plus Trustees and Permissions" report is probably the one for
you.

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

"fusebox" <fuse.box@htomail.com> wrote in message
news:C8B39CBA-3AF5-4913-BB7A-DB3BA6F88E2C@microsoft.com...
> All:
> I am trying to get a text dump of the following:
>
> 1.Shares along with permissions
> 2.NTFS permissions of all directories and files (any local disk)
>
> fyi: I've tired xcacls but I can only use it one dir at a time??? perhaps
> a
> switch that isn't listed will help transverse all dirs/files???
>
> TIA!
> Fusebox
 
Re: NTFS & Share Permissions


"fusebox" <fuse.box@htomail.com> wrote in message
news:C8B39CBA-3AF5-4913-BB7A-DB3BA6F88E2C@microsoft.com...
> All:
> I am trying to get a text dump of the following:
>
> 1.Shares along with permissions
> 2.NTFS permissions of all directories and files (any local disk)
>
> fyi: I've tired xcacls but I can only use it one dir at a time??? perhaps
> a
> switch that isn't listed will help transverse all dirs/files???
>
> TIA!
> Fusebox


xcacls.vbs will probably do the job. It hat recursive switches. You can get
it from here:
http://download.microsoft.com/downl...b-45ab-b0a2-8c8c18bbf483/xcacls_installer.exe
 
Back
Top