Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

printing folder rights

Status
Not open for further replies.
Sep 12, 2002
282
SG
hi,
how do i print out the share permissions and ntfs permissions of folders on an ntfs partition?
thanks
 
HI,

you can do this using "cacls.exe" or "xcacls.exe"

try this command

cacls "foldername" >output.txt

OR

xcacls "foldername" >output.txt

then print output.txt file

if you dont have these exes try to download them from Microsofts site.

HTH Aslam
 
hi,

use "rmtshare.exe" for the print share permissions

This utility is from res kit and easily available for download.try to search in google or MS

type this commnd for logging the permissions

rmtshare \\server\printershre >output.txt

HTH



Aslam
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top