On 13/02/2012 22:52, Trevor Rowland wrote:
where self.c is a wmi.WMI() connection to a remote machine using my
username and password (I am admin)
why does the line below ALWAYS return an empty list ???
aFile = self.c.Win32_Directory(Name = "C:\\Users"):
print aFile
[]
I have tried various permu
Hi all,
I'm new to the list, and have a question:
where self.c is a wmi.WMI() connection to a remote machine using my
username and password (I am admin)
why does the line below ALWAYS return an empty list ???
aFile = self.c.Win32_Directory(Name = "C:\\Users"):
print aFile
[]
I have tried variou