Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

RMTShare/Permissions

0 views
Skip to first unread message

Crimson*

unread,
Sep 11, 2006, 3:36:33 PM9/11/06
to
I'm needing to get a list of shares from specified servers and the
permissions on said shares. Not being too good at VBScript, I ran across
RMTShare. My problem is, by simply running "rmtshare \\server" I get a list
of shares on the server, but not their permissions. For this I'd need to
run "rmtshare \\server\share". The problem is that I need to automate the
process. Does anyone know how I could do this with or without rmtshare? Is
there some way to store the share list in a file (i.e. "rmtshare \\server >
file.txt") and then have a VBScript access the file's data as an array to
fill in "rmtshare \\server\share"? TIA.


Jerold Schulman

unread,
Sep 12, 2006, 9:16:01 AM9/12/06
to

See tip 7554 » How do I list the shares and share permissions on a 'server'?
in the 'Tips & Tricks' at http://www.jsifaq.com

See tip 9445 » How can I enumerate all the shares on a computer, reporting on share permission and the NTFS permissions of the shared folder tree?

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

Crimson*

unread,
Sep 12, 2006, 7:13:57 PM9/12/06
to
Thanks so much! That's a lot cleaner than what I wound up making myself.
Thanks again!


0 new messages