Is there an Easy way to.....

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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
 
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
 
Back
Top