in reply to Win32::Perms and Network Shares

thoughtless, you didn't tell us what error you get when trying to do this for the servers.

My guess is that you are trying to get information about a share from your workstation. That information is stored on the server, you'd have to run the script on the server in question.

With our systems (although it might be a security lockdown we've performed, but I doubt it) you cannot get any information about a share across the network besides the name of the share and what access you have with your security token.

Please give us the error you're receiving and from where you're trying to run this script.

Replies are listed 'Best First'.
Re: Re: Win32::Perms and Network Shares
by thoughtless (Initiate) on Feb 06, 2004 at 17:19 UTC
    I actually don't receive any errors. The Get(\ my @list ) statement returns 0 counters when I run the script from my workstation against a network share (on a server). It could be that we have our systems locked down like that and I am just not aware of it.

    If I try to get information about a share on my workstation I can do that just fine, it returns all users/groups and their permissions.