
share and ntfs permissions
CACLS seems what I'm searching for. Shares are less important.
Thanks for your reply.
Hi,
You can get ntfs permissions by using Cacls in your script. For share
permissions, it seems that it is not that easy (or even possible) to do it
with
adsi or wsh. Win32 scripting journal recommends the use of Activeperl's
netresource in order to get this info. (activeperl is free and documentation
is
in the download from www.activestate.com).
Quote:
-----Original Message-----
Is there a way to list the share and ntfs permissions for a directory on a
w2000 server using jscript and wsh?
.