Jump to content

How To Display File Permssions Recursively on File Server


Recommended Posts

Posted

What utility and syntax would I use to generate a report on a file server

with approximately 300 user home directories which would show recursively

within each home directory all files and folders in which the 'Everyone'

group had permissions and what those permissions are?

  • Replies 2
  • Created
  • Last Reply

Popular Days

Guest Ace Fekay [MVP]
Posted

Re: How To Display File Permssions Recursively on File Server

 

In news:CAAE55F5-C0F4-4B70-80C4-6262C893EB9B@microsoft.com,

Scott <Scott@discussions.microsoft.com> typed:

> What utility and syntax would I use to generate a report on a file

> server with approximately 300 user home directories which would show

> recursively within each home directory all files and folders in which

> the 'Everyone' group had permissions and what those permissions are?

 

 

Use Xcacls To Enumerate Ntfs PermissionsEXE to enumerate NTFS folder

permissions. XCACLS does not have an option to just enumerate folders, it

enumerates files as well in recursive mode. ...

http://cwashington.netreach.net/depo/view.asp?Index=659&ScriptType=vbscript

 

 

JSI Tip 9901. How can I enumerate the folder permissions on a ...Using

Xcacls.vbs, I have scripted TreePerm.bat to enumerate the permission of a

drive or folder tree, using CSV format. The syntax for using TreePerm.bat

....

http://www.jsifaq.com/SF/Tips/Tip.aspx?id=9901

 

 

JSI Tip 8670. How can I report the NTFS folder permissions on a ...Where /$

is an optional parameter that will enumerate hidden shares, and /S is an

optional parameter that will report sub-folder permissions. ...

http://www.jsifaq.com/SF/Tips/Tip.aspx?id=8670

 

For additional suggestions, you can also search Google for the

following string:

enumerate folder permissions

 

 

--

Regards,

Ace

 

This posting is provided "AS-IS" with no warranties or guarantees and

confers no rights.

 

Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT,

MVP Microsoft MVP - Directory Services

Microsoft Certified Trainer

 

Infinite Diversities in Infinite Combinations

Guest net_admin
Posted

RE: How To Display File Permssions Recursively on File Server

 

http://www.systemtools.com/cgi-bin/download.pl?DumpAcl

 

--

NetAdmin <São Paulo, BR>

 

 

 

"Scott" wrote:

> What utility and syntax would I use to generate a report on a file server

> with approximately 300 user home directories which would show recursively

> within each home directory all files and folders in which the 'Everyone'

> group had permissions and what those permissions are?


×
×
  • Create New...