Hi All,

I need to do a vbcript program to list the permissions to an specific folder
on a 2003 server. I am a beginner vbscripter and could'nt find a sample fo
that anywhere else...

Any hint on how can I do that?

Thanks to all!

Re: How to List Folder Permissions by Jerold

Jerold
Sun Apr 09 08:00:42 CDT 2006

On Sat, 8 Apr 2006 08:00:02 -0700, Geraldo Rosado <GeraldoRosado@discussions.microsoft.com> wrote:

>Hi All,
>
>I need to do a vbcript program to list the permissions to an specific folder
>on a 2003 server. I am a beginner vbscripter and could'nt find a sample fo
>that anywhere else...
>
>Any hint on how can I do that?
>
>Thanks to all!

See how Microsoft does it in XCACLS.VBS, tip 8225 » The Extended Change Access Control List tool (Xcacls.vbs) has been enhanced and replaces Xcacls.exe.
in the 'Tips & Tricks' at http://www.jsifaq.com

Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
http://www.jsifaq.com

Re: How to List Folder Permissions by GeraldoRosado

GeraldoRosado
Sun Apr 09 10:00:02 CDT 2006

Thanks Jerold,

Actually I was looking for something more simple... being a beginner
vbscripter, I dont have the necessary knowledge to properly understand
xcalcs... would you (or AnyBody else) happen to know where can I find a more
simple sample? Thanks!

Rgds!

"Jerold Schulman" wrote:

> On Sat, 8 Apr 2006 08:00:02 -0700, Geraldo Rosado <GeraldoRosado@discussions.microsoft.com> wrote:
>
> >Hi All,
> >
> >I need to do a vbcript program to list the permissions to an specific folder
> >on a 2003 server. I am a beginner vbscripter and could'nt find a sample fo
> >that anywhere else...
> >
> >Any hint on how can I do that?
> >
> >Thanks to all!
>
> See how Microsoft does it in XCACLS.VBS, tip 8225 » The Extended Change Access Control List tool (Xcacls.vbs) has been enhanced and replaces Xcacls.exe.
> in the 'Tips & Tricks' at http://www.jsifaq.com
>
> Jerold Schulman
> Windows Server MVP
> JSI, Inc.
> http://www.jsiinc.com
> http://www.jsifaq.com
>

Re: How to List Folder Permissions by Al

Al
Sun Apr 09 15:41:38 CDT 2006

Do a search for "ADsSecurity.dll", and you should find info on how to
manipulate NTFS permissions. But trust me, XCACLS (not xcalcs) is much
simpler to work with and understand.

/Al

"Geraldo Rosado" <GeraldoRosado@discussions.microsoft.com> wrote in message
news:87B0CB90-F305-4671-8C29-52DFE18FE8E3@microsoft.com...
> Thanks Jerold,
>
> Actually I was looking for something more simple... being a beginner
> vbscripter, I dont have the necessary knowledge to properly understand
> xcalcs... would you (or AnyBody else) happen to know where can I find a
more
> simple sample? Thanks!
>
> Rgds!
>
> "Jerold Schulman" wrote:
>
> > On Sat, 8 Apr 2006 08:00:02 -0700, Geraldo Rosado
<GeraldoRosado@discussions.microsoft.com> wrote:
> >
> > >Hi All,
> > >
> > >I need to do a vbcript program to list the permissions to an specific
folder
> > >on a 2003 server. I am a beginner vbscripter and could'nt find a sample
fo
> > >that anywhere else...
> > >
> > >Any hint on how can I do that?
> > >
> > >Thanks to all!
> >
> > See how Microsoft does it in XCACLS.VBS, tip 8225 » The Extended Change
Access Control List tool (Xcacls.vbs) has been enhanced and replaces
Xcacls.exe.
> > in the 'Tips & Tricks' at http://www.jsifaq.com
> >
> > Jerold Schulman
> > Windows Server MVP
> > JSI, Inc.
> > http://www.jsiinc.com
> > http://www.jsifaq.com
> >