PC Review


Reply
Thread Tools Rate Thread

How can you to tell where groups (or users) have permissions set?

 
 
=?Utf-8?B?TWFy?=
Guest
Posts: n/a
 
      11th Apr 2005
How can you find where a domain local group has been assigned to what
directories?

For example we have a domain local group name DLG_Admin, is there a utility
that can be run to show where that group has been assigned throughtout all
directories?

thanks,
Mar
 
Reply With Quote
 
 
 
 
Jerold Schulman
Guest
Posts: n/a
 
      12th Apr 2005
On Mon, 11 Apr 2005 12:29:01 -0700, Mar <(E-Mail Removed)> wrote:

>How can you find where a domain local group has been assigned to what
>directories?
>
>For example we have a domain local group name DLG_Admin, is there a utility
>that can be run to show where that group has been assigned throughtout all
>directories?
>
>thanks,
>Mar



In a batch:

@echo off
setlocal
for /f "Tokens=*" %%a in ('dir /b /s /a c:\') do (
for /f "Tokens=*" %%b in ('cacls "%%a"^|FIND /i "DLG_Admin"') do (
@echo "%%a","%%b"
)
)
endlocal

See tip 424 in the 'Tips & Tricks' at http://www.jsifaq.com



Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
 
Reply With Quote
 
Jerold Schulman
Guest
Posts: n/a
 
      12th Apr 2005

Oops. Tip 425.

On Mon, 11 Apr 2005 20:50:27 -0400, Jerold Schulman <(E-Mail Removed)> wrote:

>On Mon, 11 Apr 2005 12:29:01 -0700, Mar <(E-Mail Removed)> wrote:
>
>>How can you find where a domain local group has been assigned to what
>>directories?
>>
>>For example we have a domain local group name DLG_Admin, is there a utility
>>that can be run to show where that group has been assigned throughtout all
>>directories?
>>
>>thanks,
>>Mar

>
>
>In a batch:
>
>@echo off
>setlocal
>for /f "Tokens=*" %%a in ('dir /b /s /a c:\') do (
> for /f "Tokens=*" %%b in ('cacls "%%a"^|FIND /i "DLG_Admin"') do (
> @echo "%%a","%%b"
> )
>)
>endlocal
>
>See tip 424 in the 'Tips & Tricks' at http://www.jsifaq.com
>
>
>
>Jerold Schulman
>Windows Server MVP
>JSI, Inc.
>http://www.jsiinc.com



Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
PermExpl: Explorer for Access/Jet users/groups and permissions Graham Wideman Microsoft Access Security 0 17th Sep 2005 12:00 PM
Display users, groups, etc Domain permissions =?Utf-8?B?U1c=?= Microsoft Windows 2000 Active Directory 1 27th Jul 2005 11:01 PM
Users, groups, permissions, etc... Mike Windows XP General 1 5th Dec 2004 04:00 PM
a tool to check permissions for groups and users =?Utf-8?B?QnJhZA==?= Microsoft Windows 2000 Active Directory 1 5th Oct 2004 05:00 PM
Users Not Inheriting permissions assigned to new groups =?Utf-8?B?UGhpbGxpcCBEZWFu?= Microsoft Windows 2000 Active Directory 0 19th Aug 2004 06:15 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:33 AM.