Is there an Easy way to.....

G

Guest

Scan all the NT, 2K, and 2K3 server in a domain for NTFS permissions? I dont wnat it to report Share Permissions, only NTFS. Is there a utility or a software suite that will do it

I am trying to look through 400 servers withover 50K shares for any folder that may still have "everyone full control" on it.
 
J

Jerold Schulman

Scan all the NT, 2K, and 2K3 server in a domain for NTFS permissions? I dont wnat it to report Share Permissions, only NTFS. Is there a utility or a software suite that will do it.

I am trying to look through 400 servers withover 50K shares for any folder that may still have "everyone full control" on it.

If you run RMTSHARE \\Servername (Tip 6353 in the 'Tips & Tricks' at
http://www.jsiinc.com), you will set that it outputs, among other objects, the
administrative DRIVE shares.

You can run a process remotely using PsExec, tip 4141.

If you had a file that contained all the netbios server names, you could

determine the disk drive letters on each server,

and parse the output of CACLS for each drive and folder throught a findstr filer
looking for "Everyone:F"



Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 
J

Jerold Schulman

Scan all the NT, 2K, and 2K3 server in a domain for NTFS permissions? I dont wnat it to report Share Permissions, only NTFS. Is there a utility or a software suite that will do it.

I am trying to look through 400 servers withover 50K shares for any folder that may still have "everyone full control" on it.


See tips 8139 and 8138 and links in the 'Tips & Tricks' at http://www.jsiinc.com



Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top