Hi,
Trying to comply with some SOX stuff.
I need to come up with a list of shared folders, users or groups, and rights.
I can get the list of shared objects using objWMIService.ExecQuery("Select *
from win32_Share"). This generates a list of shared objects on our 2000 or
above computers. It's a start.
Is there anything generic to both NT and 2000+ ?
Also how would I take the "objShare's" in the query and get the list of
users and rights?
Thanks for any help.
Vance