| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
User permissions in Windows Server 2003
Is there anyway to produce a list of all the folders/files a user
has access to and the kind of access (read/write/etc) they have without manually checking each folder and writing it down? I'm sure there must be.... |
|
#2
|
|||
|
|||
|
I don't know the answer, but there are lots of nify utility programs at www.sysinternals.com, maybe they have something. I seem to recall some command-line utility from MS did something like this, but I don't recall any program name.
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
|
#3
|
||||
|
||||
|
Quote:
I found a MS util caled perms, but the output is too unwieldy. I'll take a look a sysinternals tomorrow. Thanks |
|
#4
|
|||
|
|||
|
displays perms by folder/file instead of user. use /t to display all subdirs
C:\>cacls Displays or modifies access control lists (ACLs) of files CACLS filename [/T] [/E] [/C] [/G user:perm] [/R user [...]] [/P user:perm [...]] [/D user [...]] filename Displays ACLs. /T Changes ACLs of specified files in the current directory and all subdirectories. /E Edit ACL instead of replacing it. /C Continue on access denied errors. /G user:perm Grant specified user access rights. Perm can be: R Read W Write C Change (write) F Full control /R user Revoke specified user's access rights (only valid with /E). /P user:perm Replace specified user's access rights. Perm can be: N None R Read W Write C Change (write) F Full control /D user Deny specified user access. Wildcards can be used to specify more that one file in a command. You can specify more than one user in a command. |
|
#5
|
||||
|
||||
|
That is so much better... but...
http://www.sysinternals.com/Utilities/AccessEnum.html is brilliant Last edited by elijathegold : January 27th, 2006 at 04:28 AM. |
|
#6
|
|||
|
|||
|
Quote:
sysinternals programs are great! Not to mention the thanks we owe Mark Russonivich for finding the Sony rootkit recently! |
|
#7
|
||||
|
||||
|
gotta love their Process Explorer !! better than the taskmanager !
__________________
The member formerly known as David Beckham ![]() ![]() Never argue with fools. They will bring you down to their level and beat you with experience.
|
|
#8
|
||||
|
||||
|
Quote:
I thought the name was familiar |
![]() |
| Viewing: ASP Free Forums > System Administration > Windows OS > User permissions in Windows Server 2003 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|