Re: Security permission for shared folders
- From: steve <steve@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 26 Mar 2006 20:24:01 -0800
HI Paul,
where i can find the output result? i have ran the .bat file but i see
nothing after that.
i have input into a .bat file like below:
@echo off
setlocal
IF {%1}=={} GOTO bad
IF NOT EXIST %1 GOTO bad
IF {%2}=={} goto bad
set pf=%1
set report=%2
if exist %report% del /q %report%
cacls %pf%>%report%
for /f "Tokens=*" %%a in ('dir /a /b /ad /s %pf%') do (
cacls "%%a">>%report%
)
endlocal
GOTO :EOF
:bad
@echo Usage: ListPerm "D:\app" "ReportFile"
@echo.
endlocal
reg,
steve
"Paul Bergson" wrote:
Try out JSI's tip.
http://www.jsifaq.com/SUBT/tip9600/rh9640.htm
--
Paul Bergson MCT, MCSE, MCSA, CNE, CNA, CCA
http://www.pbbergs.com
This posting is provided "AS IS" with no warranties, and confers no rights.
"steve" <steve@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:5D483EC4-030F-42E1-9B9A-A27CC4529B0A@xxxxxxxxxxxxxxxx
Hi,
Can anyone recommend me a good tool to capture/display ACL for shared
folder
in a domain file server?
i need to identify my shared folders NTFS permission and security
permission.
thanks
steve
- Follow-Ups:
- Re: Security permission for shared folders
- From: Paul Bergson
- Re: Security permission for shared folders
- References:
- Re: Security permission for shared folders
- From: Paul Bergson
- Re: Security permission for shared folders
- Prev by Date: Bypass screensaver timeout set by global group policy?
- Next by Date: Re: RPC and IPSec
- Previous by thread: Re: Security permission for shared folders
- Next by thread: Re: Security permission for shared folders
- Index(es):
Relevant Pages
|
Loading