Petri IT Knowledgebase Forums
 

Petri.co.il forums Home Forums Start Page Forums Frequently Asked Questions FAQ Member List Members List
Go Back   Petri IT Knowledgebase Forums > Server Operating Systems > Windows Server 2000 / 2003
Petri.co.il is happy to award auglan the title of Most Valuable Member !!!
Register Calendar Calendar Search Petri IT Knowledgebase Forums Search Todays Posts Today's Posts Mark Forums Read

Notices

search folder access permission for a group  on windows 2003 server

search folder access permission for a group on windows 2003 server

this thread has 2 replies and has been viewed 3786 times

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #1  
Old 15th January 2007, 08:19
rajesh_m rajesh_m is offline
Casual
Casual
 
 Join Date: Jan 2007
  6 month star 12 month star
 Posts: 1
 Reputation: rajesh_m is on a distinguished road (10)
Question search folder access permission for a group on windows 2003 server

I need help...............
if we have the folder name we can find out what are the security on the folder - I need the opposite of this...
i need to find out all the folders that a group has permissions on
  #2  
Old 15th January 2007, 10:24
rvalstar's Avatar
rvalstar rvalstar is offline
Senior Member
Guru
 
 Join Date: Oct 2006
  6 month star 12 month star
 Location: Houston, TX
 Posts: 1,303
 Reputation: rvalstar is just really nicervalstar is just really nicervalstar is just really nicervalstar is just really nice (376)
Default Re: search folder access permission for a group on windows 2003 server

From a CMD box, you can try something like this:

Quote:
cd /D <desired starting point>

dir /a:d /s /b > c:\temp\dirlist.txt

for /F "tokens=*" %f in (c:\temp\dirlist.txt) do xcacls "%f" >> c:\temp\diracls.txt
Then edit and search diracls.txt

XCACLS comes on the W2K3 and WXP CD's in Support Tools. Also in the W2K Resource Kit and ...

If you wish to make a CMD file out of this, use %%f in place of %f. Also, clear out diracls.txt at the front of each run (echo. > c:\temp\diracls.txt or equiv.).

And if you make a CMD file, you could change the FOR command to:

Quote:
for /F "tokens=*" %f in (c:\temp\dirlist.txt) do (
xcacls "%f" | Find /I "Domain\Group:" > nul
if not errorlevel 1 echo %f
)
__________________
Cheers,

Rick

** Remember to give credit where credit is due and leave reputation points Click on that post's Yin-Yang icon where appropriate **

© 2006-2013 R Valstar. This post is offered "as is" for discussion purposes only with no express or implied warranty of any kind including, but not limited to, correctness or fitness for use. Nothing herein shall be construed as advice. Attempting any activity based on information in this post is done at your own risk.
  #3  
Old 15th January 2007, 11:00
sorinso's Avatar
sorinso sorinso is offline
Moderator
 
 Join Date: May 2006
  6 month star 12 month star
 Location: Haifa, Israel
 Posts: 3,065
 Reputation: sorinso is a name known to allsorinso is a name known to allsorinso is a name known to allsorinso is a name known to allsorinso is a name known to allsorinso is a name known to all (561)
Default Re: search folder access permission for a group on windows 2003 server

You can also check Heyna. Great tool, with a lot of options. Not free, it's $199 for the Standard edition. The Enterprise is $269 (it contains support for Terminal Server user properties, Exchange 5.5/2000/2003 Server mailbox integration, and WMI integration).
You have 30-days evaluation available, with all the options operational.
This is not a sales trick. I am not trying to sell anything to you, just to make you aware of a great product.
Good luck.
__________________

Sorin Solomon

»»»»»
In order to succeed, your desire for success should be greater than your fear of failure.
- Bill Cosby
«««««
Closed Thread


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help,no network browsing on ras access to windows 2003 server Guinnesx Windows Server 2000 / 2003 0 17th October 2006 13:17
Print Server, File Server, Access Permission: Windows 2003 Server habibalby Windows Server 2000 / 2003 18 19th October 2005 19:49
Windows Server 2003 Access-based Enumeration ahinson Windows Server 2000 / 2003 0 19th April 2005 21:20
Windows Server 2003 Folder Redirect errors e-John Active Directory 9 8th February 2005 16:39
Windows 2003 Server Folder Sharing elhombreborracho Windows Server 2000 / 2003 2 9th October 2004 11:53


All times are GMT +3. The time now is 00:46.

Steel Blue 3.5.4 vBulletin Style ©2006 vBEnhanced
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
 

Valid XHTML 1.0!   Valid CSS!

Copyright 2005 Daniel Petri