Re: File Permissions Utiility
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
- From: "Pegasus \(MVP\)" <I.can@xxxxxxxxxx>
- Date: Thu, 14 Feb 2008 23:07:37 +0100
"csmith76" <csmith76@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:88AD7634-B91D-4B52-8903-62CDB2DEDA1A@xxxxxxxxxxxxxxxx
I hope this is in the correct group. We are looking for a utility that
will
allow us to enter a domain user account and it will produce a report that
shows all folders that account has access to and what permissions that
account has on that folder. Can anyone assist? Thanks!
You could use this batch file:
@echo off
fileacl.exe "D:\User Data" /sub > c:\perm.tmp
findstr.exe /i "csmith76 Group1 Group2" c:\perm.tmp > c:\perm.txt
You need to include every group that the user is a member of.
You can get fileacl.exe from here:
http://www.microsoft.com/downloads/details.aspx?FamilyID=723f64ea-34f0-4e6d-9a72-004d35de4e64&displaylang=en
.
Relevant Pages
- Re: Server Unavailable - ASP.NET 2.0 on Windows XP
... The -ga command isn't a part of that beta version. ... permissions to the global assembly cache. ... Please review the steps in it, for creating a service account for an ASP.NET 2.0 application, ... I've also tried the aspnet_regiis thing as well as setting permissions on folders as described ... (microsoft.public.dotnet.framework.aspnet) - Re: Homefolder path on multiple users with already existing home folders...
... "Somebody" messed up our security settings on the homefolders, ... folders anymore... ... So I tried to take one user, wihout his own permissions, went in to ... for account names and granting that account and administrators access. ... (microsoft.public.windows.server.active_directory) - Re: File and Folder Permissions
... have permissions determined by where they are. ... UserX to have Full control over all new files and folders then ... account, such as a new profile directory. ... (microsoft.public.security) - Re: Strange Public Folder permission assignments
... Only mail-enabled public folders have a presence in the AD ... If you used Outlook to set the permissions the folders will have the ... But they must have an account in the AD for you to set the ... Our Exchange box is in the top level domain, ... (microsoft.public.exchange.admin) - Re: Creating Multiple FTP Users and Containers (2000 Server + IIS)
... >complete Windows Scripting novice so I’m hoping that I can get some help on ... >What I am even more unsure of is scripting the creation of Virtual Folders ... The permissions will need to be set to ... >account will need to be given ‘modify’ permissions (everything except ‘full ... (microsoft.public.windows.server.scripting) |
|