Edit: Remote Registry Problem solved! WMIQuery still a problem :'(

I've been working with WMIQuery() longer, a smaller version of it tho.
I've switched now from woring with a domain to working with workgroups (different company) so i want to make an inventory script that makes remote WMI-Queries
Since most of the Users on these Computers in the Company have the same Password and there is one Administrator user set up on all of the computers

i thought i could now access the other computers easily with WMIQuery, but as some of the computers have different passwords for their users i wanted to do it with the admin user.

Code:
FOR EACH $obj IN WMIQuery("MacAddress","Win32_NetworkAdapter","PC103","AdapterType","Ethernet 802.3",,"Administrator","<password>")
? $obj
NEXT


The Company has mostly empty passwords for mere users, so whenever i need a password and another user for it, it doesn't work, it cannot connect

Anyone here who knows what i can try?

greets
meta


P.S.: (edit/update)
Talking about remotely getting information:
is there a way to access the remote registry of another user with a different username/password? I was not able (again) to find anything of value for that.


Edited by private_meta (2006-08-31 05:13 PM)
_________________________
-=If you absolutly believe you can make up talent with hard work, there is no limit to what you can't achieve.=-