Re: [python-win32] getting TerminalServicesProfilePath

2008-09-16 Thread Michael Kesper
Hi, * Etienne Pouliot <[EMAIL PROTECTED]> [2008-09-09 11:13:27 -0400]:   > Hi, > > I'm trying to get TerminalServicesProfilePath property on user account in > my Active Directory. ... > If I use another properties instead, like DisplayName, it works. > > Any idea what I am doing wrong ? I alw

Re: [python-win32] Accessing properties of share on DFS

2008-09-05 Thread Michael Kesper
Hi, * Tim Golden <[EMAIL PROTECTED]> [2008-09-01 17:13:20 +0100]:   >> * Tim Golden <[EMAIL PROTECTED]> [2008-08-27 14:35:37 +0100]: >> >>> You might be able to get there with WMI. The following >>> works on my own machine, but I'm not sure what machine >>> you'd need to access to list the DFS s

Re: [python-win32] Accessing properties of share on DFS

2008-09-01 Thread Michael Kesper
Hi, * Tim Golden <[EMAIL PROTECTED]> [2008-08-27 14:35:37 +0100]:   > You might be able to get there with WMI. The following > works on my own machine, but I'm not sure what machine > you'd need to access to list the DFS shares. I'll see > if I can persuade a friendly admin here to let me try > th

[python-win32] Accessing properties of share on DFS

2008-08-25 Thread Michael Kesper
Hi, Until now I'm using win32net.NetSessionEnum to list sessions users have open. Now homes will be migrated to Distributed Filesystem (DFS). As far as I understood msdn I should access that via win32wnet. But now, I have some troubles to figure out how this really works. The following script give