[python-win32] Getting Remote Share User Group Names and Permissions

2012-02-17 Thread Rod Person
Hi, I'm trying to get a list of User Groups that have access to shares on a remote server. I am able to get a listing of all the shares on the server using wmi. This is the cloesest I got so far: import win32security as win32s sd =

Re: [python-win32] Getting Remote Share User Group Names and Permissions

2012-02-17 Thread Tim Golden
On 17/02/2012 18:26, Rod Person wrote: Hi, I'm trying to get a list of User Groups that have access to shares on a remote server. I am able to get a listing of all the shares on the server using wmi. This is the cloesest I got so far: import win32security as win32s sd =